Pull request #42879 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 09de87ebbeac5d6e769729bae549485701a96733+ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 (3313621b3da38c91ebcf9378fb778b1a79627ee6) 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-42879@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-09-24T13:15:38.260Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-09-24T13:15:38.265Z] Trying to pass milestone 1 [Pipeline] milestone [2021-09-24T13:15:38.327Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-09-24T13:15:53.487Z] Still waiting to schedule task [2021-09-24T13:15:53.487Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-09-24T13:16:36.931Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0700472934555f30e) in /home/ubuntu/workspace/moby_PR-42879 [Pipeline] { [Pipeline] checkout [2021-09-24T13:16:36.971Z] The recommended git tool is: git [2021-09-24T13:16:36.984Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:36.991Z] Cloning the remote Git repository [2021-09-24T13:16:36.991Z] Cloning with configured refspecs honoured and without tags [2021-09-24T13:16:36.994Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:36.995Z] > git init /home/ubuntu/workspace/moby_PR-42879 # timeout=10 [2021-09-24T13:16:37.000Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:37.000Z] > git --version # timeout=10 [2021-09-24T13:16:37.005Z] > git --version # 'git version 2.17.1' [2021-09-24T13:16:37.005Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:37.006Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:51.776Z] Fetching without tags [2021-09-24T13:16:52.028Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:16:52.523Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:16:52.524Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:16:51.740Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:16:51.742Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:16:51.755Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:51.770Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:16:51.779Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:51.779Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:51.780Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:52.031Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:16:52.036Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:16:52.497Z] > git remote # timeout=10 [2021-09-24T13:16:52.503Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:16:52.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:52.509Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:16:52.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:16:52.527Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:16:52.535Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:16:53.063Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:16:53.073Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:16:53.732Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/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-09-24T13:16:53.732Z] Unable to find image 'alpine:latest' locally [2021-09-24T13:16:53.732Z] latest: Pulling from library/alpine [2021-09-24T13:16:53.732Z] a0d0a0d46f8b: Pulling fs layer [2021-09-24T13:16:53.992Z] a0d0a0d46f8b: Download complete [2021-09-24T13:16:53.992Z] a0d0a0d46f8b: Pull complete [2021-09-24T13:16:53.992Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-09-24T13:16:53.992Z] Status: Downloaded newer image for alpine:latest [2021-09-24T13:16:53.068Z] > git rev-list --no-walk 2891a46fe51c1ec28187bfa267326d21a051d035 # timeout=10 [2021-09-24T13:16:56.534Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2021-09-24T13:16:57.049Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fe2e4228b44f4acb) in /home/ubuntu/workspace/moby_PR-42879 [Pipeline] node [Pipeline] node [2021-09-24T13:16:57.054Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0700472934555f30e) in /home/ubuntu/workspace/moby_PR-42879 [2021-09-24T13:16:57.055Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01a04225543950d20) in /home/ubuntu/workspace/moby_PR-42879 [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [2021-09-24T13:16:57.063Z] Running on azwin-2-8035f0 in d:\jenkins\workspace\moby_PR-42879 [Pipeline] { (Print info) [2021-09-24T13:16:57.063Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-04f8eb66218d52332) in /home/ubuntu/workspace/moby_PR-42879 [Pipeline] stage [Pipeline] { (Print info) [2021-09-24T13:16:57.065Z] Running on azwin-2-8a50b0 in d:\jenkins\workspace\moby_PR-42879 [2021-09-24T13:16:57.065Z] Running on azwin-2-2293a0 in d:\jenkins\workspace\moby_PR-42879 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-09-24T13:16:57.168Z] The recommended git tool is: git [Pipeline] checkout [2021-09-24T13:16:57.179Z] The recommended git tool is: git [2021-09-24T13:16:57.180Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [Pipeline] ws [2021-09-24T13:16:57.182Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-09-24T13:16:57.190Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:57.192Z] The recommended git tool is: git [2021-09-24T13:16:57.192Z] Cloning the remote Git repository [2021-09-24T13:16:57.193Z] Cloning with configured refspecs honoured and without tags [2021-09-24T13:16:57.195Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0861618e4f86a11ad) in /home/ubuntu/workspace/moby_PR-42879 [2021-09-24T13:16:57.204Z] Fetching changes from the remote Git repository [Pipeline] ws [2021-09-24T13:16:57.208Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] ws [2021-09-24T13:16:57.209Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2021-09-24T13:16:57.212Z] Fetching without tags [2021-09-24T13:16:57.222Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:57.230Z] Cloning the remote Git repository [2021-09-24T13:16:57.230Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2021-09-24T13:16:57.237Z] The recommended git tool is: git [2021-09-24T13:16:57.249Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-09-24T13:16:57.256Z] Cloning the remote Git repository [2021-09-24T13:16:57.256Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [2021-09-24T13:16:57.322Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-09-24T13:16:57.361Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-09-24T13:16:57.368Z] The recommended git tool is: git [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] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-09-24T13:16:57.498Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:16:57.507Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2021-09-24T13:16:57.530Z] using credential docker-jenkins-github-credentials Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [2021-09-24T13:16:57.570Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:57.578Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:57.584Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:16:57.584Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-09-24T13:16:57.603Z] Cloning the remote Git repository [2021-09-24T13:16:57.603Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-09-24T13:16:57.644Z] Cloning the remote Git repository [2021-09-24T13:16:57.644Z] Cloning with configured refspecs honoured and without tags [2021-09-24T13:16:57.644Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:16:57.651Z] Cloning the remote Git repository [2021-09-24T13:16:57.651Z] Cloning with configured refspecs honoured and without tags [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-09-24T13:16:57.195Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.196Z] > git init /home/ubuntu/workspace/moby_PR-42879 # timeout=10 [2021-09-24T13:16:57.209Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.209Z] > git --version # timeout=10 [2021-09-24T13:16:57.219Z] > git --version # 'git version 2.17.1' [2021-09-24T13:16:57.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.220Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-24T13:16:57.198Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42879/.git # timeout=10 [2021-09-24T13:16:57.207Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:16:57.215Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.215Z] > git --version # timeout=10 [2021-09-24T13:16:57.218Z] > git --version # 'git version 2.17.1' [2021-09-24T13:16:57.218Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.218Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:57.501Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:16:57.506Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:16:57.554Z] > git remote # timeout=10 [2021-09-24T13:16:57.562Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:16:57.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.569Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:16:57.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:16:57.587Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:16:57.591Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:16:57.230Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.231Z] > git init /home/ubuntu/workspace/moby_PR-42879 # timeout=10 [2021-09-24T13:16:57.238Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.239Z] > git --version # timeout=10 [2021-09-24T13:16:57.252Z] > git --version # 'git version 2.25.1' [2021-09-24T13:16:57.252Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.253Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:57.259Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.260Z] > git init /home/ubuntu/workspace/moby_PR-42879 # timeout=10 [2021-09-24T13:16:57.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.268Z] > git --version # timeout=10 [2021-09-24T13:16:57.275Z] > git --version # 'git version 2.25.1' [2021-09-24T13:16:57.276Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.278Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:57.636Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.636Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-24T13:16:57.688Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.688Z] > git --version # timeout=10 [2021-09-24T13:16:57.727Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-24T13:16:57.728Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.730Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:58.428Z] + docker version [2021-09-24T13:16:58.428Z] Client: Docker Engine - Community [2021-09-24T13:16:58.428Z] Version: 20.10.6 [2021-09-24T13:16:58.428Z] API version: 1.41 [2021-09-24T13:16:58.428Z] Go version: go1.13.15 [2021-09-24T13:16:58.428Z] Git commit: 370c289 [2021-09-24T13:16:58.428Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-24T13:16:58.428Z] OS/Arch: linux/amd64 [2021-09-24T13:16:58.428Z] Context: default [2021-09-24T13:16:58.428Z] Experimental: true [2021-09-24T13:16:58.428Z] [2021-09-24T13:16:58.428Z] Server: Docker Engine - Community [2021-09-24T13:16:58.428Z] Engine: [2021-09-24T13:16:58.428Z] Version: 20.10.6 [2021-09-24T13:16:58.428Z] API version: 1.41 (minimum version 1.12) [2021-09-24T13:16:58.428Z] Go version: go1.13.15 [2021-09-24T13:16:58.428Z] Git commit: 8728dd2 [2021-09-24T13:16:58.428Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-24T13:16:58.428Z] OS/Arch: linux/amd64 [2021-09-24T13:16:58.428Z] Experimental: true [2021-09-24T13:16:58.428Z] containerd: [2021-09-24T13:16:58.428Z] Version: 1.4.6 [2021-09-24T13:16:58.428Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:16:58.428Z] runc: [2021-09-24T13:16:58.428Z] Version: 1.0.0-rc95 [2021-09-24T13:16:58.428Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:16:58.428Z] docker-init: [2021-09-24T13:16:58.428Z] Version: 0.19.0 [2021-09-24T13:16:58.428Z] GitCommit: de40ad0 [2021-09-24T13:16:57.676Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.676Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-24T13:16:57.723Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.723Z] > git --version # timeout=10 [2021-09-24T13:16:57.754Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-24T13:16:57.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.770Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh [2021-09-24T13:16:57.684Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:16:57.685Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-24T13:16:57.734Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:16:57.734Z] > git --version # timeout=10 [2021-09-24T13:16:57.770Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-24T13:16:57.770Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:16:57.772Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:16:58.714Z] + docker info [2021-09-24T13:16:58.974Z] Client: [2021-09-24T13:16:58.974Z] Context: default [2021-09-24T13:16:58.974Z] Debug Mode: false [2021-09-24T13:16:58.974Z] Plugins: [2021-09-24T13:16:58.974Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-24T13:16:58.974Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-24T13:16:58.974Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-24T13:16:58.974Z] [2021-09-24T13:16:58.974Z] Server: [2021-09-24T13:16:58.974Z] Containers: 0 [2021-09-24T13:16:58.974Z] Running: 0 [2021-09-24T13:16:58.974Z] Paused: 0 [2021-09-24T13:16:58.974Z] Stopped: 0 [2021-09-24T13:16:58.974Z] Images: 4 [2021-09-24T13:16:58.974Z] Server Version: 20.10.6 [2021-09-24T13:16:58.974Z] Storage Driver: overlay2 [2021-09-24T13:16:58.974Z] Backing Filesystem: extfs [2021-09-24T13:16:58.974Z] Supports d_type: true [2021-09-24T13:16:58.974Z] Native Overlay Diff: true [2021-09-24T13:16:58.974Z] userxattr: false [2021-09-24T13:16:58.974Z] Logging Driver: json-file [2021-09-24T13:16:58.974Z] Cgroup Driver: cgroupfs [2021-09-24T13:16:58.974Z] Cgroup Version: 1 [2021-09-24T13:16:58.974Z] Plugins: [2021-09-24T13:16:58.974Z] Volume: local [2021-09-24T13:16:58.974Z] Network: bridge host ipvlan macvlan null overlay [2021-09-24T13:16:58.974Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-24T13:16:58.974Z] Swarm: inactive [2021-09-24T13:16:58.974Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-24T13:16:58.974Z] Default Runtime: runc [2021-09-24T13:16:58.974Z] Init Binary: docker-init [2021-09-24T13:16:58.974Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:16:58.974Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:16:58.974Z] init version: de40ad0 [2021-09-24T13:16:58.974Z] Security Options: [2021-09-24T13:16:58.974Z] apparmor [2021-09-24T13:16:58.974Z] seccomp [2021-09-24T13:16:58.974Z] Profile: default [2021-09-24T13:16:58.974Z] Kernel Version: 5.4.0-1048-aws [2021-09-24T13:16:58.974Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-24T13:16:58.974Z] OSType: linux [2021-09-24T13:16:58.974Z] Architecture: x86_64 [2021-09-24T13:16:58.974Z] CPUs: 2 [2021-09-24T13:16:58.974Z] Total Memory: 7.569GiB [2021-09-24T13:16:58.974Z] Name: ip-10-100-53-236 [2021-09-24T13:16:58.974Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-24T13:16:58.974Z] Docker Root Dir: /var/lib/docker [2021-09-24T13:16:58.974Z] Debug Mode: false [2021-09-24T13:16:58.974Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:16:58.974Z] Labels: [2021-09-24T13:16:58.974Z] Experimental: true [2021-09-24T13:16:58.974Z] Insecure Registries: [2021-09-24T13:16:58.974Z] 127.0.0.0/8 [2021-09-24T13:16:58.974Z] Live Restore Enabled: true [2021-09-24T13:16:58.974Z] [2021-09-24T13:16:58.974Z] WARNING: No swap limit support [Pipeline] sh [2021-09-24T13:16:59.260Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:16:59.260Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:16:59.260Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42879/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-24T13:16:59.260Z] + bash /home/ubuntu/workspace/moby_PR-42879/check-config.sh [2021-09-24T13:16:59.260Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-24T13:16:59.260Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-24T13:16:59.260Z] [2021-09-24T13:16:59.260Z] Generally Necessary: [2021-09-24T13:16:59.260Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-24T13:16:59.260Z] - apparmor: enabled and tools installed [2021-09-24T13:16:59.260Z] - CONFIG_NAMESPACES: enabled [2021-09-24T13:16:59.260Z] - CONFIG_NET_NS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_PID_NS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_IPC_NS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_UTS_NS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CGROUPS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-24T13:16:59.260Z] - CONFIG_CPUSETS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_MEMCG: enabled [2021-09-24T13:16:59.260Z] - CONFIG_KEYS: enabled [2021-09-24T13:16:59.260Z] - CONFIG_VETH: enabled (as module) [2021-09-24T13:16:59.260Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-24T13:16:59.520Z] [2021-09-24T13:16:59.520Z] Optional Features: [2021-09-24T13:16:59.520Z] - CONFIG_USER_NS: enabled [2021-09-24T13:16:59.520Z] - CONFIG_SECCOMP: enabled [2021-09-24T13:16:59.520Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-24T13:16:59.520Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-24T13:16:59.520Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-24T13:16:59.520Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-24T13:16:59.520Z] - CONFIG_BLK_CGROUP: enabled [2021-09-24T13:16:59.520Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CGROUP_PERF: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-24T13:16:59.520Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-24T13:16:59.520Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-24T13:16:59.520Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-24T13:16:59.520Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_IP_VS: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-24T13:16:59.520Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-24T13:16:59.520Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-24T13:16:59.520Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-24T13:16:59.520Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-24T13:16:59.520Z] - CONFIG_EXT4_FS: enabled [2021-09-24T13:16:59.520Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-24T13:16:59.520Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-24T13:16:59.520Z] - Network Drivers: [2021-09-24T13:16:59.520Z] - "overlay": [2021-09-24T13:16:59.520Z] - CONFIG_VXLAN: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-24T13:16:59.520Z] Optional (for encrypted networks): [2021-09-24T13:16:59.520Z] - CONFIG_CRYPTO: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-24T13:16:59.520Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-24T13:16:59.520Z] - CONFIG_XFRM: enabled [2021-09-24T13:16:59.520Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-24T13:16:59.520Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-24T13:16:59.520Z] - "ipvlan": [2021-09-24T13:16:59.781Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-24T13:16:59.781Z] - "macvlan": [2021-09-24T13:16:59.781Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-24T13:16:59.781Z] - CONFIG_DUMMY: enabled (as module) [2021-09-24T13:16:59.781Z] - "ftp,tftp client in container": [2021-09-24T13:16:59.781Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-24T13:16:59.781Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-24T13:16:59.781Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-24T13:16:59.781Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-24T13:16:59.781Z] - Storage Drivers: [2021-09-24T13:16:59.781Z] - "aufs": [2021-09-24T13:16:59.781Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-24T13:16:59.781Z] - "btrfs": [2021-09-24T13:16:59.781Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-24T13:16:59.781Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-24T13:16:59.781Z] - "devicemapper": [2021-09-24T13:16:59.781Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-24T13:16:59.781Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-24T13:16:59.781Z] - "overlay": [2021-09-24T13:16:59.781Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-24T13:16:59.781Z] - "zfs": [2021-09-24T13:16:59.781Z] - /dev/zfs: present [2021-09-24T13:16:59.781Z] - zfs command: missing [2021-09-24T13:16:59.781Z] - zpool command: missing [2021-09-24T13:16:59.781Z] [2021-09-24T13:16:59.781Z] Limits: [2021-09-24T13:16:59.781Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-24T13:16:59.781Z] [2021-09-24T13:16:59.781Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-24T13:16:59.963Z] using credential docker-jenkins-github-credentials [2021-09-24T13:16:59.971Z] Cloning the remote Git repository [2021-09-24T13:16:59.971Z] Cloning with configured refspecs honoured and without tags [2021-09-24T13:17:00.113Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:09de87ebbeac5d6e769729bae549485701a96733 . [2021-09-24T13:17:00.113Z] #1 [internal] load build definition from Dockerfile [2021-09-24T13:17:00.113Z] #1 sha256:9cfd743e545c75aad05c935ee6ce6afd46d04f66d51be1f60263de24c6d14a61 [2021-09-24T13:17:00.113Z] #1 transferring dockerfile: 16.36kB done [2021-09-24T13:17:00.113Z] #1 DONE 0.0s [2021-09-24T13:17:00.113Z] [2021-09-24T13:17:00.113Z] #2 [internal] load .dockerignore [2021-09-24T13:17:00.113Z] #2 sha256:027e9e0137424655bcffd2627f7f30df8c660a357e22b06ac240b888a3e0869d [2021-09-24T13:17:00.113Z] #2 transferring context: 87B done [2021-09-24T13:17:00.113Z] #2 DONE 0.0s [2021-09-24T13:17:00.113Z] [2021-09-24T13:17:00.113Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-24T13:17:00.113Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-24T13:17:00.373Z] #3 DONE 0.1s [2021-09-24T13:17:00.373Z] [2021-09-24T13:17:00.373Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-24T13:17:00.373Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-24T13:17:00.373Z] #4 CACHED [2021-09-24T13:17:00.373Z] [2021-09-24T13:17:00.373Z] #6 [internal] load build definition from Dockerfile [2021-09-24T13:17:00.373Z] #6 sha256:2beb768e5c1868972cae5d40ce530c2ec9f7a17ffa8c352236309e98654eae67 [2021-09-24T13:17:00.373Z] #6 DONE 0.0s [2021-09-24T13:17:00.373Z] [2021-09-24T13:17:00.373Z] #5 [internal] load .dockerignore [2021-09-24T13:17:00.373Z] #5 sha256:0ade93b9dda5a35246c38b6d983153b90e5c174b72e4e4dc9190566d545f5f50 [2021-09-24T13:17:00.373Z] #5 DONE 0.0s [2021-09-24T13:17:00.373Z] [2021-09-24T13:17:00.373Z] #7 [internal] load metadata for docker.io/library/golang:1.17.1-bullseye [2021-09-24T13:17:00.373Z] #7 sha256:86474eacd16765140150a86c79ed32f06eef6010bbeda90819d8668143782ba5 [2021-09-24T13:17:00.373Z] #7 DONE 0.1s [2021-09-24T13:17:00.374Z] [2021-09-24T13:17:00.374Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:00.374Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-24T13:17:00.643Z] #10 DONE 0.1s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:00.643Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-24T13:17:00.643Z] #9 DONE 0.1s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-24T13:17:00.643Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-24T13:17:00.643Z] #8 DONE 0.1s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:00.643Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:17:00.643Z] #66 DONE 0.0s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:00.643Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-24T13:17:00.643Z] #64 DONE 0.0s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:17:00.643Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:17:00.643Z] #11 DONE 0.0s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:17:00.643Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-24T13:17:00.643Z] #27 DONE 0.0s [2021-09-24T13:17:00.643Z] [2021-09-24T13:17:00.643Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-24T13:17:00.643Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-24T13:17:00.012Z] Cloning repository https://github.com/moby/moby.git [2021-09-24T13:17:00.084Z] > git init /home/ubuntu/workspace/moby_PR-42879 # timeout=10 [2021-09-24T13:17:00.428Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:00.428Z] > git --version # timeout=10 [2021-09-24T13:17:00.467Z] > git --version # 'git version 2.17.1' [2021-09-24T13:17:00.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:00.468Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:01.223Z] #43 DONE 0.4s [2021-09-24T13:17:01.223Z] [2021-09-24T13:17:01.223Z] #24 [internal] load build context [2021-09-24T13:17:01.223Z] #24 sha256:6d8b78d800d95515f7bbbc7376b68dd4600b42021019d717c40973f59958a3d6 [2021-09-24T13:17:02.174Z] #24 transferring context: 55.48MB 1.6s done [2021-09-24T13:17:02.174Z] #24 DONE 1.6s [2021-09-24T13:17:02.435Z] [2021-09-24T13:17:02.435Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-24T13:17:02.435Z] #68 sha256:7aac88c13c69222849ed404dcfb486ad822abbfbcb43932d36683d74a32f7bef [2021-09-24T13:17:02.435Z] #68 CACHED [2021-09-24T13:17:02.435Z] [2021-09-24T13:17:02.436Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-24T13:17:02.436Z] #19 sha256:83da23cc167a46441450f5c41ce33da832d81757d7767df1aa653dd8c2420ef7 [2021-09-24T13:17:02.436Z] #19 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #46 sha256:75c2d31d5193a156dc13b0806549d7f574e378bb50b8014efef34eca214dfcde [2021-09-24T13:17:02.436Z] #46 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #59 sha256:2ecd0ff6d427431426e77af816516ac3e0a6b517f5009a0b29b65cb204e41830 [2021-09-24T13:17:02.436Z] #59 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-24T13:17:02.436Z] #29 sha256:47b9ce6d1153ba51ba9859b4724e067b7e04b2ad64e07420dfa6ab36b2d8fdd7 [2021-09-24T13:17:02.436Z] #29 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #52 sha256:c471190b7d43d14c8a0f642e5a69475ff7c40473d4f5518e9e038b7b472460b4 [2021-09-24T13:17:02.436Z] #52 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #16 [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-09-24T13:17:02.436Z] #16 sha256:050e32dd6560946e7a7e05db39812e4449ab9ccf3317bdfb93bfd51d5bca7aed [2021-09-24T13:17:02.436Z] #16 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-24T13:17:02.436Z] #32 sha256:2328b8ab2f0089d7861415344a773a4bac4fe39225f20fced700144c2b146c63 [2021-09-24T13:17:02.436Z] #32 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #28 [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-09-24T13:17:02.436Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-24T13:17:02.436Z] #28 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:17:02.436Z] #30 sha256:20c09c10104a7b26d86cc4488e8b74ab68e06a0bf73dcb359ff1e35cd1881084 [2021-09-24T13:17:02.436Z] #30 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-24T13:17:02.436Z] #26 sha256:f320b72500adbb8f2656207b386ee6079b285227f09d81ae6b79ed602dd94005 [2021-09-24T13:17:02.436Z] #26 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-24T13:17:02.436Z] #12 sha256:ae83c74eb34e63a71461501778558ef2dfa05629cd78801581ad03963690a222 [2021-09-24T13:17:02.436Z] #12 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-24T13:17:02.436Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-24T13:17:02.436Z] #65 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-24T13:17:02.436Z] #31 sha256:c2237e6a4f8b5d890e688175daa8886c75805810711632a414f95c7f924c28e8 [2021-09-24T13:17:02.436Z] #31 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:17:02.436Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:17:02.436Z] #21 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:17:02.436Z] #23 sha256:8415f03b0154adf9bb9ede16c4a3774fe8011554cd9a5434814e4901c56ea42c [2021-09-24T13:17:02.436Z] #23 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #49 [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-09-24T13:17:02.436Z] #49 sha256:7d6a227ae01fb1358a5f723ef6a97f82536f90b5eff41788af2ed66a7839aa39 [2021-09-24T13:17:02.436Z] #49 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-24T13:17:02.436Z] #18 sha256:fda41a5ed256e1b6205be0267a3241a1bb2cc3a9b2ea635789415f9def055b06 [2021-09-24T13:17:02.436Z] #18 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-24T13:17:02.436Z] #40 sha256:6accaee5db0a8fe0935c0afa9d3c8e75f675530087e9d208721ea23b23ad6b1a [2021-09-24T13:17:02.436Z] #40 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #47 [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-09-24T13:17:02.436Z] #47 sha256:ca9ea3e46e760bdf3d6a609df5f068f2f255ffac0cae55a4c8c1b624962eec09 [2021-09-24T13:17:02.436Z] #47 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #38 [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-09-24T13:17:02.436Z] #38 sha256:0b5ec72d4ddedefd934f8814eb1e4661d18c206140b85b53756e7c49370cb8c1 [2021-09-24T13:17:02.436Z] #38 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-24T13:17:02.436Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-24T13:17:02.436Z] #67 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #60 [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-09-24T13:17:02.436Z] #60 sha256:899d5fb1dcf66c2e606f28b5612991210a638451919f9e2208062c78312956f0 [2021-09-24T13:17:02.436Z] #60 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #36 sha256:9cc8a7be61b0205c951565c739a844a50046cf6c6c982af8abcf2c2ddd46cae9 [2021-09-24T13:17:02.436Z] #36 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #39 sha256:e301ca17af499c862e365719be8d22a7ba9bedcc779f754634f347c5dd66094d [2021-09-24T13:17:02.436Z] #39 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-24T13:17:02.436Z] #20 sha256:b06c6994a9b1bbaea63a706f712fecae6d9608e0a3f128e513bea467149aaf78 [2021-09-24T13:17:02.436Z] #20 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-24T13:17:02.436Z] #62 sha256:890f0e63be47e47c9e1999957ebc9507ab6e9d4053bde7f6fffb9e8f0ae84923 [2021-09-24T13:17:02.436Z] #62 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-24T13:17:02.436Z] #15 sha256:d89995be48c715465ca8776fa1d432e66c3a452e01b7948b04f93a8d3f6d1266 [2021-09-24T13:17:02.436Z] #15 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #48 sha256:4240825fab2a0536a0967f66c36339251c23b20c8c3ab869083088fd8c829493 [2021-09-24T13:17:02.436Z] #48 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #54 sha256:b43b92ae3cb5dd84cb175bc704efccc51db270de46aeed21abc48496b49ae742 [2021-09-24T13:17:02.436Z] #54 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #63 sha256:053fb466eee0ce6ed058002c10c9e9a669ab91f85c13648f3e0df4f45646ba39 [2021-09-24T13:17:02.436Z] #63 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-24T13:17:02.436Z] #17 sha256:d85bd41018b0bc3dda487a9e39ce5478acc1c221b42b0ef3b3668be03c8931a5 [2021-09-24T13:17:02.436Z] #17 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #35 [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-09-24T13:17:02.436Z] #35 sha256:332f3f5780fa2f26ad82c6cf4b9b2847a912200761fa87b4ae4c7911e7dc6416 [2021-09-24T13:17:02.436Z] #35 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #51 [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-09-24T13:17:02.436Z] #51 sha256:718dd121b5eda6b4015ad1ae1ee17247edc3a757adb9e6c4bf5b729438ea8753 [2021-09-24T13:17:02.436Z] #51 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #58 [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-09-24T13:17:02.436Z] #58 sha256:adce0d9776878ea20f024e6c46906280f9e00ef02d684da9570e706df29dd2c9 [2021-09-24T13:17:02.436Z] #58 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #44 [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-09-24T13:17:02.436Z] #44 sha256:279750e72eafeb0dd9c19aed450d987174e3a2430fe8465ba0f068852a470a3c [2021-09-24T13:17:02.436Z] #44 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #56 sha256:8a66d2ee5c1516553b3c29999583996feaa0b3e11e29e7002f68a25dc46e06c7 [2021-09-24T13:17:02.436Z] #56 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #53 [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-09-24T13:17:02.436Z] #53 sha256:fbbaf4a025eeed2261ef04b610effc8a2439d0877dcd56510b9769ffc78d4030 [2021-09-24T13:17:02.436Z] #53 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #13 [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-09-24T13:17:02.436Z] #13 sha256:825ac47934461475fdd43da39a006a68cf4f6325c04c116eb1e9e3e295b33d83 [2021-09-24T13:17:02.436Z] #13 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #25 [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-09-24T13:17:02.436Z] #25 sha256:021bbebb0e62edae573e9f90d83fc6e4b16eab6afa59a3a107493d3cf67d526b [2021-09-24T13:17:02.436Z] #25 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #41 [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-09-24T13:17:02.436Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:17:02.436Z] #41 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:02.436Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:02.436Z] #33 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #34 sha256:188516e5a6c3002a851a53aa6b62a91b6da113382c94c1f1d98565657a8a39dc [2021-09-24T13:17:02.436Z] #34 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #50 sha256:f7b1d07865245a0391c09f9d990bc3834f8fea11fa913364bb5963a576ed56d5 [2021-09-24T13:17:02.436Z] #50 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #45 [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 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-09-24T13:17:02.436Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:02.436Z] #45 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #55 [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-09-24T13:17:02.436Z] #55 sha256:e1f79b3218a04ae2d2bfb1b4b2ed1a89e1f0d78668e1d3420cfdb64373556d25 [2021-09-24T13:17:02.436Z] #55 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #57 [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-09-24T13:17:02.436Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:17:02.436Z] #57 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:02.436Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:02.436Z] #14 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-24T13:17:02.436Z] #61 sha256:b4709b050ba08fb8676f2e172a135624c4f44a42cc716a9ace93550b60be331e [2021-09-24T13:17:02.436Z] #61 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-24T13:17:02.436Z] #42 sha256:a5849d2dfb8e77668649c3eb875957439f75e11aca719e55b25ac95c729180a0 [2021-09-24T13:17:02.436Z] #42 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #22 [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-09-24T13:17:02.436Z] #22 sha256:992d22c598a02429c83376d6c7661c08128e17aa9cd79ad00c35fa4f8bc17422 [2021-09-24T13:17:02.436Z] #22 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #37 [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-09-24T13:17:02.436Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:17:02.436Z] #37 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-24T13:17:02.436Z] #69 sha256:b635a599e3e2d52224ec7aff5157d346fc849e6d5a818f7dae05a275770d5366 [2021-09-24T13:17:02.436Z] #69 CACHED [2021-09-24T13:17:02.436Z] [2021-09-24T13:17:02.436Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-24T13:17:02.436Z] #70 sha256:503562a69948f8002e743c3026a8320b27aeece400a7645dcba060dbd7660390 [2021-09-24T13:17:03.382Z] #70 DONE 0.9s [2021-09-24T13:17:03.382Z] [2021-09-24T13:17:03.382Z] #71 exporting to image [2021-09-24T13:17:03.382Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-24T13:17:03.382Z] #71 exporting layers [2021-09-24T13:17:04.325Z] #71 exporting layers 0.9s done [2021-09-24T13:17:04.325Z] #71 writing image sha256:a6a6930580589d26085e0731eadedd646fca2fa32a09cb346144c1b34fa5f84f [2021-09-24T13:17:04.325Z] #71 writing image sha256:a6a6930580589d26085e0731eadedd646fca2fa32a09cb346144c1b34fa5f84f done [2021-09-24T13:17:04.325Z] #71 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 done [2021-09-24T13:17:04.325Z] #71 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:17:04.679Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -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:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh dynbinary test-integration [2021-09-24T13:17:05.255Z] [2021-09-24T13:17:05.256Z] Removing bundles/ [2021-09-24T13:17:05.256Z] [2021-09-24T13:17:05.256Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-24T13:17:05.256Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:17:05.256Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:17:10.637Z] Fetching without tags [2021-09-24T13:17:10.645Z] Fetching without tags [2021-09-24T13:17:10.931Z] Fetching without tags [2021-09-24T13:17:11.304Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:11.334Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:10.373Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.413Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:10.452Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:10.562Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.677Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:10.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:10.679Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:11.367Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:11.411Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:11.624Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:10.669Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.700Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:10.747Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:10.856Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.950Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:10.966Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:10.966Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:10.352Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.398Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:10.430Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:10.555Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:10.664Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:10.664Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:10.664Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:11.336Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:11.368Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:13.195Z] Fetching without tags [2021-09-24T13:17:11.653Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:11.684Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:13.186Z] > git remote # timeout=10 [2021-09-24T13:17:13.233Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:13.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:13.280Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:13.419Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:13.492Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:13.493Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:13.933Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:13.934Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:14.084Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:14.084Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:14.255Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:14.256Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:14.384Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:17:14.468Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:17:14.720Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-24T13:17:13.161Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:13.166Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:13.175Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:13.184Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:13.195Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:13.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:13.196Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:13.419Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:13.427Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:13.873Z] > git remote # timeout=10 [2021-09-24T13:17:13.885Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:13.890Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:13.891Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:13.913Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:17:13.934Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:13.958Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:14.940Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:17:13.800Z] > git remote # timeout=10 [2021-09-24T13:17:13.844Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:13.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:13.890Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:14.006Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-24T13:17:14.117Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:14.168Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:13.982Z] > git remote # timeout=10 [2021-09-24T13:17:14.028Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:14.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:14.060Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:14.169Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-24T13:17:14.278Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:14.325Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:13.390Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-24T13:17:13.515Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:13.561Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-09-24T13:17:15.329Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:17:15.663Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:15.665Z] + docker version [2021-09-24T13:17:15.665Z] Client: Docker Engine - Community [2021-09-24T13:17:15.665Z] Version: 20.10.6 [2021-09-24T13:17:15.665Z] API version: 1.41 [2021-09-24T13:17:15.665Z] Go version: go1.13.15 [2021-09-24T13:17:15.665Z] Git commit: 370c289 [2021-09-24T13:17:15.665Z] Built: Fri Apr 9 22:47:17 2021 [2021-09-24T13:17:15.665Z] OS/Arch: linux/amd64 [2021-09-24T13:17:15.665Z] Context: default [2021-09-24T13:17:15.665Z] Experimental: true [2021-09-24T13:17:15.665Z] [2021-09-24T13:17:15.665Z] Server: Docker Engine - Community [2021-09-24T13:17:15.665Z] Engine: [2021-09-24T13:17:15.665Z] Version: 20.10.6 [2021-09-24T13:17:15.665Z] API version: 1.41 (minimum version 1.12) [2021-09-24T13:17:15.665Z] Go version: go1.13.15 [2021-09-24T13:17:15.665Z] Git commit: 8728dd2 [2021-09-24T13:17:15.665Z] Built: Fri Apr 9 22:45:28 2021 [2021-09-24T13:17:15.665Z] OS/Arch: linux/amd64 [2021-09-24T13:17:15.665Z] Experimental: true [2021-09-24T13:17:15.665Z] containerd: [2021-09-24T13:17:15.665Z] Version: 1.4.6 [2021-09-24T13:17:15.665Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:15.665Z] runc: [2021-09-24T13:17:15.665Z] Version: 1.0.0-rc95 [2021-09-24T13:17:15.665Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:15.665Z] docker-init: [2021-09-24T13:17:15.665Z] Version: 0.19.0 [2021-09-24T13:17:15.665Z] GitCommit: de40ad0 [2021-09-24T13:17:15.738Z] + docker version [2021-09-24T13:17:15.738Z] Client: [2021-09-24T13:17:15.738Z] Version: 20.10.8 [2021-09-24T13:17:15.738Z] API version: 1.41 [2021-09-24T13:17:15.738Z] Go version: go1.16.6 [2021-09-24T13:17:15.738Z] Git commit: 3967b7d [2021-09-24T13:17:15.738Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:17:15.738Z] OS/Arch: windows/amd64 [2021-09-24T13:17:15.738Z] Context: default [2021-09-24T13:17:15.738Z] Experimental: true [2021-09-24T13:17:15.738Z] [2021-09-24T13:17:15.738Z] Server: Docker Engine - Community [2021-09-24T13:17:15.738Z] Engine: [2021-09-24T13:17:15.738Z] Version: 20.10.8 [2021-09-24T13:17:15.738Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:17:15.738Z] Go version: go1.16.6 [2021-09-24T13:17:15.738Z] Git commit: 75249d8 [2021-09-24T13:17:15.738Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:17:15.738Z] OS/Arch: windows/amd64 [2021-09-24T13:17:15.738Z] Experimental: true [Pipeline] sh [Pipeline] sh [2021-09-24T13:17:16.334Z] + docker version [2021-09-24T13:17:16.334Z] Client: [2021-09-24T13:17:16.334Z] Version: 20.10.8 [2021-09-24T13:17:16.334Z] API version: 1.41 [2021-09-24T13:17:16.334Z] Go version: go1.16.6 [2021-09-24T13:17:16.334Z] Git commit: 3967b7d [2021-09-24T13:17:16.334Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:17:16.334Z] OS/Arch: windows/amd64 [2021-09-24T13:17:16.334Z] Context: default [2021-09-24T13:17:16.334Z] Experimental: true [2021-09-24T13:17:16.334Z] [2021-09-24T13:17:16.334Z] Server: Docker Engine - Community [2021-09-24T13:17:16.334Z] Engine: [2021-09-24T13:17:16.334Z] Version: 20.10.8 [2021-09-24T13:17:16.334Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:17:16.334Z] Go version: go1.16.6 [2021-09-24T13:17:16.334Z] Git commit: 75249d8 [2021-09-24T13:17:16.334Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:17:16.334Z] OS/Arch: windows/amd64 [2021-09-24T13:17:16.334Z] Experimental: true [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-24T13:17:16.595Z] + docker info [2021-09-24T13:17:16.656Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:16.656Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:16.772Z] + docker info [2021-09-24T13:17:15.297Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:15.301Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:15.313Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:15.322Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:15.332Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:15.332Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:15.334Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:15.665Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:15.669Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:16.628Z] > git remote # timeout=10 [2021-09-24T13:17:16.632Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:16.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:16.639Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:16.650Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:17:16.659Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:16.663Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [Pipeline] sh [2021-09-24T13:17:17.164Z] Client: [2021-09-24T13:17:17.164Z] Context: default [2021-09-24T13:17:17.164Z] Debug Mode: false [2021-09-24T13:17:17.164Z] Plugins: [2021-09-24T13:17:17.164Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-24T13:17:17.164Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-24T13:17:17.164Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-24T13:17:17.164Z] [2021-09-24T13:17:17.164Z] Server: [2021-09-24T13:17:17.164Z] Containers: 0 [2021-09-24T13:17:17.164Z] Running: 0 [2021-09-24T13:17:17.164Z] Paused: 0 [2021-09-24T13:17:17.164Z] Stopped: 0 [2021-09-24T13:17:17.164Z] Images: 1 [2021-09-24T13:17:17.164Z] Server Version: 20.10.6 [2021-09-24T13:17:17.164Z] Storage Driver: overlay2 [2021-09-24T13:17:17.164Z] Backing Filesystem: extfs [2021-09-24T13:17:17.164Z] Supports d_type: true [2021-09-24T13:17:17.164Z] Native Overlay Diff: true [2021-09-24T13:17:17.164Z] userxattr: false [2021-09-24T13:17:17.164Z] Logging Driver: json-file [2021-09-24T13:17:17.164Z] Cgroup Driver: systemd [2021-09-24T13:17:17.164Z] Cgroup Version: 2 [2021-09-24T13:17:17.164Z] Plugins: [2021-09-24T13:17:17.164Z] Volume: local [2021-09-24T13:17:17.164Z] Network: bridge host ipvlan macvlan null overlay [2021-09-24T13:17:17.164Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-24T13:17:17.164Z] Swarm: inactive [2021-09-24T13:17:17.164Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-24T13:17:17.164Z] Default Runtime: runc [2021-09-24T13:17:17.164Z] Init Binary: docker-init [2021-09-24T13:17:17.164Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:17.164Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:17.164Z] init version: de40ad0 [2021-09-24T13:17:17.164Z] Security Options: [2021-09-24T13:17:17.164Z] apparmor [2021-09-24T13:17:17.164Z] seccomp [2021-09-24T13:17:17.164Z] Profile: default [2021-09-24T13:17:17.164Z] cgroupns [2021-09-24T13:17:17.164Z] Kernel Version: 5.4.0-1048-aws [2021-09-24T13:17:17.164Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-24T13:17:17.164Z] OSType: linux [2021-09-24T13:17:17.164Z] Architecture: x86_64 [2021-09-24T13:17:17.164Z] CPUs: 2 [2021-09-24T13:17:17.164Z] Total Memory: 7.487GiB [2021-09-24T13:17:17.164Z] Name: ip-10-100-55-242 [2021-09-24T13:17:17.164Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-09-24T13:17:17.164Z] Docker Root Dir: /var/lib/docker [2021-09-24T13:17:17.164Z] Debug Mode: false [2021-09-24T13:17:17.164Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:17.164Z] Labels: [2021-09-24T13:17:17.164Z] Experimental: true [2021-09-24T13:17:17.164Z] Insecure Registries: [2021-09-24T13:17:17.164Z] 127.0.0.0/8 [2021-09-24T13:17:17.164Z] Live Restore Enabled: true [2021-09-24T13:17:17.164Z] [2021-09-24T13:17:17.164Z] WARNING: No kernel memory limit support [2021-09-24T13:17:17.164Z] WARNING: No oom kill disable support [2021-09-24T13:17:17.228Z] Client: [2021-09-24T13:17:17.228Z] Context: default [2021-09-24T13:17:17.228Z] Debug Mode: false [2021-09-24T13:17:17.228Z] Plugins: [2021-09-24T13:17:17.228Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-24T13:17:17.228Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-24T13:17:17.228Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-24T13:17:17.228Z] [2021-09-24T13:17:17.228Z] Server: [2021-09-24T13:17:17.228Z] Containers: 0 [2021-09-24T13:17:17.228Z] Running: 0 [2021-09-24T13:17:17.228Z] Paused: 0 [2021-09-24T13:17:17.228Z] Stopped: 0 [2021-09-24T13:17:17.228Z] Images: 0 [2021-09-24T13:17:17.228Z] Server Version: 20.10.8 [2021-09-24T13:17:17.228Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-24T13:17:17.228Z] Windows: [2021-09-24T13:17:17.228Z] LCOW: [2021-09-24T13:17:17.228Z] Logging Driver: json-file [2021-09-24T13:17:17.228Z] Plugins: [2021-09-24T13:17:17.228Z] Volume: local [2021-09-24T13:17:17.228Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:17:17.228Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:17:17.228Z] Swarm: inactive [2021-09-24T13:17:17.228Z] Default Isolation: process [2021-09-24T13:17:17.228Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-24T13:17:17.228Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-24T13:17:17.228Z] OSType: windows [2021-09-24T13:17:17.228Z] Architecture: x86_64 [2021-09-24T13:17:17.228Z] CPUs: 4 [2021-09-24T13:17:17.228Z] Total Memory: 32GiB [2021-09-24T13:17:17.228Z] Name: azwin-2-8a50b0 [2021-09-24T13:17:17.228Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-24T13:17:17.228Z] Docker Root Dir: D:\docker [2021-09-24T13:17:17.228Z] Debug Mode: false [2021-09-24T13:17:17.228Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:17.228Z] Labels: [2021-09-24T13:17:17.228Z] Experimental: true [2021-09-24T13:17:17.228Z] Insecure Registries: [2021-09-24T13:17:17.228Z] 10.0.0.4:5000 [2021-09-24T13:17:17.228Z] 127.0.0.0/8 [2021-09-24T13:17:17.228Z] Registry Mirrors: [2021-09-24T13:17:17.228Z] http://10.0.0.4:5000/ [2021-09-24T13:17:17.228Z] Live Restore Enabled: false [2021-09-24T13:17:17.228Z] Product License: Community Engine [2021-09-24T13:17:17.228Z] [Pipeline] } [2021-09-24T13:17:17.343Z] + docker version [2021-09-24T13:17:17.343Z] Client: [2021-09-24T13:17:17.343Z] Version: 20.10.8 [2021-09-24T13:17:17.343Z] API version: 1.41 [2021-09-24T13:17:17.343Z] Go version: go1.16.6 [2021-09-24T13:17:17.343Z] Git commit: 3967b7d [2021-09-24T13:17:17.343Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:17:17.343Z] OS/Arch: windows/amd64 [2021-09-24T13:17:17.343Z] Context: default [2021-09-24T13:17:17.343Z] Experimental: true [2021-09-24T13:17:17.343Z] [2021-09-24T13:17:17.343Z] Server: Docker Engine - Community [2021-09-24T13:17:17.343Z] Engine: [2021-09-24T13:17:17.343Z] Version: 20.10.8 [2021-09-24T13:17:17.343Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:17:17.343Z] Go version: go1.16.6 [2021-09-24T13:17:17.343Z] Git commit: 75249d8 [2021-09-24T13:17:17.343Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:17:17.343Z] OS/Arch: windows/amd64 [2021-09-24T13:17:17.343Z] Experimental: true [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2021-09-24T13:17:17.425Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [Pipeline] sh [Pipeline] powershell [2021-09-24T13:17:17.705Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:09de87ebbeac5d6e769729bae549485701a96733 . [2021-09-24T13:17:17.777Z] + docker info [2021-09-24T13:17:17.777Z] Client: [2021-09-24T13:17:17.777Z] Context: default [2021-09-24T13:17:17.777Z] Debug Mode: false [2021-09-24T13:17:17.777Z] [2021-09-24T13:17:17.777Z] Server: [2021-09-24T13:17:17.777Z] Containers: 1 [2021-09-24T13:17:17.777Z] Running: 0 [2021-09-24T13:17:17.777Z] Paused: 0 [2021-09-24T13:17:17.777Z] Stopped: 1 [2021-09-24T13:17:17.777Z] Images: 12 [2021-09-24T13:17:17.777Z] Server Version: 20.10.8 [2021-09-24T13:17:17.777Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-09-24T13:17:17.777Z] LCOW: [2021-09-24T13:17:17.777Z] Windows: [2021-09-24T13:17:17.777Z] Logging Driver: json-file [2021-09-24T13:17:17.777Z] Plugins: [2021-09-24T13:17:17.777Z] Volume: local [2021-09-24T13:17:17.777Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:17:17.777Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:17:17.777Z] Swarm: inactive [2021-09-24T13:17:17.777Z] Default Isolation: process [2021-09-24T13:17:17.777Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:17:17.777Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:17:17.777Z] OSType: windows [2021-09-24T13:17:17.777Z] Architecture: x86_64 [2021-09-24T13:17:17.777Z] CPUs: 4 [2021-09-24T13:17:17.777Z] Total Memory: 32GiB [2021-09-24T13:17:17.777Z] Name: azwin-2-8035f0 [2021-09-24T13:17:17.777Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-24T13:17:17.777Z] Docker Root Dir: D:\docker [2021-09-24T13:17:17.777Z] Debug Mode: false [2021-09-24T13:17:17.777Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:17.777Z] Labels: [2021-09-24T13:17:17.777Z] Experimental: true [2021-09-24T13:17:17.777Z] Insecure Registries: [2021-09-24T13:17:17.777Z] 10.0.0.4:5000 [2021-09-24T13:17:17.777Z] 127.0.0.0/8 [2021-09-24T13:17:17.777Z] Registry Mirrors: [2021-09-24T13:17:17.777Z] http://10.0.0.4:5000/ [2021-09-24T13:17:17.777Z] Live Restore Enabled: false [2021-09-24T13:17:17.777Z] Product License: Community Engine [2021-09-24T13:17:17.777Z] [2021-09-24T13:17:17.965Z] #1 [internal] load build definition from Dockerfile [2021-09-24T13:17:17.965Z] #1 sha256:403b8f918f25f5c18ad3451dca59d37c988e2dd3cfe8832ffcd4b6937519f0f1 [2021-09-24T13:17:17.965Z] #1 transferring dockerfile: 16.36kB done [2021-09-24T13:17:17.965Z] #1 DONE 0.0s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #2 [internal] load .dockerignore [2021-09-24T13:17:17.965Z] #2 sha256:ace720046e387b146536b21ab292f50a338764ebcd1c45021c2dafe38bce627e [2021-09-24T13:17:17.965Z] #2 transferring context: 87B done [2021-09-24T13:17:17.965Z] #2 DONE 0.0s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-24T13:17:17.965Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-24T13:17:17.965Z] #3 DONE 0.1s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-24T13:17:17.965Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-24T13:17:17.965Z] #4 CACHED [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #6 [internal] load .dockerignore [2021-09-24T13:17:17.965Z] #6 sha256:c9093e7b459b025b21eb28633f33f95cd90fae023d0a469a63f2d4bfb6cbdbef [2021-09-24T13:17:17.965Z] #6 DONE 0.0s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #5 [internal] load build definition from Dockerfile [2021-09-24T13:17:17.965Z] #5 sha256:c6b5bd1c4b447d436cf30054f75d32f906174d3ba4b0fd218c453730e62c3fd1 [2021-09-24T13:17:17.965Z] #5 DONE 0.0s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:17.965Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-24T13:17:17.965Z] #8 DONE 0.1s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-24T13:17:17.965Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-24T13:17:17.965Z] #7 DONE 0.1s [2021-09-24T13:17:17.965Z] [2021-09-24T13:17:17.965Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:17.965Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [Pipeline] } [Pipeline] sh [2021-09-24T13:17:18.225Z] #10 DONE 0.1s [2021-09-24T13:17:18.225Z] [2021-09-24T13:17:18.225Z] #9 [internal] load metadata for docker.io/library/golang:1.17.1-bullseye [2021-09-24T13:17:18.225Z] #9 sha256:86474eacd16765140150a86c79ed32f06eef6010bbeda90819d8668143782ba5 [2021-09-24T13:17:18.225Z] #9 DONE 0.1s [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] powershell [2021-09-24T13:17:18.802Z] [2021-09-24T13:17:18.802Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:18.802Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:17:18.802Z] #66 DONE 0.0s [2021-09-24T13:17:18.802Z] [2021-09-24T13:17:18.803Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:18.803Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-24T13:17:18.803Z] #64 DONE 0.0s [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:17:18.803Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:17:18.803Z] #11 DONE 0.0s [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:17:18.803Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-24T13:17:18.803Z] #27 DONE 0.0s [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-24T13:17:18.803Z] #12 sha256:ae83c74eb34e63a71461501778558ef2dfa05629cd78801581ad03963690a222 [2021-09-24T13:17:18.803Z] #12 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-24T13:17:18.803Z] #32 sha256:2328b8ab2f0089d7861415344a773a4bac4fe39225f20fced700144c2b146c63 [2021-09-24T13:17:18.803Z] #32 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-24T13:17:18.803Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-24T13:17:18.803Z] #65 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-24T13:17:18.803Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-24T13:17:18.803Z] #67 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #57 [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-09-24T13:17:18.803Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:17:18.803Z] #57 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #13 [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-09-24T13:17:18.803Z] #13 sha256:825ac47934461475fdd43da39a006a68cf4f6325c04c116eb1e9e3e295b33d83 [2021-09-24T13:17:18.803Z] #13 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-24T13:17:18.803Z] #40 sha256:6accaee5db0a8fe0935c0afa9d3c8e75f675530087e9d208721ea23b23ad6b1a [2021-09-24T13:17:18.803Z] #40 CACHED [2021-09-24T13:17:18.803Z] [2021-09-24T13:17:18.803Z] #24 [internal] load build context [2021-09-24T13:17:18.803Z] #24 sha256:6eed072720b175a00f817b2fed2044e74869b8e536701da498a5c347951493a2 [2021-09-24T13:17:18.850Z] Fetching without tags [2021-09-24T13:17:18.921Z] + docker info [2021-09-24T13:17:18.921Z] Client: [2021-09-24T13:17:18.921Z] Context: default [2021-09-24T13:17:18.921Z] Debug Mode: false [2021-09-24T13:17:18.921Z] [2021-09-24T13:17:18.921Z] Server: [2021-09-24T13:17:18.921Z] Containers: 1 [2021-09-24T13:17:18.921Z] Running: 0 [2021-09-24T13:17:18.921Z] Paused: 0 [2021-09-24T13:17:18.921Z] Stopped: 1 [2021-09-24T13:17:18.921Z] Images: 12 [2021-09-24T13:17:18.921Z] Server Version: 20.10.8 [2021-09-24T13:17:18.921Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-24T13:17:18.921Z] Windows: [2021-09-24T13:17:18.921Z] LCOW: [2021-09-24T13:17:18.921Z] Logging Driver: json-file [2021-09-24T13:17:18.921Z] Plugins: [2021-09-24T13:17:18.921Z] Volume: local [2021-09-24T13:17:18.921Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:17:18.921Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:17:18.921Z] Swarm: inactive [2021-09-24T13:17:18.921Z] Default Isolation: process [2021-09-24T13:17:18.921Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:17:18.921Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:17:18.921Z] OSType: windows [2021-09-24T13:17:18.921Z] Architecture: x86_64 [2021-09-24T13:17:18.921Z] CPUs: 4 [2021-09-24T13:17:18.921Z] Total Memory: 32GiB [2021-09-24T13:17:18.921Z] Name: azwin-2-2293a0 [2021-09-24T13:17:18.921Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-24T13:17:18.921Z] Docker Root Dir: D:\docker [2021-09-24T13:17:18.921Z] Debug Mode: false [2021-09-24T13:17:18.921Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:18.921Z] Labels: [2021-09-24T13:17:18.921Z] Experimental: true [2021-09-24T13:17:18.921Z] Insecure Registries: [2021-09-24T13:17:18.921Z] 10.0.0.4:5000 [2021-09-24T13:17:18.921Z] 127.0.0.0/8 [2021-09-24T13:17:18.921Z] Registry Mirrors: [2021-09-24T13:17:18.921Z] http://10.0.0.4:5000/ [2021-09-24T13:17:18.921Z] Live Restore Enabled: false [2021-09-24T13:17:18.921Z] Product License: Community Engine [2021-09-24T13:17:18.921Z] [2021-09-24T13:17:19.063Z] #24 ... [2021-09-24T13:17:19.063Z] [2021-09-24T13:17:19.063Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-24T13:17:19.063Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-24T13:17:19.063Z] #43 DONE 0.3s [2021-09-24T13:17:19.063Z] [2021-09-24T13:17:19.063Z] #24 [internal] load build context [2021-09-24T13:17:19.063Z] #24 sha256:6eed072720b175a00f817b2fed2044e74869b8e536701da498a5c347951493a2 [2021-09-24T13:17:19.122Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [Pipeline] powershell [2021-09-24T13:17:19.324Z] #24 ... [2021-09-24T13:17:19.324Z] [2021-09-24T13:17:19.324Z] #44 [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-09-24T13:17:19.324Z] #44 sha256:279750e72eafeb0dd9c19aed450d987174e3a2430fe8465ba0f068852a470a3c [2021-09-24T13:17:19.324Z] #44 CACHED [2021-09-24T13:17:19.324Z] [2021-09-24T13:17:19.324Z] #45 [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 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-09-24T13:17:19.324Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:19.324Z] #45 CACHED [2021-09-24T13:17:19.324Z] [2021-09-24T13:17:19.324Z] #24 [internal] load build context [2021-09-24T13:17:19.324Z] #24 sha256:6eed072720b175a00f817b2fed2044e74869b8e536701da498a5c347951493a2 [2021-09-24T13:17:19.437Z] + docker version [2021-09-24T13:17:19.437Z] Client: Docker Engine - Community [2021-09-24T13:17:19.437Z] Version: 20.10.6 [2021-09-24T13:17:19.437Z] API version: 1.41 [2021-09-24T13:17:19.437Z] Go version: go1.13.15 [2021-09-24T13:17:19.437Z] Git commit: 370c289 [2021-09-24T13:17:19.437Z] Built: Fri Apr 9 22:45:59 2021 [2021-09-24T13:17:19.437Z] OS/Arch: linux/arm64 [2021-09-24T13:17:19.437Z] Context: default [2021-09-24T13:17:19.437Z] Experimental: true [2021-09-24T13:17:19.437Z] [2021-09-24T13:17:19.437Z] Server: Docker Engine - Community [2021-09-24T13:17:19.437Z] Engine: [2021-09-24T13:17:19.437Z] Version: 20.10.6 [2021-09-24T13:17:19.437Z] API version: 1.41 (minimum version 1.12) [2021-09-24T13:17:19.437Z] Go version: go1.13.15 [2021-09-24T13:17:19.437Z] Git commit: 8728dd2 [2021-09-24T13:17:19.437Z] Built: Fri Apr 9 22:44:09 2021 [2021-09-24T13:17:19.437Z] OS/Arch: linux/arm64 [2021-09-24T13:17:19.437Z] Experimental: true [2021-09-24T13:17:19.437Z] containerd: [2021-09-24T13:17:19.437Z] Version: 1.4.6 [2021-09-24T13:17:19.437Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:19.437Z] runc: [2021-09-24T13:17:19.437Z] Version: 1.0.0-rc95 [2021-09-24T13:17:19.437Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:19.437Z] docker-init: [2021-09-24T13:17:19.437Z] Version: 0.19.0 [2021-09-24T13:17:19.437Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-24T13:17:19.881Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:19.881Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:20.060Z] + docker info [2021-09-24T13:17:20.321Z] Client: [2021-09-24T13:17:20.322Z] Context: default [2021-09-24T13:17:20.322Z] Debug Mode: false [2021-09-24T13:17:20.322Z] Plugins: [2021-09-24T13:17:20.322Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-24T13:17:20.322Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-24T13:17:20.322Z] [2021-09-24T13:17:20.322Z] Server: [2021-09-24T13:17:20.322Z] Containers: 0 [2021-09-24T13:17:20.322Z] Running: 0 [2021-09-24T13:17:20.322Z] Paused: 0 [2021-09-24T13:17:20.322Z] Stopped: 0 [2021-09-24T13:17:20.322Z] Images: 1 [2021-09-24T13:17:20.322Z] Server Version: 20.10.6 [2021-09-24T13:17:20.322Z] Storage Driver: overlay2 [2021-09-24T13:17:20.322Z] Backing Filesystem: extfs [2021-09-24T13:17:20.322Z] Supports d_type: true [2021-09-24T13:17:20.322Z] Native Overlay Diff: true [2021-09-24T13:17:20.322Z] userxattr: false [2021-09-24T13:17:20.322Z] Logging Driver: json-file [2021-09-24T13:17:20.322Z] Cgroup Driver: cgroupfs [2021-09-24T13:17:20.322Z] Cgroup Version: 1 [2021-09-24T13:17:20.322Z] Plugins: [2021-09-24T13:17:20.322Z] Volume: local [2021-09-24T13:17:20.322Z] Network: bridge host ipvlan macvlan null overlay [2021-09-24T13:17:20.322Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-24T13:17:20.322Z] Swarm: inactive [2021-09-24T13:17:20.322Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-09-24T13:17:20.322Z] Default Runtime: runc [2021-09-24T13:17:20.322Z] Init Binary: docker-init [2021-09-24T13:17:20.322Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:20.322Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:20.322Z] init version: de40ad0 [2021-09-24T13:17:20.322Z] Security Options: [2021-09-24T13:17:20.322Z] apparmor [2021-09-24T13:17:20.322Z] seccomp [2021-09-24T13:17:20.322Z] Profile: default [2021-09-24T13:17:20.322Z] Kernel Version: 5.4.0-1048-aws [2021-09-24T13:17:20.322Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-24T13:17:20.322Z] OSType: linux [2021-09-24T13:17:20.322Z] Architecture: aarch64 [2021-09-24T13:17:20.322Z] CPUs: 4 [2021-09-24T13:17:20.322Z] Total Memory: 7.493GiB [2021-09-24T13:17:20.322Z] Name: ip-10-100-55-192 [2021-09-24T13:17:20.322Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-09-24T13:17:20.322Z] Docker Root Dir: /var/lib/docker [2021-09-24T13:17:20.322Z] Debug Mode: false [2021-09-24T13:17:20.322Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:20.322Z] Labels: [2021-09-24T13:17:20.322Z] Experimental: true [2021-09-24T13:17:20.322Z] Insecure Registries: [2021-09-24T13:17:20.322Z] 127.0.0.0/8 [2021-09-24T13:17:20.322Z] Live Restore Enabled: true [2021-09-24T13:17:20.322Z] [2021-09-24T13:17:20.322Z] WARNING: No swap limit support [Pipeline] sh [2021-09-24T13:17:20.615Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:20.615Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:20.615Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42879/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-24T13:17:20.615Z] + bash /home/ubuntu/workspace/moby_PR-42879/check-config.sh [2021-09-24T13:17:20.615Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-24T13:17:20.615Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-24T13:17:20.615Z] [2021-09-24T13:17:20.615Z] Generally Necessary: [2021-09-24T13:17:20.615Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-24T13:17:20.615Z] - apparmor: enabled and tools installed [2021-09-24T13:17:20.615Z] - CONFIG_NAMESPACES: enabled [2021-09-24T13:17:20.615Z] - CONFIG_NET_NS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_PID_NS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_IPC_NS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_UTS_NS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CGROUPS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-24T13:17:20.615Z] - CONFIG_CPUSETS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_MEMCG: enabled [2021-09-24T13:17:20.615Z] - CONFIG_KEYS: enabled [2021-09-24T13:17:20.615Z] - CONFIG_VETH: enabled (as module) [2021-09-24T13:17:20.615Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-24T13:17:20.615Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-24T13:17:20.615Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-24T13:17:20.615Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-24T13:17:18.818Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:18.825Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:18.832Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:18.842Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:18.853Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:18.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:18.854Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:19.125Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:19.133Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:19.752Z] > git remote # timeout=10 [2021-09-24T13:17:19.789Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:19.813Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:19.814Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:19.852Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:17:19.886Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:19.896Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:20.804Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [2021-09-24T13:17:20.877Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-24T13:17:20.877Z] [2021-09-24T13:17:20.877Z] Optional Features: [2021-09-24T13:17:20.877Z] - CONFIG_USER_NS: enabled [2021-09-24T13:17:20.877Z] - CONFIG_SECCOMP: enabled [2021-09-24T13:17:20.877Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-24T13:17:20.877Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-24T13:17:20.877Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-24T13:17:20.877Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-24T13:17:20.877Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-24T13:17:20.877Z] - CONFIG_BLK_CGROUP: enabled [2021-09-24T13:17:20.877Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-24T13:17:20.877Z] - CONFIG_CGROUP_PERF: enabled [2021-09-24T13:17:20.877Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-24T13:17:20.877Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-24T13:17:20.877Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-24T13:17:20.877Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-24T13:17:20.877Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-24T13:17:20.877Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-24T13:17:21.140Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_IP_VS: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-24T13:17:21.140Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-24T13:17:21.140Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-24T13:17:21.140Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-24T13:17:21.140Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-24T13:17:21.140Z] - CONFIG_EXT4_FS: enabled [2021-09-24T13:17:21.140Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-24T13:17:21.140Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-24T13:17:21.140Z] - Network Drivers: [2021-09-24T13:17:21.140Z] - "overlay": [2021-09-24T13:17:21.140Z] - CONFIG_VXLAN: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-24T13:17:21.140Z] Optional (for encrypted networks): [2021-09-24T13:17:21.140Z] - CONFIG_CRYPTO: enabled [2021-09-24T13:17:21.140Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-24T13:17:21.140Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-24T13:17:21.140Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-24T13:17:21.140Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-24T13:17:21.140Z] - CONFIG_XFRM: enabled [2021-09-24T13:17:21.140Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-24T13:17:21.140Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-24T13:17:21.140Z] - "ipvlan": [2021-09-24T13:17:21.140Z] - CONFIG_IPVLAN: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:17:21.402Z] - "macvlan": [2021-09-24T13:17:21.402Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-24T13:17:21.402Z] - CONFIG_DUMMY: enabled (as module) [2021-09-24T13:17:21.402Z] - "ftp,tftp client in container": [2021-09-24T13:17:21.402Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-24T13:17:21.402Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-24T13:17:21.402Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-24T13:17:21.402Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-24T13:17:21.402Z] - Storage Drivers: [2021-09-24T13:17:21.402Z] - "aufs": [2021-09-24T13:17:21.402Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-24T13:17:21.402Z] - "btrfs": [2021-09-24T13:17:21.402Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-24T13:17:21.402Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-24T13:17:21.402Z] - "devicemapper": [2021-09-24T13:17:21.402Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-24T13:17:21.402Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-24T13:17:21.402Z] - "overlay": [2021-09-24T13:17:21.402Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-24T13:17:21.402Z] - "zfs": [2021-09-24T13:17:21.402Z] - /dev/zfs: present [2021-09-24T13:17:21.402Z] - zfs command: missing [2021-09-24T13:17:21.402Z] - zpool command: missing [2021-09-24T13:17:21.402Z] [2021-09-24T13:17:21.402Z] Limits: [2021-09-24T13:17:21.402Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-24T13:17:21.402Z] [2021-09-24T13:17:21.402Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-24T13:17:21.510Z] + [ PR != PR ] [2021-09-24T13:17:21.510Z] + [ master != master ] [2021-09-24T13:17:21.510Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-24T13:17:21.747Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:09de87ebbeac5d6e769729bae549485701a96733 . [2021-09-24T13:17:21.847Z] + docker version [2021-09-24T13:17:21.847Z] Client: Docker Engine - Community [2021-09-24T13:17:21.847Z] Version: 20.10.6 [2021-09-24T13:17:21.847Z] API version: 1.41 [2021-09-24T13:17:21.847Z] Go version: go1.13.15 [2021-09-24T13:17:21.847Z] Git commit: 370c289 [2021-09-24T13:17:21.847Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-24T13:17:21.847Z] OS/Arch: linux/amd64 [2021-09-24T13:17:21.847Z] Context: default [2021-09-24T13:17:21.847Z] Experimental: true [2021-09-24T13:17:21.847Z] [2021-09-24T13:17:21.847Z] Server: Docker Engine - Community [2021-09-24T13:17:21.847Z] Engine: [2021-09-24T13:17:21.847Z] Version: 20.10.6 [2021-09-24T13:17:21.847Z] API version: 1.41 (minimum version 1.12) [2021-09-24T13:17:21.847Z] Go version: go1.13.15 [2021-09-24T13:17:21.847Z] Git commit: 8728dd2 [2021-09-24T13:17:21.847Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-24T13:17:21.847Z] OS/Arch: linux/amd64 [2021-09-24T13:17:21.847Z] Experimental: true [2021-09-24T13:17:21.847Z] containerd: [2021-09-24T13:17:21.847Z] Version: 1.4.6 [2021-09-24T13:17:21.847Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:21.847Z] runc: [2021-09-24T13:17:21.847Z] Version: 1.0.0-rc95 [2021-09-24T13:17:21.847Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:21.847Z] docker-init: [2021-09-24T13:17:21.847Z] Version: 0.19.0 [2021-09-24T13:17:21.847Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-24T13:17:22.141Z] + docker info [2021-09-24T13:17:23.075Z] Client: [2021-09-24T13:17:23.075Z] Context: default [2021-09-24T13:17:23.075Z] Debug Mode: false [2021-09-24T13:17:23.075Z] Plugins: [2021-09-24T13:17:23.075Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-24T13:17:23.075Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-24T13:17:23.075Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-24T13:17:23.075Z] [2021-09-24T13:17:23.075Z] Server: [2021-09-24T13:17:23.075Z] Containers: 0 [2021-09-24T13:17:23.075Z] Running: 0 [2021-09-24T13:17:23.075Z] Paused: 0 [2021-09-24T13:17:23.075Z] Stopped: 0 [2021-09-24T13:17:23.075Z] Images: 1 [2021-09-24T13:17:23.075Z] Server Version: 20.10.6 [2021-09-24T13:17:23.075Z] Storage Driver: overlay2 [2021-09-24T13:17:23.075Z] Backing Filesystem: extfs [2021-09-24T13:17:23.075Z] Supports d_type: true [2021-09-24T13:17:23.075Z] Native Overlay Diff: true [2021-09-24T13:17:23.075Z] userxattr: false [2021-09-24T13:17:23.075Z] Logging Driver: json-file [2021-09-24T13:17:23.075Z] Cgroup Driver: cgroupfs [2021-09-24T13:17:23.075Z] Cgroup Version: 1 [2021-09-24T13:17:23.075Z] Plugins: [2021-09-24T13:17:23.075Z] Volume: local [2021-09-24T13:17:23.075Z] Network: bridge host ipvlan macvlan null overlay [2021-09-24T13:17:23.075Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-24T13:17:23.075Z] Swarm: inactive [2021-09-24T13:17:23.075Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-24T13:17:23.075Z] Default Runtime: runc [2021-09-24T13:17:23.075Z] Init Binary: docker-init [2021-09-24T13:17:23.075Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:23.075Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:23.075Z] init version: de40ad0 [2021-09-24T13:17:23.075Z] Security Options: [2021-09-24T13:17:23.075Z] apparmor [2021-09-24T13:17:23.075Z] seccomp [2021-09-24T13:17:23.075Z] Profile: default [2021-09-24T13:17:23.075Z] Kernel Version: 5.4.0-1048-aws [2021-09-24T13:17:23.075Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-24T13:17:23.075Z] OSType: linux [2021-09-24T13:17:23.075Z] Architecture: x86_64 [2021-09-24T13:17:23.075Z] CPUs: 2 [2021-09-24T13:17:23.075Z] Total Memory: 7.487GiB [2021-09-24T13:17:23.075Z] Name: ip-10-100-110-29 [2021-09-24T13:17:23.075Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-24T13:17:23.075Z] Docker Root Dir: /var/lib/docker [2021-09-24T13:17:23.075Z] Debug Mode: false [2021-09-24T13:17:23.075Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:23.075Z] Labels: [2021-09-24T13:17:23.075Z] Experimental: true [2021-09-24T13:17:23.075Z] Insecure Registries: [2021-09-24T13:17:23.075Z] 127.0.0.0/8 [2021-09-24T13:17:23.075Z] Live Restore Enabled: true [2021-09-24T13:17:23.075Z] [2021-09-24T13:17:23.075Z] WARNING: No swap limit support [Pipeline] sh [2021-09-24T13:17:23.139Z] #1 [internal] load build definition from Dockerfile [2021-09-24T13:17:23.139Z] #1 sha256:00b98e6f93dd8e3fa9e82d29d33d4de919cd57ecf8f5bf41aa7226eb630c05c4 [2021-09-24T13:17:23.139Z] #1 transferring dockerfile: 16.36kB done [2021-09-24T13:17:23.139Z] #1 DONE 0.0s [2021-09-24T13:17:23.139Z] [2021-09-24T13:17:23.139Z] #2 [internal] load .dockerignore [2021-09-24T13:17:23.139Z] #2 sha256:153a4be1fbbace4e3fb9cd4a39d9a32fff400d8be7657fbac19bab79f8aae58a [2021-09-24T13:17:23.139Z] #2 transferring context: 87B done [2021-09-24T13:17:23.139Z] #2 DONE 0.0s [2021-09-24T13:17:23.368Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:23.368Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:23.368Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42879/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-24T13:17:23.368Z] + bash /home/ubuntu/workspace/moby_PR-42879/check-config.sh [2021-09-24T13:17:23.368Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-24T13:17:23.368Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-24T13:17:23.368Z] [2021-09-24T13:17:23.368Z] Generally Necessary: [2021-09-24T13:17:23.368Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-24T13:17:23.368Z] - apparmor: enabled and tools installed [2021-09-24T13:17:23.368Z] - CONFIG_NAMESPACES: enabled [2021-09-24T13:17:23.368Z] - CONFIG_NET_NS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_PID_NS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_IPC_NS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_UTS_NS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CGROUPS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-24T13:17:23.368Z] - CONFIG_CPUSETS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_MEMCG: enabled [2021-09-24T13:17:23.368Z] - CONFIG_KEYS: enabled [2021-09-24T13:17:23.368Z] - CONFIG_VETH: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-24T13:17:23.368Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-24T13:17:23.368Z] [2021-09-24T13:17:23.368Z] Optional Features: [2021-09-24T13:17:23.368Z] - CONFIG_USER_NS: enabled [2021-09-24T13:17:23.535Z] #24 transferring context: 43.44MB 4.1s [2021-09-24T13:17:23.535Z] #24 transferring context: 55.47MB 4.7s done [2021-09-24T13:17:23.634Z] - CONFIG_SECCOMP: enabled [2021-09-24T13:17:23.634Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-24T13:17:23.634Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-24T13:17:23.634Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-24T13:17:23.634Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-24T13:17:23.634Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-24T13:17:23.634Z] - CONFIG_BLK_CGROUP: enabled [2021-09-24T13:17:23.634Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-24T13:17:23.634Z] - CONFIG_CGROUP_PERF: enabled [2021-09-24T13:17:23.634Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-24T13:17:23.634Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-24T13:17:23.634Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-24T13:17:23.634Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-24T13:17:23.634Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-24T13:17:23.634Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-24T13:17:23.634Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-24T13:17:23.634Z] - CONFIG_IP_VS: enabled (as module) [2021-09-24T13:17:23.635Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-24T13:17:23.635Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-24T13:17:23.635Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-24T13:17:23.635Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-24T13:17:23.635Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-24T13:17:23.635Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-24T13:17:23.635Z] - CONFIG_EXT4_FS: enabled [2021-09-24T13:17:23.635Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-24T13:17:23.635Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-24T13:17:23.635Z] - Network Drivers: [2021-09-24T13:17:23.635Z] - "overlay": [2021-09-24T13:17:23.635Z] - CONFIG_VXLAN: enabled (as module) [2021-09-24T13:17:23.635Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-24T13:17:23.635Z] Optional (for encrypted networks): [2021-09-24T13:17:23.715Z] [2021-09-24T13:17:23.715Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-24T13:17:23.715Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-09-24T13:17:23.715Z] #3 DONE 0.1s [2021-09-24T13:17:23.800Z] #24 DONE 4.9s [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:23.800Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:23.800Z] #14 2.234 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:17:23.800Z] #14 2.314 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:17:23.800Z] #14 2.410 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:17:23.800Z] #14 3.382 Reading package lists... [2021-09-24T13:17:23.800Z] #14 ... [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #28 [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-09-24T13:17:23.800Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-24T13:17:23.800Z] #28 CACHED [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-24T13:17:23.800Z] #29 sha256:6fe4bd97936a716f95480006a72cc352ce86eef2d1c3d40366d4853eab1d46ca [2021-09-24T13:17:23.800Z] #29 CACHED [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:17:23.800Z] #30 sha256:7aedac9defdb1105174fbcb5588198f9ed472077ecae762a72d7490f8ba73f87 [2021-09-24T13:17:23.800Z] #30 CACHED [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #49 [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-09-24T13:17:23.800Z] #49 sha256:36a8aee3343e6e68147fe2b4503ba8189c0688b0dd381e37183e014585c5ce71 [2021-09-24T13:17:23.800Z] #49 CACHED [2021-09-24T13:17:23.800Z] [2021-09-24T13:17:23.800Z] #41 [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-09-24T13:17:23.800Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:17:23.800Z] #41 1.402 + git clone https://github.com/docker/distribution.git . [2021-09-24T13:17:23.800Z] #41 1.402 Cloning into '.'... [2021-09-24T13:17:23.893Z] - CONFIG_CRYPTO: enabled [2021-09-24T13:17:23.893Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-24T13:17:23.893Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-24T13:17:23.893Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-24T13:17:23.893Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-24T13:17:23.893Z] - CONFIG_XFRM: enabled [2021-09-24T13:17:23.893Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-24T13:17:23.893Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-24T13:17:23.893Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-24T13:17:23.893Z] - "ipvlan": [2021-09-24T13:17:23.893Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-24T13:17:23.893Z] - "macvlan": [2021-09-24T13:17:23.893Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-24T13:17:23.893Z] - CONFIG_DUMMY: enabled (as module) [2021-09-24T13:17:23.894Z] - "ftp,tftp client in container": [2021-09-24T13:17:23.894Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-24T13:17:23.894Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-24T13:17:23.894Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-24T13:17:23.894Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-24T13:17:23.894Z] - Storage Drivers: [2021-09-24T13:17:23.894Z] - "aufs": [2021-09-24T13:17:23.894Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-24T13:17:23.894Z] - "btrfs": [2021-09-24T13:17:23.894Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-24T13:17:23.894Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-24T13:17:23.894Z] - "devicemapper": [2021-09-24T13:17:23.894Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-24T13:17:23.894Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-24T13:17:23.894Z] - "overlay": [2021-09-24T13:17:23.894Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-24T13:17:23.894Z] - "zfs": [2021-09-24T13:17:23.894Z] - /dev/zfs: present [2021-09-24T13:17:23.894Z] - zfs command: missing [2021-09-24T13:17:23.894Z] - zpool command: missing [2021-09-24T13:17:23.894Z] [2021-09-24T13:17:23.894Z] Limits: [2021-09-24T13:17:23.894Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-24T13:17:23.894Z] [2021-09-24T13:17:23.894Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-24T13:17:23.979Z] [2021-09-24T13:17:23.979Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-24T13:17:23.979Z] #4 sha256:5f5d24529406726ec414dd62cdc89c393aac693a7a2b47b0b4d107994528dca3 [2021-09-24T13:17:23.979Z] #4 CACHED [2021-09-24T13:17:24.061Z] #41 ... [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #53 [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-09-24T13:17:24.061Z] #53 sha256:c6145c01693ee5986ae18be6aa2d6c501c340d868a64297b9b6301e9b04d9264 [2021-09-24T13:17:24.061Z] #53 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #47 [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-09-24T13:17:24.061Z] #47 sha256:4c6e98e2ea6de550edbce9152476f91b6c0f6999cda8199052bb2fb9ea50c4dc [2021-09-24T13:17:24.061Z] #47 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #25 [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-09-24T13:17:24.061Z] #25 sha256:942806073adf64c856b89be7576dfae67b284027b45e1ac35f447b542af650e6 [2021-09-24T13:17:24.061Z] #25 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #37 [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-09-24T13:17:24.061Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:17:24.061Z] #37 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #38 [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-09-24T13:17:24.061Z] #38 sha256:badf0a5adecdc0d1fa38f25b57994f97d5bb49f229b5c5cb3c54dfc7ec392327 [2021-09-24T13:17:24.061Z] #38 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #35 [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-09-24T13:17:24.061Z] #35 sha256:cefcab889726ba6d7c3dce424e9884c383dbe4eb4d190ea27bc38939b24048cc [2021-09-24T13:17:24.061Z] #35 CACHED [2021-09-24T13:17:24.061Z] [2021-09-24T13:17:24.061Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:24.061Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:24.061Z] #14 3.382 Reading package lists... [2021-09-24T13:17:24.226Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:09de87ebbeac5d6e769729bae549485701a96733 . [2021-09-24T13:17:24.241Z] [2021-09-24T13:17:24.242Z] #6 [internal] load build definition from Dockerfile [2021-09-24T13:17:24.242Z] #6 sha256:6a9d39bda5eb14ca3bc657549b9302f97485589450ae6a7b64dc65002c3cb57a [2021-09-24T13:17:24.242Z] #6 DONE 0.0s [2021-09-24T13:17:24.242Z] [2021-09-24T13:17:24.242Z] #5 [internal] load .dockerignore [2021-09-24T13:17:24.242Z] #5 sha256:13122908404047aa990564a08335913cb66a844e8bde7cdddef543280457d51e [2021-09-24T13:17:24.242Z] #5 DONE 0.0s [2021-09-24T13:17:24.242Z] [2021-09-24T13:17:24.242Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-24T13:17:24.242Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-09-24T13:17:24.242Z] #8 DONE 0.1s [2021-09-24T13:17:24.242Z] [2021-09-24T13:17:24.242Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:24.242Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-24T13:17:24.242Z] #10 DONE 0.1s [2021-09-24T13:17:24.242Z] [2021-09-24T13:17:24.242Z] #7 [internal] load metadata for docker.io/library/golang:1.17.1-bullseye [2021-09-24T13:17:24.242Z] #7 sha256:5ab7288c65d73e82b7838452bfb3b73674cab1cf31f8a4dfafb9b75d64073fde [2021-09-24T13:17:24.242Z] #7 DONE 0.1s [2021-09-24T13:17:24.242Z] [2021-09-24T13:17:24.242Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:24.242Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-24T13:17:24.242Z] #9 DONE 0.1s [2021-09-24T13:17:24.485Z] #1 [internal] load build definition from Dockerfile [2021-09-24T13:17:24.485Z] #1 sha256:24456080f667f3ddf1ef024f4a02a4a3d491585c26dd50188c3adc4f9d37e291 [2021-09-24T13:17:24.485Z] #1 transferring dockerfile: 16.36kB done [2021-09-24T13:17:24.485Z] #1 DONE 0.0s [2021-09-24T13:17:24.485Z] [2021-09-24T13:17:24.485Z] #2 [internal] load .dockerignore [2021-09-24T13:17:24.485Z] #2 sha256:7299f1350bda6ec1cd40d9d23b57bc1f8a7761dec5d7f6d278f4bea8078ccf4d [2021-09-24T13:17:24.485Z] #2 transferring context: 87B done [2021-09-24T13:17:24.485Z] #2 DONE 0.0s [2021-09-24T13:17:24.485Z] [2021-09-24T13:17:24.485Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-24T13:17:24.485Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-24T13:17:24.485Z] #3 DONE 0.1s [2021-09-24T13:17:24.485Z] [2021-09-24T13:17:24.485Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-24T13:17:24.485Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-24T13:17:24.485Z] #4 CACHED [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #6 [internal] load .dockerignore [2021-09-24T13:17:24.744Z] #6 sha256:4f662163c06ba2a38bc0ebb4ee7521fd9b51ac22e380ad1692b6e5b97153b8a3 [2021-09-24T13:17:24.744Z] #6 DONE 0.0s [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #5 [internal] load build definition from Dockerfile [2021-09-24T13:17:24.744Z] #5 sha256:57784fd887a8c6be83a64e270e04254ce3e1ab71396d247f84caf529b2f5eaf5 [2021-09-24T13:17:24.744Z] #5 DONE 0.0s [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-24T13:17:24.744Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-24T13:17:24.744Z] #9 DONE 0.1s [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #7 [internal] load metadata for docker.io/library/golang:1.17.1-bullseye [2021-09-24T13:17:24.744Z] #7 sha256:86474eacd16765140150a86c79ed32f06eef6010bbeda90819d8668143782ba5 [2021-09-24T13:17:24.744Z] #7 DONE 0.1s [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:24.744Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-24T13:17:24.744Z] #10 DONE 0.1s [2021-09-24T13:17:24.744Z] [2021-09-24T13:17:24.744Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:17:24.744Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-24T13:17:24.744Z] #8 DONE 0.1s [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:24.822Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-24T13:17:24.822Z] #64 DONE 0.0s [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:24.822Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:17:24.822Z] #66 DONE 0.0s [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:17:24.822Z] #11 sha256:628e916ce5ccda9f00053ae003dd8fa6aefb21425d1198ff5a02560f9168eb6e [2021-09-24T13:17:24.822Z] #11 DONE 0.0s [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:17:24.822Z] #27 sha256:6e57e630ddd50cb94b4e637d5702c2d48f3f4c455c3a0f5bed97fdc773d7753f [2021-09-24T13:17:24.822Z] #27 DONE 0.0s [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #24 [internal] load build context [2021-09-24T13:17:24.822Z] #24 sha256:ddde43afcfeb651a7f2babeac1d4c2198cd83da153dff81f4b0de7545113f07d [2021-09-24T13:17:24.822Z] #24 ... [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-24T13:17:24.822Z] #12 sha256:0297f576bb31f0c43e6e6e25e7e1db565cc237df96ce70f719df7da7471074c9 [2021-09-24T13:17:24.822Z] #12 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-24T13:17:24.822Z] #32 sha256:712cb41469724a1660d44a4d43717784d8de6ca745ba007bfd3eb7cd72916f24 [2021-09-24T13:17:24.822Z] #32 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-24T13:17:24.822Z] #40 sha256:9305f4139a73c97a5d8ff4b8f8071910a78430a3e67d078ee85df5ca27e842f5 [2021-09-24T13:17:24.822Z] #40 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #13 [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-09-24T13:17:24.822Z] #13 sha256:4e909e1ddf012bc37865cea8b90160e2c16760f67330e296cfa7c65e3f369d82 [2021-09-24T13:17:24.822Z] #13 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-24T13:17:24.822Z] #65 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-09-24T13:17:24.822Z] #65 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-24T13:17:24.822Z] #67 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-09-24T13:17:24.822Z] #67 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #57 [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-09-24T13:17:24.822Z] #57 sha256:fb5e83f7d295fdcb4c6428040902408693a1c98b1f056660cc27ca9026d2d842 [2021-09-24T13:17:24.822Z] #57 CACHED [2021-09-24T13:17:24.822Z] [2021-09-24T13:17:24.822Z] #24 [internal] load build context [2021-09-24T13:17:24.822Z] #24 sha256:ddde43afcfeb651a7f2babeac1d4c2198cd83da153dff81f4b0de7545113f07d [2021-09-24T13:17:24.880Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-24T13:17:24.880Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c1b5382f\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-24T13:17:24.880Z] ---------------------------------------------------------------------------- [2021-09-24T13:17:24.880Z] [2021-09-24T13:17:24.880Z] INFO: executeCI.ps1 starting at Fri Sep 24 13:17:24 CUT 2021 [2021-09-24T13:17:24.880Z] [2021-09-24T13:17:24.880Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-24T13:17:24.880Z] INFO: Running git version 2.24.1.windows.2 [2021-09-24T13:17:24.880Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-24T13:17:24.880Z] INFO: Environment variables: [2021-09-24T13:17:25.093Z] #24 ... [2021-09-24T13:17:25.093Z] [2021-09-24T13:17:25.093Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-24T13:17:25.093Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-24T13:17:25.093Z] #43 DONE 0.3s [2021-09-24T13:17:25.093Z] [2021-09-24T13:17:25.093Z] #24 [internal] load build context [2021-09-24T13:17:25.093Z] #24 sha256:ddde43afcfeb651a7f2babeac1d4c2198cd83da153dff81f4b0de7545113f07d [2021-09-24T13:17:25.335Z] [2021-09-24T13:17:25.335Z] Name Value [2021-09-24T13:17:25.335Z] ---- ----- [2021-09-24T13:17:25.335Z] ALLUSERSPROFILE C:\ProgramData [2021-09-24T13:17:25.335Z] amd64 true [2021-09-24T13:17:25.335Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-24T13:17:25.335Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-24T13:17:25.335Z] arm64 true [2021-09-24T13:17:25.335Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-24T13:17:25.335Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-24T13:17:25.335Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-24T13:17:25.335Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-24T13:17:25.335Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-24T13:17:25.335Z] BRANCH_NAME PR-42879 [2021-09-24T13:17:25.335Z] BUILD_DISPLAY_NAME #2 [2021-09-24T13:17:25.335Z] BUILD_ID 2 [2021-09-24T13:17:25.335Z] BUILD_NUMBER 2 [2021-09-24T13:17:25.335Z] BUILD_TAG jenkins-moby-PR-42879-2 [2021-09-24T13:17:25.335Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/ [2021-09-24T13:17:25.335Z] cgroup2 true [2021-09-24T13:17:25.335Z] CHANGE_AUTHOR thaJeztah [2021-09-24T13:17:25.335Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-24T13:17:25.335Z] CHANGE_BRANCH carry_39605_chgrp_docker_sock [2021-09-24T13:17:25.335Z] CHANGE_FORK thaJeztah/docker [2021-09-24T13:17:25.335Z] CHANGE_ID 42879 [2021-09-24T13:17:25.335Z] CHANGE_TARGET master [2021-09-24T13:17:25.335Z] CHANGE_TITLE [carry 39605] daemon/listeners: use chgrp binary for docker.sock [2021-09-24T13:17:25.335Z] CHANGE_URL https://github.com/moby/moby/pull/42879 [2021-09-24T13:17:25.335Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:25.335Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-24T13:17:25.335Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-24T13:17:25.335Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-24T13:17:25.335Z] COMPUTERNAME azwin-2-8035f0 [2021-09-24T13:17:25.335Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-24T13:17:25.335Z] ConfigSequenceNumber 0 [2021-09-24T13:17:25.335Z] dco true [2021-09-24T13:17:25.335Z] DOCKER_BUILDKIT 0 [2021-09-24T13:17:25.335Z] DOCKER_DUT_DEBUG 1 [2021-09-24T13:17:25.335Z] DOCKER_EXPERIMENTAL 1 [2021-09-24T13:17:25.335Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-24T13:17:25.335Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-09-24T13:17:25.335Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-24T13:17:25.335Z] EXECUTOR_NUMBER 0 [2021-09-24T13:17:25.335Z] FQDN azwin-2-8035f0.westus.cloudapp.azure.com [2021-09-24T13:17:25.335Z] GIT_BRANCH PR-42879 [2021-09-24T13:17:25.335Z] GIT_COMMIT 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:25.335Z] GIT_URL https://github.com/moby/moby.git [2021-09-24T13:17:25.335Z] HUDSON_COOKIE 2508cb85-ad7e-4a8f-8af3-9f143be54aa3 [2021-09-24T13:17:25.335Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:25.335Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-24T13:17:25.335Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:25.335Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-24T13:17:25.335Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:25.335Z] JENKINS_NODE_COOKIE f5fb75ea-b24c-43fe-841a-e8aa6a8e2e8a [2021-09-24T13:17:25.335Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-24T13:17:25.335Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:25.335Z] JOB_BASE_NAME PR-42879 [2021-09-24T13:17:25.335Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/display/redirect [2021-09-24T13:17:25.336Z] JOB_NAME moby/PR-42879 [2021-09-24T13:17:25.336Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/ [2021-09-24T13:17:25.336Z] library.jps.version master [2021-09-24T13:17:25.336Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-24T13:17:25.336Z] NODE_LABELS amd64 azure azwin-2-8035f0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-24T13:17:25.336Z] NODE_NAME azwin-2-8035f0 [2021-09-24T13:17:25.336Z] NUMBER_OF_PROCESSORS 4 [2021-09-24T13:17:25.336Z] OS Windows_NT [2021-09-24T13:17:25.336Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-24T13:17:25.336Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-24T13:17:25.336Z] ppc64le false [2021-09-24T13:17:25.336Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-24T13:17:25.336Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-24T13:17:25.336Z] PROCESSOR_LEVEL 6 [2021-09-24T13:17:25.336Z] PROCESSOR_REVISION 5507 [2021-09-24T13:17:25.336Z] ProgramData C:\ProgramData [2021-09-24T13:17:25.336Z] ProgramFiles C:\Program Files [2021-09-24T13:17:25.336Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-24T13:17:25.336Z] ProgramW6432 C:\Program Files [2021-09-24T13:17:25.336Z] PROMPT $P$G [2021-09-24T13:17:25.336Z] PSExecutionPolicyPreference Bypass [2021-09-24T13:17:25.336Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-24T13:17:25.336Z] PUBLIC C:\Users\Public [2021-09-24T13:17:25.336Z] rootless true [2021-09-24T13:17:25.336Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=artif... [2021-09-24T13:17:25.336Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=changes [2021-09-24T13:17:25.336Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect [2021-09-24T13:17:25.336Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=tests [2021-09-24T13:17:25.336Z] s390x false [2021-09-24T13:17:25.336Z] SKIP_VALIDATION_TESTS 1 [2021-09-24T13:17:25.336Z] SOURCES_DRIVE d [2021-09-24T13:17:25.336Z] SOURCES_SUBDIR gopath [2021-09-24T13:17:25.336Z] STAGE_NAME Run tests [2021-09-24T13:17:25.336Z] SystemDrive C: [2021-09-24T13:17:25.336Z] SystemRoot C:\Windows [2021-09-24T13:17:25.336Z] TEMP C:\Windows\TEMP [2021-09-24T13:17:25.336Z] TESTDEBUG 0 [2021-09-24T13:17:25.336Z] TESTRUN_DRIVE d [2021-09-24T13:17:25.336Z] TESTRUN_SUBDIR CI [2021-09-24T13:17:25.336Z] TIMEOUT 120m [2021-09-24T13:17:25.336Z] TMP C:\Windows\TEMP [2021-09-24T13:17:25.336Z] unit_validate true [2021-09-24T13:17:25.336Z] USERDOMAIN WORKGROUP [2021-09-24T13:17:25.336Z] USERNAME azwin-2-8035f0$ [2021-09-24T13:17:25.336Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-24T13:17:25.336Z] validate_force false [2021-09-24T13:17:25.336Z] windir C:\Windows [2021-09-24T13:17:25.336Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-24T13:17:25.336Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-24T13:17:25.336Z] windows2022 true [2021-09-24T13:17:25.336Z] windows2022containerd true [2021-09-24T13:17:25.336Z] windowsRS1 false [2021-09-24T13:17:25.336Z] windowsRS5 true [2021-09-24T13:17:25.336Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-24T13:17:25.336Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-24T13:17:25.336Z] [2021-09-24T13:17:25.336Z] [2021-09-24T13:17:25.336Z] [2021-09-24T13:17:25.336Z] INFO: Sources under d:\gopath\... [2021-09-24T13:17:25.336Z] INFO: Test run under d:\CI\... [2021-09-24T13:17:25.336Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-24T13:17:25.336Z] INFO: docker/docker repository was found [2021-09-24T13:17:25.336Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-09-24T13:17:25.360Z] #24 ... [2021-09-24T13:17:25.360Z] [2021-09-24T13:17:25.360Z] #44 [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-09-24T13:17:25.360Z] #44 sha256:a01be052f99e330ad687f67159832ad34e732f6c4661220bb763444296602a34 [2021-09-24T13:17:25.360Z] #44 CACHED [2021-09-24T13:17:25.360Z] [2021-09-24T13:17:25.360Z] #45 [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 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-09-24T13:17:25.360Z] #45 sha256:ec6730dd9afdcedd9e669a8174703241efa66f05a09ada224c8b0556a7d9b5de [2021-09-24T13:17:25.360Z] #45 CACHED [2021-09-24T13:17:25.360Z] [2021-09-24T13:17:25.360Z] #24 [internal] load build context [2021-09-24T13:17:25.360Z] #24 sha256:ddde43afcfeb651a7f2babeac1d4c2198cd83da153dff81f4b0de7545113f07d [2021-09-24T13:17:25.543Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-24T13:17:25.543Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b115f5e8\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-24T13:17:25.543Z] ---------------------------------------------------------------------------- [2021-09-24T13:17:25.543Z] [2021-09-24T13:17:25.543Z] INFO: executeCI.ps1 starting at Fri Sep 24 13:17:25 CUT 2021 [2021-09-24T13:17:25.543Z] [2021-09-24T13:17:25.543Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-24T13:17:25.543Z] INFO: Running git version 2.24.1.windows.2 [2021-09-24T13:17:25.543Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-24T13:17:25.543Z] INFO: Environment variables: [2021-09-24T13:17:25.543Z] [2021-09-24T13:17:25.543Z] Name Value [2021-09-24T13:17:25.543Z] ---- ----- [2021-09-24T13:17:25.543Z] ALLUSERSPROFILE C:\ProgramData [2021-09-24T13:17:25.543Z] amd64 true [2021-09-24T13:17:25.543Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-24T13:17:25.543Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-24T13:17:25.543Z] arm64 true [2021-09-24T13:17:25.543Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-24T13:17:25.543Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-24T13:17:25.543Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-24T13:17:25.543Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-24T13:17:25.543Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-24T13:17:25.543Z] BRANCH_NAME PR-42879 [2021-09-24T13:17:25.543Z] BUILD_DISPLAY_NAME #2 [2021-09-24T13:17:25.543Z] BUILD_ID 2 [2021-09-24T13:17:25.543Z] BUILD_NUMBER 2 [2021-09-24T13:17:25.543Z] BUILD_TAG jenkins-moby-PR-42879-2 [2021-09-24T13:17:25.543Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/ [2021-09-24T13:17:25.543Z] cgroup2 true [2021-09-24T13:17:25.543Z] CHANGE_AUTHOR thaJeztah [2021-09-24T13:17:25.543Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-24T13:17:25.543Z] CHANGE_BRANCH carry_39605_chgrp_docker_sock [2021-09-24T13:17:25.543Z] CHANGE_FORK thaJeztah/docker [2021-09-24T13:17:25.543Z] CHANGE_ID 42879 [2021-09-24T13:17:25.543Z] CHANGE_TARGET master [2021-09-24T13:17:25.543Z] CHANGE_TITLE [carry 39605] daemon/listeners: use chgrp binary for docker.sock [2021-09-24T13:17:25.543Z] CHANGE_URL https://github.com/moby/moby/pull/42879 [2021-09-24T13:17:25.543Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:25.543Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-24T13:17:25.543Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-24T13:17:25.543Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-24T13:17:25.543Z] COMPUTERNAME azwin-2-2293a0 [2021-09-24T13:17:25.543Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-24T13:17:25.543Z] ConfigSequenceNumber 0 [2021-09-24T13:17:25.543Z] dco true [2021-09-24T13:17:25.543Z] DOCKER_BUILDKIT 0 [2021-09-24T13:17:25.543Z] DOCKER_DUT_DEBUG 1 [2021-09-24T13:17:25.543Z] DOCKER_EXPERIMENTAL 1 [2021-09-24T13:17:25.543Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-24T13:17:25.543Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-24T13:17:25.543Z] EXECUTOR_NUMBER 0 [2021-09-24T13:17:25.543Z] FQDN azwin-2-2293a0.westus.cloudapp.azure.com [2021-09-24T13:17:25.543Z] GIT_BRANCH PR-42879 [2021-09-24T13:17:25.543Z] GIT_COMMIT 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:25.543Z] GIT_URL https://github.com/moby/moby.git [2021-09-24T13:17:25.543Z] HUDSON_COOKIE ff0c4985-b87d-4c40-b634-b257f5a53935 [2021-09-24T13:17:25.543Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:25.543Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-24T13:17:25.543Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:25.543Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-24T13:17:25.543Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:25.543Z] JENKINS_NODE_COOKIE 56c59218-80e9-40e3-aa0b-2f95cbccd8c1 [2021-09-24T13:17:25.543Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-24T13:17:25.543Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:25.543Z] JOB_BASE_NAME PR-42879 [2021-09-24T13:17:25.543Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/display/redirect [2021-09-24T13:17:25.543Z] JOB_NAME moby/PR-42879 [2021-09-24T13:17:25.543Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/ [2021-09-24T13:17:25.543Z] library.jps.version master [2021-09-24T13:17:25.543Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-24T13:17:25.543Z] NODE_LABELS amd64 azure azwin-2-2293a0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-24T13:17:25.543Z] NODE_NAME azwin-2-2293a0 [2021-09-24T13:17:25.544Z] NUMBER_OF_PROCESSORS 4 [2021-09-24T13:17:25.544Z] OS Windows_NT [2021-09-24T13:17:25.544Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-24T13:17:25.544Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-24T13:17:25.544Z] ppc64le false [2021-09-24T13:17:25.544Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-24T13:17:25.544Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-24T13:17:25.544Z] PROCESSOR_LEVEL 6 [2021-09-24T13:17:25.544Z] PROCESSOR_REVISION 5507 [2021-09-24T13:17:25.544Z] ProgramData C:\ProgramData [2021-09-24T13:17:25.544Z] ProgramFiles C:\Program Files [2021-09-24T13:17:25.544Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-24T13:17:25.544Z] ProgramW6432 C:\Program Files [2021-09-24T13:17:25.544Z] PROMPT $P$G [2021-09-24T13:17:25.544Z] PSExecutionPolicyPreference Bypass [2021-09-24T13:17:25.544Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-24T13:17:25.544Z] PUBLIC C:\Users\Public [2021-09-24T13:17:25.544Z] rootless true [2021-09-24T13:17:25.544Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=artif... [2021-09-24T13:17:25.544Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=changes [2021-09-24T13:17:25.544Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect [2021-09-24T13:17:25.544Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=tests [2021-09-24T13:17:25.544Z] s390x false [2021-09-24T13:17:25.544Z] SKIP_VALIDATION_TESTS 1 [2021-09-24T13:17:25.544Z] SOURCES_DRIVE d [2021-09-24T13:17:25.544Z] SOURCES_SUBDIR gopath [2021-09-24T13:17:25.544Z] STAGE_NAME Run tests [2021-09-24T13:17:25.544Z] SystemDrive C: [2021-09-24T13:17:25.544Z] SystemRoot C:\Windows [2021-09-24T13:17:25.544Z] TEMP C:\Windows\TEMP [2021-09-24T13:17:25.544Z] TESTDEBUG 0 [2021-09-24T13:17:25.544Z] TESTRUN_DRIVE d [2021-09-24T13:17:25.544Z] TESTRUN_SUBDIR CI [2021-09-24T13:17:25.544Z] TIMEOUT 120m [2021-09-24T13:17:25.544Z] TMP C:\Windows\TEMP [2021-09-24T13:17:25.544Z] unit_validate true [2021-09-24T13:17:25.544Z] USERDOMAIN WORKGROUP [2021-09-24T13:17:25.544Z] USERNAME azwin-2-2293a0$ [2021-09-24T13:17:25.544Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-24T13:17:25.544Z] validate_force false [2021-09-24T13:17:25.544Z] windir C:\Windows [2021-09-24T13:17:25.544Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-24T13:17:25.544Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-24T13:17:25.544Z] windows2022 true [2021-09-24T13:17:25.544Z] windows2022containerd true [2021-09-24T13:17:25.544Z] windowsRS1 false [2021-09-24T13:17:25.544Z] windowsRS5 true [2021-09-24T13:17:25.544Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-24T13:17:25.544Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-24T13:17:25.544Z] [2021-09-24T13:17:25.544Z] [2021-09-24T13:17:25.544Z] [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:25.689Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:17:25.689Z] #73 DONE 0.0s [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:17:25.689Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-24T13:17:25.689Z] #71 DONE 0.0s [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:17:25.689Z] #34 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-24T13:17:25.689Z] #34 DONE 0.0s [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:17:25.689Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:17:25.689Z] #11 DONE 0.0s [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-24T13:17:25.689Z] #12 sha256:ae83c74eb34e63a71461501778558ef2dfa05629cd78801581ad03963690a222 [2021-09-24T13:17:25.689Z] #12 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #39 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-24T13:17:25.689Z] #39 sha256:2328b8ab2f0089d7861415344a773a4bac4fe39225f20fced700144c2b146c63 [2021-09-24T13:17:25.689Z] #39 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-24T13:17:25.689Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-24T13:17:25.689Z] #72 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-24T13:17:25.689Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-24T13:17:25.689Z] #74 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #13 [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-09-24T13:17:25.689Z] #13 sha256:825ac47934461475fdd43da39a006a68cf4f6325c04c116eb1e9e3e295b33d83 [2021-09-24T13:17:25.689Z] #13 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #47 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-24T13:17:25.689Z] #47 sha256:6accaee5db0a8fe0935c0afa9d3c8e75f675530087e9d208721ea23b23ad6b1a [2021-09-24T13:17:25.689Z] #47 CACHED [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #31 [internal] load build context [2021-09-24T13:17:25.689Z] #31 sha256:c39b36c1868844e72b053bd8c7981d196dfe516d601bc4f836498b4cfb3400e1 [2021-09-24T13:17:25.689Z] #31 ... [2021-09-24T13:17:25.689Z] [2021-09-24T13:17:25.689Z] #50 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-24T13:17:25.689Z] #50 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-24T13:17:25.689Z] #50 DONE 0.3s [2021-09-24T13:17:25.791Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.230' [2021-09-24T13:17:25.791Z] INFO: Docker version of control daemon [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] Client: [2021-09-24T13:17:25.791Z] Version: 20.10.8 [2021-09-24T13:17:25.791Z] API version: 1.41 [2021-09-24T13:17:25.791Z] Go version: go1.16.6 [2021-09-24T13:17:25.791Z] Git commit: 3967b7d [2021-09-24T13:17:25.791Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:17:25.791Z] OS/Arch: windows/amd64 [2021-09-24T13:17:25.791Z] Context: default [2021-09-24T13:17:25.791Z] Experimental: true [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] Server: Docker Engine - Community [2021-09-24T13:17:25.791Z] Engine: [2021-09-24T13:17:25.791Z] Version: 20.10.8 [2021-09-24T13:17:25.791Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:17:25.791Z] Go version: go1.16.6 [2021-09-24T13:17:25.791Z] Git commit: 75249d8 [2021-09-24T13:17:25.791Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:17:25.791Z] OS/Arch: windows/amd64 [2021-09-24T13:17:25.791Z] Experimental: true [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] INFO: Docker info of control daemon [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] Client: [2021-09-24T13:17:25.791Z] Context: default [2021-09-24T13:17:25.791Z] Debug Mode: false [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] Server: [2021-09-24T13:17:25.791Z] Containers: 1 [2021-09-24T13:17:25.791Z] Running: 0 [2021-09-24T13:17:25.791Z] Paused: 0 [2021-09-24T13:17:25.791Z] Stopped: 1 [2021-09-24T13:17:25.791Z] Images: 12 [2021-09-24T13:17:25.791Z] Server Version: 20.10.8 [2021-09-24T13:17:25.791Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-24T13:17:25.791Z] Windows: [2021-09-24T13:17:25.791Z] LCOW: [2021-09-24T13:17:25.791Z] Logging Driver: json-file [2021-09-24T13:17:25.791Z] Plugins: [2021-09-24T13:17:25.791Z] Volume: local [2021-09-24T13:17:25.791Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:17:25.791Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:17:25.791Z] Swarm: inactive [2021-09-24T13:17:25.791Z] Default Isolation: process [2021-09-24T13:17:25.791Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:17:25.791Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:17:25.791Z] OSType: windows [2021-09-24T13:17:25.791Z] Architecture: x86_64 [2021-09-24T13:17:25.791Z] CPUs: 4 [2021-09-24T13:17:25.791Z] Total Memory: 32GiB [2021-09-24T13:17:25.791Z] Name: azwin-2-8035f0 [2021-09-24T13:17:25.791Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-24T13:17:25.791Z] Docker Root Dir: D:\docker [2021-09-24T13:17:25.791Z] Debug Mode: false [2021-09-24T13:17:25.791Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:25.791Z] Labels: [2021-09-24T13:17:25.791Z] Experimental: true [2021-09-24T13:17:25.791Z] Insecure Registries: [2021-09-24T13:17:25.791Z] 10.0.0.4:5000 [2021-09-24T13:17:25.791Z] 127.0.0.0/8 [2021-09-24T13:17:25.791Z] Registry Mirrors: [2021-09-24T13:17:25.791Z] http://10.0.0.4:5000/ [2021-09-24T13:17:25.791Z] Live Restore Enabled: false [2021-09-24T13:17:25.791Z] Product License: Community Engine [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] [2021-09-24T13:17:25.791Z] INFO: Commit hash is 09de87ebbe [2021-09-24T13:17:25.791Z] INFO: Nuke-Everything... [2021-09-24T13:17:25.791Z] INFO: Container count on control daemon to delete is 1 [2021-09-24T13:17:25.791Z] fea3491eab42 [2021-09-24T13:17:25.949Z] [2021-09-24T13:17:25.949Z] #51 [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-09-24T13:17:25.949Z] #51 sha256:279750e72eafeb0dd9c19aed450d987174e3a2430fe8465ba0f068852a470a3c [2021-09-24T13:17:25.949Z] #51 CACHED [2021-09-24T13:17:25.949Z] [2021-09-24T13:17:25.949Z] #31 [internal] load build context [2021-09-24T13:17:25.949Z] #31 sha256:c39b36c1868844e72b053bd8c7981d196dfe516d601bc4f836498b4cfb3400e1 [2021-09-24T13:17:25.953Z] Fetching without tags [2021-09-24T13:17:25.976Z] #14 5.318 Reading package lists... [2021-09-24T13:17:26.002Z] INFO: Sources under d:\gopath\... [2021-09-24T13:17:26.002Z] INFO: Test run under d:\CI\... [2021-09-24T13:17:26.002Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-24T13:17:26.002Z] INFO: docker/docker repository was found [2021-09-24T13:17:26.002Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-09-24T13:17:26.002Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.230' [2021-09-24T13:17:26.002Z] INFO: Docker version of control daemon [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] Client: [2021-09-24T13:17:26.002Z] Version: 20.10.8 [2021-09-24T13:17:26.002Z] API version: 1.41 [2021-09-24T13:17:26.002Z] Go version: go1.16.6 [2021-09-24T13:17:26.002Z] Git commit: 3967b7d [2021-09-24T13:17:26.002Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:17:26.002Z] OS/Arch: windows/amd64 [2021-09-24T13:17:26.002Z] Context: default [2021-09-24T13:17:26.002Z] Experimental: true [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] Server: Docker Engine - Community [2021-09-24T13:17:26.002Z] Engine: [2021-09-24T13:17:26.002Z] Version: 20.10.8 [2021-09-24T13:17:26.002Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:17:26.002Z] Go version: go1.16.6 [2021-09-24T13:17:26.002Z] Git commit: 75249d8 [2021-09-24T13:17:26.002Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:17:26.002Z] OS/Arch: windows/amd64 [2021-09-24T13:17:26.002Z] Experimental: true [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] INFO: Docker info of control daemon [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] Client: [2021-09-24T13:17:26.002Z] Context: default [2021-09-24T13:17:26.002Z] Debug Mode: false [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] Server: [2021-09-24T13:17:26.002Z] Containers: 1 [2021-09-24T13:17:26.002Z] Running: 0 [2021-09-24T13:17:26.002Z] Paused: 0 [2021-09-24T13:17:26.002Z] Stopped: 1 [2021-09-24T13:17:26.002Z] Images: 12 [2021-09-24T13:17:26.002Z] Server Version: 20.10.8 [2021-09-24T13:17:26.002Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-24T13:17:26.002Z] Windows: [2021-09-24T13:17:26.002Z] LCOW: [2021-09-24T13:17:26.002Z] Logging Driver: json-file [2021-09-24T13:17:26.002Z] Plugins: [2021-09-24T13:17:26.002Z] Volume: local [2021-09-24T13:17:26.002Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:17:26.002Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:17:26.002Z] Swarm: inactive [2021-09-24T13:17:26.002Z] Default Isolation: process [2021-09-24T13:17:26.002Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:17:26.002Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:17:26.002Z] OSType: windows [2021-09-24T13:17:26.002Z] Architecture: x86_64 [2021-09-24T13:17:26.002Z] CPUs: 4 [2021-09-24T13:17:26.002Z] Total Memory: 32GiB [2021-09-24T13:17:26.002Z] Name: azwin-2-2293a0 [2021-09-24T13:17:26.002Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-24T13:17:26.002Z] Docker Root Dir: D:\docker [2021-09-24T13:17:26.002Z] Debug Mode: false [2021-09-24T13:17:26.002Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:26.002Z] Labels: [2021-09-24T13:17:26.002Z] Experimental: true [2021-09-24T13:17:26.002Z] Insecure Registries: [2021-09-24T13:17:26.002Z] 10.0.0.4:5000 [2021-09-24T13:17:26.002Z] 127.0.0.0/8 [2021-09-24T13:17:26.002Z] Registry Mirrors: [2021-09-24T13:17:26.002Z] http://10.0.0.4:5000/ [2021-09-24T13:17:26.002Z] Live Restore Enabled: false [2021-09-24T13:17:26.002Z] Product License: Community Engine [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] [2021-09-24T13:17:26.002Z] INFO: Commit hash is 09de87ebbe [2021-09-24T13:17:26.002Z] INFO: Nuke-Everything... [2021-09-24T13:17:26.002Z] INFO: Container count on control daemon to delete is 1 [2021-09-24T13:17:26.236Z] #14 7.066 Building dependency tree... [2021-09-24T13:17:26.236Z] #14 7.394 Reading state information... [2021-09-24T13:17:26.243Z] Merging remotes/origin/master commit ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 into PR head commit 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:26.246Z] INFO: Non-base image count on control daemon to delete is 1 [2021-09-24T13:17:26.461Z] 954b350ef272 [2021-09-24T13:17:26.461Z] INFO: Non-base image count on control daemon to delete is 1 [2021-09-24T13:17:26.808Z] #14 7.894 The following additional packages will be installed: [2021-09-24T13:17:26.808Z] #14 7.894 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:17:26.808Z] #14 7.894 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-24T13:17:26.808Z] #14 7.894 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-24T13:17:26.808Z] #14 7.894 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-24T13:17:26.808Z] #14 7.894 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-24T13:17:26.808Z] #14 7.894 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-24T13:17:26.808Z] #14 7.895 mingw-w64-common mingw-w64-x86-64-dev [2021-09-24T13:17:26.808Z] #14 7.902 Suggested packages: [2021-09-24T13:17:26.808Z] #14 7.902 gcc-10-locales seccomp wine64 [2021-09-24T13:17:27.088Z] Merge succeeded, producing 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:27.088Z] Checking out Revision 09de87ebbeac5d6e769729bae549485701a96733 (PR-42879) [2021-09-24T13:17:27.205Z] Deleted: sha256:b7e3904162ff0d8b3c68784d599c9b9a1b00fcb3cc3a61c28e1457d9bb948687 [2021-09-24T13:17:27.205Z] Deleted: sha256:5913b893168e19ad470b256400f7ec0d63e3f61ed93afd80ef684ea9c163f440 [2021-09-24T13:17:27.205Z] INFO: Nuking d:\CI [2021-09-24T13:17:27.379Z] #14 8.402 The following NEW packages will be installed: [2021-09-24T13:17:27.379Z] #14 8.403 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:17:27.379Z] #14 8.403 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-24T13:17:27.379Z] #14 8.403 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-24T13:17:27.379Z] #14 8.403 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-24T13:17:27.379Z] #14 8.405 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-24T13:17:27.379Z] #14 8.405 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-24T13:17:27.379Z] #14 8.405 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-24T13:17:27.379Z] #14 8.405 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-24T13:17:27.379Z] #14 8.405 mingw-w64-x86-64-dev [2021-09-24T13:17:27.379Z] #14 8.691 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:17:27.379Z] #14 8.691 Need to get 115 MB of archives. [2021-09-24T13:17:27.379Z] #14 8.691 After this operation, 645 MB of additional disk space will be used. [2021-09-24T13:17:27.379Z] #14 8.691 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-09-24T13:17:27.428Z] Deleted: sha256:702a88a4eab99a9d5745b13b5b4fe29a1f7933a95ddae93aaaf6299aa44d17d2 [2021-09-24T13:17:27.428Z] Deleted: sha256:e463e7d047faa5b34dec9a7e03f539bb29281cd9eb1d9f6499c0d236cd96c447 [2021-09-24T13:17:27.428Z] INFO: Nuking d:\CI [2021-09-24T13:17:27.640Z] #14 8.758 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-09-24T13:17:27.640Z] #14 8.840 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-24T13:17:27.640Z] #14 8.846 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-09-24T13:17:27.640Z] #14 8.866 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-24T13:17:27.640Z] #14 8.866 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-24T13:17:27.901Z] #14 9.022 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-09-24T13:17:27.901Z] #14 9.116 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-09-24T13:17:25.850Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:25.881Z] > git config --add remote.origin.fetch +refs/pull/42879/head:refs/remotes/origin/PR-42879 # timeout=10 [2021-09-24T13:17:25.898Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:25.932Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-24T13:17:25.955Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-24T13:17:25.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:25.957Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42879/head:refs/remotes/origin/PR-42879 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-24T13:17:26.251Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:26.265Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:26.983Z] > git remote # timeout=10 [2021-09-24T13:17:27.013Z] > git config --get remote.origin.url # timeout=10 [2021-09-24T13:17:27.037Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-24T13:17:27.038Z] > git merge ed83e2e20e81ed8da26ee0ef84d70faf0ee49d21 # timeout=10 [2021-09-24T13:17:27.065Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-24T13:17:27.090Z] > git config core.sparsecheckout # timeout=10 [2021-09-24T13:17:27.112Z] > git checkout -f 09de87ebbeac5d6e769729bae549485701a96733 # timeout=10 [2021-09-24T13:17:28.198Z] #14 9.117 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-09-24T13:17:28.198Z] #14 9.520 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:17:28.240Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-24T13:17:28.240Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-7cbfeb7c\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-24T13:17:28.240Z] ---------------------------------------------------------------------------- [2021-09-24T13:17:28.240Z] [2021-09-24T13:17:28.240Z] INFO: executeCI.ps1 starting at Fri Sep 24 13:17:27 CUT 2021 [2021-09-24T13:17:28.240Z] [2021-09-24T13:17:28.240Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-24T13:17:28.240Z] INFO: Running git version 2.24.1.windows.2 [2021-09-24T13:17:28.240Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-09-24T13:17:28.240Z] INFO: Environment variables: [2021-09-24T13:17:28.240Z] [2021-09-24T13:17:28.240Z] Name Value [2021-09-24T13:17:28.240Z] ---- ----- [2021-09-24T13:17:28.240Z] ALLUSERSPROFILE C:\ProgramData [2021-09-24T13:17:28.240Z] amd64 true [2021-09-24T13:17:28.240Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-24T13:17:28.240Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-24T13:17:28.240Z] arm64 true [2021-09-24T13:17:28.240Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-24T13:17:28.240Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-24T13:17:28.240Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-24T13:17:28.240Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-24T13:17:28.240Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-24T13:17:28.240Z] BRANCH_NAME PR-42879 [2021-09-24T13:17:28.240Z] BUILD_DISPLAY_NAME #2 [2021-09-24T13:17:28.240Z] BUILD_ID 2 [2021-09-24T13:17:28.240Z] BUILD_NUMBER 2 [2021-09-24T13:17:28.240Z] BUILD_TAG jenkins-moby-PR-42879-2 [2021-09-24T13:17:28.240Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/ [2021-09-24T13:17:28.240Z] cgroup2 true [2021-09-24T13:17:28.240Z] CHANGE_AUTHOR thaJeztah [2021-09-24T13:17:28.240Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-09-24T13:17:28.240Z] CHANGE_BRANCH carry_39605_chgrp_docker_sock [2021-09-24T13:17:28.240Z] CHANGE_FORK thaJeztah/docker [2021-09-24T13:17:28.240Z] CHANGE_ID 42879 [2021-09-24T13:17:28.240Z] CHANGE_TARGET master [2021-09-24T13:17:28.240Z] CHANGE_TITLE [carry 39605] daemon/listeners: use chgrp binary for docker.sock [2021-09-24T13:17:28.240Z] CHANGE_URL https://github.com/moby/moby/pull/42879 [2021-09-24T13:17:28.240Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:28.240Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-24T13:17:28.240Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-24T13:17:28.240Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-24T13:17:28.240Z] COMPUTERNAME azwin-2-8a50b0 [2021-09-24T13:17:28.240Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-24T13:17:28.240Z] ConfigSequenceNumber 0 [2021-09-24T13:17:28.240Z] dco true [2021-09-24T13:17:28.240Z] DOCKER_BUILDKIT 0 [2021-09-24T13:17:28.240Z] DOCKER_DUT_DEBUG 1 [2021-09-24T13:17:28.240Z] DOCKER_EXPERIMENTAL 1 [2021-09-24T13:17:28.240Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-24T13:17:28.240Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-24T13:17:28.240Z] EXECUTOR_NUMBER 0 [2021-09-24T13:17:28.240Z] FQDN azwin-2-8a50b0.westus.cloudapp.azure.com [2021-09-24T13:17:28.240Z] GIT_BRANCH PR-42879 [2021-09-24T13:17:28.240Z] GIT_COMMIT 09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:17:28.240Z] GIT_URL https://github.com/moby/moby.git [2021-09-24T13:17:28.240Z] HUDSON_COOKIE a0bd1f03-55d8-4854-b910-786ac867cf7a [2021-09-24T13:17:28.240Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:28.240Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-24T13:17:28.240Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:28.240Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-24T13:17:28.240Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-24T13:17:28.240Z] JENKINS_NODE_COOKIE 736a30ed-c6d0-460c-95b1-44a66e29b142 [2021-09-24T13:17:28.240Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-24T13:17:28.240Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-24T13:17:28.240Z] JOB_BASE_NAME PR-42879 [2021-09-24T13:17:28.240Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/display/redirect [2021-09-24T13:17:28.240Z] JOB_NAME moby/PR-42879 [2021-09-24T13:17:28.240Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/ [2021-09-24T13:17:28.240Z] library.jps.version master [2021-09-24T13:17:28.241Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-24T13:17:28.241Z] NODE_LABELS amd64 azure azwin-2-8a50b0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-09-24T13:17:28.241Z] NODE_NAME azwin-2-8a50b0 [2021-09-24T13:17:28.241Z] NUMBER_OF_PROCESSORS 4 [2021-09-24T13:17:28.241Z] OS Windows_NT [2021-09-24T13:17:28.241Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-24T13:17:28.241Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-24T13:17:28.241Z] ppc64le false [2021-09-24T13:17:28.241Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-24T13:17:28.241Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-24T13:17:28.241Z] PROCESSOR_LEVEL 6 [2021-09-24T13:17:28.241Z] PROCESSOR_REVISION 5507 [2021-09-24T13:17:28.241Z] ProgramData C:\ProgramData [2021-09-24T13:17:28.241Z] ProgramFiles C:\Program Files [2021-09-24T13:17:28.241Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-24T13:17:28.241Z] ProgramW6432 C:\Program Files [2021-09-24T13:17:28.241Z] PROMPT $P$G [2021-09-24T13:17:28.241Z] PSExecutionPolicyPreference Bypass [2021-09-24T13:17:28.241Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-24T13:17:28.241Z] PUBLIC C:\Users\Public [2021-09-24T13:17:28.241Z] rootless true [2021-09-24T13:17:28.241Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=artif... [2021-09-24T13:17:28.241Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=changes [2021-09-24T13:17:28.241Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect [2021-09-24T13:17:28.241Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42879/2/display/redirect?page=tests [2021-09-24T13:17:28.241Z] s390x false [2021-09-24T13:17:28.241Z] SKIP_VALIDATION_TESTS 1 [2021-09-24T13:17:28.241Z] SOURCES_DRIVE d [2021-09-24T13:17:28.241Z] SOURCES_SUBDIR gopath [2021-09-24T13:17:28.241Z] STAGE_NAME Run tests [2021-09-24T13:17:28.241Z] SystemDrive C: [2021-09-24T13:17:28.241Z] SystemRoot C:\Windows [2021-09-24T13:17:28.241Z] TEMP C:\Windows\TEMP [2021-09-24T13:17:28.241Z] TESTDEBUG 0 [2021-09-24T13:17:28.241Z] TESTRUN_DRIVE d [2021-09-24T13:17:28.241Z] TESTRUN_SUBDIR CI [2021-09-24T13:17:28.241Z] TIMEOUT 120m [2021-09-24T13:17:28.241Z] TMP C:\Windows\TEMP [2021-09-24T13:17:28.241Z] unit_validate true [2021-09-24T13:17:28.241Z] USERDOMAIN WORKGROUP [2021-09-24T13:17:28.241Z] USERNAME azwin-2-8a50b0$ [2021-09-24T13:17:28.241Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-24T13:17:28.241Z] validate_force false [2021-09-24T13:17:28.241Z] windir C:\Windows [2021-09-24T13:17:28.241Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-24T13:17:28.241Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-09-24T13:17:28.241Z] windows2022 true [2021-09-24T13:17:28.241Z] windows2022containerd true [2021-09-24T13:17:28.241Z] windowsRS1 false [2021-09-24T13:17:28.241Z] windowsRS5 true [2021-09-24T13:17:28.241Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-24T13:17:28.241Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-24T13:17:28.241Z] [2021-09-24T13:17:28.241Z] [2021-09-24T13:17:28.241Z] [2021-09-24T13:17:28.241Z] INFO: Sources under d:\gopath\... [2021-09-24T13:17:28.241Z] INFO: Test run under d:\CI\... [2021-09-24T13:17:28.241Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-24T13:17:28.241Z] INFO: docker/docker repository was found [2021-09-24T13:17:28.241Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-09-24T13:17:28.241Z] ltsc2019: Pulling from windows/servercore [2021-09-24T13:17:28.241Z] 4612f6d0b889: Pulling fs layer [2021-09-24T13:17:28.241Z] a0ddf88812f1: Pulling fs layer [2021-09-24T13:17:28.707Z] #24 transferring context: 50.17MB 3.3s [2021-09-24T13:17:28.707Z] #24 transferring context: 55.48MB 3.4s done [2021-09-24T13:17:28.707Z] #24 DONE 3.5s [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #41 [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-09-24T13:17:28.707Z] #41 sha256:43d916d526585d4da4bf1fc9874c319a91126520df6de6a43bde0dcfe5e4ca40 [2021-09-24T13:17:28.707Z] #41 1.438 + git clone https://github.com/docker/distribution.git . [2021-09-24T13:17:28.707Z] #41 1.444 Cloning into '.'... [2021-09-24T13:17:28.707Z] #41 ... [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #53 [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-09-24T13:17:28.707Z] #53 sha256:ee9c0dce530bacf6524bb3f6b7ba442bc7240266d61ff1085732420a08c581c2 [2021-09-24T13:17:28.707Z] #53 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #47 [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-09-24T13:17:28.707Z] #47 sha256:b675121d7f4646153395409186df0ab7f48096486cc0e64eb89a06204da2e033 [2021-09-24T13:17:28.707Z] #47 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #49 [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-09-24T13:17:28.707Z] #49 sha256:e91a621c6309c9038afd6febaaf7ae28c6a168db0ad6a495ae49b374394b96b7 [2021-09-24T13:17:28.707Z] #49 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-24T13:17:28.707Z] #29 sha256:0ae60fc8395a1c4e4586c67e4081b492cf2ece1f873c996433432db1056ba130 [2021-09-24T13:17:28.707Z] #29 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #28 [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-09-24T13:17:28.707Z] #28 sha256:5d2f784d5c729c602146e19a9eab8fafc0f39296e1c18f5d157b18a78b8971e0 [2021-09-24T13:17:28.707Z] #28 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:17:28.707Z] #30 sha256:d40955e696445e06a0f9129eca069ab39e4c9c1bc62cad30476eb8c3dfdfb681 [2021-09-24T13:17:28.707Z] #30 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #37 [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-09-24T13:17:28.707Z] #37 sha256:4918f141568a9ea7cb4e5ffcb06834cd5b9cf5a620fe1ffee6115ea81d1e3bd9 [2021-09-24T13:17:28.707Z] #37 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #38 [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-09-24T13:17:28.707Z] #38 sha256:9e4ab5e75665e127acb6a87d3b4146821ba4abaf9cd4ea360c9b45e1d2f53320 [2021-09-24T13:17:28.707Z] #38 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #35 [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-09-24T13:17:28.707Z] #35 sha256:c050fac40355d0f4abfe67f691cda673fb931643c2147eb3ce79e36fb09026f7 [2021-09-24T13:17:28.707Z] #35 CACHED [2021-09-24T13:17:28.707Z] [2021-09-24T13:17:28.707Z] #60 [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-09-24T13:17:28.707Z] #60 sha256:b3189c27b939aa9fc5b381d1b432515deab35cb5dbc288f66a73b07de5aef667 [2021-09-24T13:17:28.784Z] #14 ... [2021-09-24T13:17:28.784Z] [2021-09-24T13:17:28.784Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:28.784Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:28.784Z] #33 1.572 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-24T13:17:28.784Z] #33 1.572 Cloning into '.'... [2021-09-24T13:17:29.045Z] #33 ... [2021-09-24T13:17:29.045Z] [2021-09-24T13:17:29.045Z] #58 [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-09-24T13:17:29.045Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:17:29.045Z] #58 3.173 + RM_GOPATH=0 [2021-09-24T13:17:29.045Z] #58 3.173 + TMP_GOPATH= [2021-09-24T13:17:29.045Z] #58 3.174 + : /build [2021-09-24T13:17:29.045Z] #58 3.174 + '[' -z '' ']' [2021-09-24T13:17:29.045Z] #58 3.174 ++ mktemp -d [2021-09-24T13:17:29.045Z] #58 3.176 + export GOPATH=/tmp/tmp.q1Z3IRVEMy [2021-09-24T13:17:29.045Z] #58 3.176 + GOPATH=/tmp/tmp.q1Z3IRVEMy [2021-09-24T13:17:29.045Z] #58 3.176 + RM_GOPATH=1 [2021-09-24T13:17:29.045Z] #58 3.176 + case "$(go env GOARCH)" in [2021-09-24T13:17:29.045Z] #58 3.177 ++ go env GOARCH [2021-09-24T13:17:29.045Z] #58 3.181 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:29.045Z] #58 3.181 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:29.045Z] #58 3.181 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:29.045Z] #58 3.182 + dir=/tmp/install [2021-09-24T13:17:29.045Z] #58 3.182 + bin=containerd [2021-09-24T13:17:29.045Z] #58 3.182 + shift [2021-09-24T13:17:29.045Z] #58 3.183 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-24T13:17:29.045Z] #58 3.183 + . /tmp/install/containerd.installer [2021-09-24T13:17:29.045Z] #58 3.183 ++ set -e [2021-09-24T13:17:29.045Z] #58 3.183 ++ : v1.5.5 [2021-09-24T13:17:29.045Z] #58 3.188 + install_containerd [2021-09-24T13:17:29.045Z] #58 3.188 + echo 'Install containerd version v1.5.5' [2021-09-24T13:17:29.045Z] #58 3.188 Install containerd version v1.5.5 [2021-09-24T13:17:29.045Z] #58 3.188 + git clone https://github.com/containerd/containerd.git /tmp/tmp.q1Z3IRVEMy/src/github.com/containerd/containerd [2021-09-24T13:17:29.045Z] #58 3.190 Cloning into '/tmp/tmp.q1Z3IRVEMy/src/github.com/containerd/containerd'... [2021-09-24T13:17:29.239Z] #31 ... [2021-09-24T13:17:29.239Z] [2021-09-24T13:17:29.239Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-09-24T13:17:29.239Z] #14 sha256:475aa748f3cedcd4f923d721c8d2ee68094dcea85c873281d8fe3047a2f89f13 [2021-09-24T13:17:29.239Z] #14 DONE 3.4s [2021-09-24T13:17:29.239Z] [2021-09-24T13:17:29.239Z] #31 [internal] load build context [2021-09-24T13:17:29.239Z] #31 sha256:c39b36c1868844e72b053bd8c7981d196dfe516d601bc4f836498b4cfb3400e1 [2021-09-24T13:17:29.305Z] #58 ... [2021-09-24T13:17:29.305Z] [2021-09-24T13:17:29.305Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:29.305Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:29.305Z] #14 10.67 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:17:29.497Z] #31 transferring context: 26.62MB 4.0s [2021-09-24T13:17:30.247Z] #14 11.43 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-09-24T13:17:30.646Z] #60 2.082 + RM_GOPATH=0 [2021-09-24T13:17:30.646Z] #60 2.082 + TMP_GOPATH= [2021-09-24T13:17:30.646Z] #60 2.082 + : /build [2021-09-24T13:17:30.646Z] #60 2.082 + '[' -z '' ']' [2021-09-24T13:17:30.646Z] #60 2.082 ++ mktemp -d [2021-09-24T13:17:30.646Z] #60 2.082 + export GOPATH=/tmp/tmp.XWo8XN1bdI [2021-09-24T13:17:30.646Z] #60 2.082 + GOPATH=/tmp/tmp.XWo8XN1bdI [2021-09-24T13:17:30.646Z] #60 2.082 + RM_GOPATH=1 [2021-09-24T13:17:30.646Z] #60 2.082 + case "$(go env GOARCH)" in [2021-09-24T13:17:30.646Z] #60 2.082 ++ go env GOARCH [2021-09-24T13:17:30.646Z] #60 2.141 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:30.646Z] #60 2.141 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:30.646Z] #60 2.141 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:30.646Z] #60 2.146 + dir=/tmp/install [2021-09-24T13:17:30.646Z] #60 2.146 + bin=rootlesskit [2021-09-24T13:17:30.646Z] #60 2.146 + shift [2021-09-24T13:17:30.646Z] #60 2.146 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-24T13:17:30.646Z] #60 2.146 + . /tmp/install/rootlesskit.installer [2021-09-24T13:17:30.646Z] #60 2.146 ++ : v0.14.4 [2021-09-24T13:17:30.646Z] #60 2.146 + install_rootlesskit [2021-09-24T13:17:30.646Z] #60 2.146 + case "$1" in [2021-09-24T13:17:30.646Z] #60 2.146 + export CGO_ENABLED=0 [2021-09-24T13:17:30.646Z] #60 2.146 + CGO_ENABLED=0 [2021-09-24T13:17:30.646Z] #60 2.146 + _install_rootlesskit [2021-09-24T13:17:30.646Z] #60 2.146 Install rootlesskit version v0.14.4 [2021-09-24T13:17:30.646Z] #60 2.147 + echo 'Install rootlesskit version v0.14.4' [2021-09-24T13:17:30.646Z] #60 2.147 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:17:30.646Z] #60 2.147 + GOBIN=/build [2021-09-24T13:17:30.646Z] #60 2.147 + GO111MODULE=on [2021-09-24T13:17:30.646Z] #60 2.147 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-24T13:17:30.821Z] #14 12.00 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:17:30.909Z] #60 2.550 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-24T13:17:31.770Z] Commit message: "daemon/listeners: use chgrp binary for docker.sock" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-24T13:17:32.206Z] #14 13.40 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:17:32.307Z] #60 3.647 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-24T13:17:32.307Z] #60 3.649 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-24T13:17:32.307Z] #60 3.650 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:17:32.307Z] #60 3.814 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-24T13:17:32.572Z] #60 4.068 go: downloading github.com/google/uuid v1.3.0 [2021-09-24T13:17:32.572Z] #60 4.216 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-24T13:17:32.777Z] #14 13.93 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-09-24T13:17:32.777Z] #14 13.93 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-24T13:17:32.777Z] #14 13.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-24T13:17:32.777Z] #14 13.94 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-24T13:17:32.777Z] #14 13.95 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-24T13:17:32.777Z] #14 13.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-09-24T13:17:32.777Z] #14 13.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-24T13:17:32.777Z] #14 13.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-24T13:17:32.777Z] #14 13.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-24T13:17:32.777Z] #14 13.98 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-24T13:17:32.777Z] #14 13.98 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-24T13:17:32.777Z] #14 13.99 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-24T13:17:32.777Z] #14 14.01 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-24T13:17:32.777Z] #14 14.02 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-09-24T13:17:32.777Z] #14 14.02 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-24T13:17:32.777Z] #14 14.02 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-24T13:17:32.837Z] #60 4.347 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-24T13:17:32.860Z] + docker version [2021-09-24T13:17:33.101Z] #60 4.525 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-24T13:17:33.101Z] #60 4.736 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-24T13:17:33.213Z] INFO: Zapped successfully [2021-09-24T13:17:33.213Z] INFO: Location for testing is d:\CI\PR-42879\2 [2021-09-24T13:17:33.213Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-24T13:17:33.213Z] [2021-09-24T13:17:33.213Z] [2021-09-24T13:17:33.213Z] INFO: Building the image from Dockerfile.windows at 09/24/2021 13:17:32... [2021-09-24T13:17:33.213Z] [2021-09-24T13:17:33.349Z] #14 14.65 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:17:33.375Z] #60 4.888 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-24T13:17:33.609Z] #14 14.79 Fetched 115 MB in 6s (20.4 MB/s) [2021-09-24T13:17:33.609Z] #14 14.85 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-24T13:17:33.642Z] #60 5.241 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-24T13:17:33.702Z] #31 transferring context: 55.48MB 7.5s done [2021-09-24T13:17:33.702Z] #31 DONE 7.6s [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #52 [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 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-09-24T13:17:33.702Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:33.702Z] #52 3.834 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:17:33.702Z] #52 3.834 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:17:33.702Z] #52 3.834 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:17:33.702Z] #52 4.435 Hit:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [2021-09-24T13:17:33.702Z] #52 5.777 Reading package lists... [2021-09-24T13:17:33.702Z] #52 ... [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-09-24T13:17:33.702Z] #15 sha256:cb0aeccba2bdd705f5f7478f8480cb7eed98e41e1338adf3b85766b198b4bbe4 [2021-09-24T13:17:33.702Z] #15 DONE 4.2s [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-09-24T13:17:33.702Z] #16 sha256:058c8355785b9b89a8c7d4e62391cd6fc9fdddc1f9f25753d9e9f6dad951e474 [2021-09-24T13:17:33.702Z] #16 ... [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #60 [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-09-24T13:17:33.702Z] #60 sha256:e7d03bb0bad5927234d399da2d0af0baca7d98a175f8201c06c6c98ac06a1a9c [2021-09-24T13:17:33.702Z] #60 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #54 [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-09-24T13:17:33.702Z] #54 sha256:e5e2b40f65f7b2a8a094d24fd2908a5688291beb9ed5c55c7f05b74a38632dcc [2021-09-24T13:17:33.702Z] #54 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #42 [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-09-24T13:17:33.702Z] #42 sha256:3f134bcbd6796eb60a235dbc45d73f39b5fbc2bffbb487c50090ba2f197b4676 [2021-09-24T13:17:33.702Z] #42 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #36 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-24T13:17:33.702Z] #36 sha256:8ee9a863896dc0551a78032b3159be45d85ad540b8bba18c5b9e3903472d740d [2021-09-24T13:17:33.702Z] #36 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #35 [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-09-24T13:17:33.702Z] #35 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-24T13:17:33.702Z] #35 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #37 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:17:33.702Z] #37 sha256:966e2fa7a4b9f4ce5755bb0721c6f676336ab67910680d9625dd902bc1655041 [2021-09-24T13:17:33.702Z] #37 CACHED [2021-09-24T13:17:33.702Z] [2021-09-24T13:17:33.702Z] #56 [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-09-24T13:17:33.702Z] #56 sha256:46f3df230c608039737bfbd2d5e50ac5031ea8ce9f4f1d24b849daa4844a8189 [2021-09-24T13:17:33.870Z] #14 14.85 (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 ... 15713 files and directories currently installed.) [2021-09-24T13:17:33.870Z] #14 14.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:17:33.870Z] #14 14.93 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:17:34.131Z] #14 ... [2021-09-24T13:17:34.131Z] [2021-09-24T13:17:34.131Z] #51 [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-09-24T13:17:34.131Z] #51 sha256:ebc567ccd400d9f60e25f63283002486f982d8aff5f7edc0010f1eb9fa534fd8 [2021-09-24T13:17:34.131Z] #51 2.992 + RM_GOPATH=0 [2021-09-24T13:17:34.131Z] #51 2.992 + TMP_GOPATH= [2021-09-24T13:17:34.131Z] #51 2.992 + : /build [2021-09-24T13:17:34.131Z] #51 2.993 + '[' -z '' ']' [2021-09-24T13:17:34.131Z] #51 2.993 ++ mktemp -d [2021-09-24T13:17:34.131Z] #51 2.994 + export GOPATH=/tmp/tmp.OHlpaMLsMg [2021-09-24T13:17:34.131Z] #51 2.995 + GOPATH=/tmp/tmp.OHlpaMLsMg [2021-09-24T13:17:34.131Z] #51 2.995 + RM_GOPATH=1 [2021-09-24T13:17:34.131Z] #51 2.996 + case "$(go env GOARCH)" in [2021-09-24T13:17:34.132Z] #51 2.997 ++ go env GOARCH [2021-09-24T13:17:34.132Z] #51 3.013 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.132Z] #51 3.013 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.132Z] #51 3.013 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:34.132Z] #51 3.015 + dir=/tmp/install [2021-09-24T13:17:34.132Z] #51 3.015 + bin=golangci_lint [2021-09-24T13:17:34.132Z] #51 3.015 + shift [2021-09-24T13:17:34.132Z] #51 3.015 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-24T13:17:34.132Z] #51 3.015 + . /tmp/install/golangci_lint.installer [2021-09-24T13:17:34.132Z] #51 3.016 ++ : v1.23.8 [2021-09-24T13:17:34.132Z] #51 3.016 Install golangci-lint version v1.23.8 [2021-09-24T13:17:34.132Z] #51 3.016 + install_golangci_lint [2021-09-24T13:17:34.132Z] #51 3.016 + set -e [2021-09-24T13:17:34.132Z] #51 3.016 + echo 'Install golangci-lint version v1.23.8' [2021-09-24T13:17:34.132Z] #51 3.016 + GOBIN=/build [2021-09-24T13:17:34.132Z] #51 3.016 + GO111MODULE=on [2021-09-24T13:17:34.132Z] #51 3.016 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-24T13:17:34.132Z] #51 3.413 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-24T13:17:34.132Z] #51 7.455 go: downloading github.com/fatih/color v1.7.0 [2021-09-24T13:17:34.132Z] #51 7.488 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-24T13:17:34.132Z] #51 7.517 go: downloading github.com/pkg/errors v0.8.1 [2021-09-24T13:17:34.132Z] #51 7.525 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-24T13:17:34.132Z] #51 7.544 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-24T13:17:34.132Z] #51 7.657 go: downloading github.com/spf13/viper v1.6.1 [2021-09-24T13:17:34.132Z] #51 7.741 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-24T13:17:34.132Z] #51 7.742 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-24T13:17:34.132Z] #51 7.776 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-24T13:17:34.132Z] #51 7.785 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-24T13:17:34.132Z] #51 8.217 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-24T13:17:34.132Z] #51 8.289 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-24T13:17:34.132Z] #51 9.666 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-24T13:17:34.132Z] #51 9.677 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-24T13:17:34.132Z] #51 9.757 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-24T13:17:34.132Z] #51 9.828 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-24T13:17:34.132Z] #51 9.833 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-24T13:17:34.132Z] #51 9.997 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-24T13:17:34.132Z] #51 10.000 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-24T13:17:34.132Z] #51 10.02 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-24T13:17:34.132Z] #51 10.07 go: downloading github.com/spf13/afero v1.1.2 [2021-09-24T13:17:34.225Z] #60 ... [2021-09-24T13:17:34.225Z] [2021-09-24T13:17:34.225Z] #51 [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-09-24T13:17:34.225Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:17:34.225Z] #51 2.324 + RM_GOPATH=0 [2021-09-24T13:17:34.225Z] #51 2.325 + TMP_GOPATH= [2021-09-24T13:17:34.225Z] #51 2.325 + : /build [2021-09-24T13:17:34.225Z] #51 2.326 + '[' -z '' ']' [2021-09-24T13:17:34.225Z] #51 2.327 ++ mktemp -d [2021-09-24T13:17:34.225Z] #51 2.334 + export GOPATH=/tmp/tmp.ChAKEEOkZO [2021-09-24T13:17:34.225Z] #51 2.334 + GOPATH=/tmp/tmp.ChAKEEOkZO [2021-09-24T13:17:34.225Z] #51 2.335 + RM_GOPATH=1 [2021-09-24T13:17:34.225Z] #51 2.335 + case "$(go env GOARCH)" in [2021-09-24T13:17:34.225Z] #51 2.336 ++ go env GOARCH [2021-09-24T13:17:34.225Z] #51 2.346 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.225Z] #51 2.348 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.225Z] #51 2.351 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:34.225Z] #51 2.356 + dir=/tmp/install [2021-09-24T13:17:34.225Z] #51 2.357 + bin=golangci_lint [2021-09-24T13:17:34.225Z] #51 2.358 + shift [2021-09-24T13:17:34.225Z] #51 2.359 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-24T13:17:34.225Z] #51 2.361 + . /tmp/install/golangci_lint.installer [2021-09-24T13:17:34.225Z] #51 2.361 ++ : v1.23.8 [2021-09-24T13:17:34.225Z] #51 2.362 + install_golangci_lint [2021-09-24T13:17:34.225Z] #51 2.362 + set -e [2021-09-24T13:17:34.225Z] #51 2.363 + echo 'Install golangci-lint version v1.23.8' [2021-09-24T13:17:34.225Z] #51 2.363 Install golangci-lint version v1.23.8 [2021-09-24T13:17:34.225Z] #51 2.364 + GOBIN=/build [2021-09-24T13:17:34.225Z] #51 2.364 + GO111MODULE=on [2021-09-24T13:17:34.225Z] #51 2.365 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-24T13:17:34.225Z] #51 2.782 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-24T13:17:34.225Z] #51 5.676 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-24T13:17:34.225Z] #51 5.678 go: downloading github.com/fatih/color v1.7.0 [2021-09-24T13:17:34.225Z] #51 5.740 go: downloading github.com/pkg/errors v0.8.1 [2021-09-24T13:17:34.225Z] #51 5.800 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-24T13:17:34.225Z] #51 5.809 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-24T13:17:34.225Z] #51 5.857 go: downloading github.com/spf13/viper v1.6.1 [2021-09-24T13:17:34.392Z] #51 10.16 go: downloading github.com/spf13/cast v1.3.0 [2021-09-24T13:17:34.392Z] #51 10.16 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-24T13:17:34.392Z] #51 10.18 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-24T13:17:34.392Z] #51 10.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-24T13:17:34.392Z] #51 10.20 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-24T13:17:34.392Z] #51 10.28 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-24T13:17:34.392Z] #51 ... [2021-09-24T13:17:34.392Z] [2021-09-24T13:17:34.392Z] #60 [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-09-24T13:17:34.392Z] #60 sha256:5392fec724d26b85d0c7faa4ada4dd854e4a25f8dbee7ae17bdffa7153602fba [2021-09-24T13:17:34.392Z] #60 3.018 + RM_GOPATH=0 [2021-09-24T13:17:34.392Z] #60 3.019 + TMP_GOPATH= [2021-09-24T13:17:34.392Z] #60 3.019 + : /build [2021-09-24T13:17:34.392Z] #60 3.019 + '[' -z '' ']' [2021-09-24T13:17:34.392Z] #60 3.020 ++ mktemp -d [2021-09-24T13:17:34.392Z] #60 3.028 + export GOPATH=/tmp/tmp.dvDwGk4Jcg [2021-09-24T13:17:34.392Z] #60 3.028 + GOPATH=/tmp/tmp.dvDwGk4Jcg [2021-09-24T13:17:34.392Z] #60 3.028 + RM_GOPATH=1 [2021-09-24T13:17:34.392Z] #60 3.028 + case "$(go env GOARCH)" in [2021-09-24T13:17:34.392Z] #60 3.028 ++ go env GOARCH [2021-09-24T13:17:34.392Z] #60 3.043 Install rootlesskit version v0.14.4 [2021-09-24T13:17:34.392Z] #60 3.043 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.392Z] #60 3.043 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:34.392Z] #60 3.043 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:34.392Z] #60 3.043 + dir=/tmp/install [2021-09-24T13:17:34.392Z] #60 3.043 + bin=rootlesskit [2021-09-24T13:17:34.392Z] #60 3.043 + shift [2021-09-24T13:17:34.392Z] #60 3.043 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-24T13:17:34.392Z] #60 3.043 + . /tmp/install/rootlesskit.installer [2021-09-24T13:17:34.392Z] #60 3.043 ++ : v0.14.4 [2021-09-24T13:17:34.392Z] #60 3.043 + install_rootlesskit [2021-09-24T13:17:34.392Z] #60 3.043 + case "$1" in [2021-09-24T13:17:34.392Z] #60 3.043 + export CGO_ENABLED=0 [2021-09-24T13:17:34.392Z] #60 3.043 + CGO_ENABLED=0 [2021-09-24T13:17:34.392Z] #60 3.043 + _install_rootlesskit [2021-09-24T13:17:34.392Z] #60 3.043 + echo 'Install rootlesskit version v0.14.4' [2021-09-24T13:17:34.392Z] #60 3.043 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:17:34.392Z] #60 3.043 + GOBIN=/build [2021-09-24T13:17:34.392Z] #60 3.043 + GO111MODULE=on [2021-09-24T13:17:34.392Z] #60 3.043 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-24T13:17:34.392Z] #60 3.449 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-24T13:17:34.392Z] #60 4.985 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:17:34.392Z] #60 4.988 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-24T13:17:34.393Z] #60 5.024 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-24T13:17:34.393Z] #60 5.213 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-24T13:17:34.393Z] #60 6.483 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-24T13:17:34.393Z] #60 6.692 go: downloading github.com/google/uuid v1.3.0 [2021-09-24T13:17:34.393Z] #60 6.697 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-24T13:17:34.393Z] #60 6.713 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-24T13:17:34.393Z] #60 6.784 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-24T13:17:34.393Z] #60 6.821 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-24T13:17:34.393Z] #60 6.888 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-24T13:17:34.393Z] #60 7.153 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-24T13:17:34.393Z] #60 7.220 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-24T13:17:34.393Z] #60 9.498 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-24T13:17:34.393Z] #60 9.532 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-24T13:17:34.393Z] #60 ... [2021-09-24T13:17:34.393Z] [2021-09-24T13:17:34.393Z] #51 [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-09-24T13:17:34.393Z] #51 sha256:ebc567ccd400d9f60e25f63283002486f982d8aff5f7edc0010f1eb9fa534fd8 [2021-09-24T13:17:34.393Z] #51 10.34 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-24T13:17:34.393Z] #51 10.35 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-24T13:17:34.393Z] #51 10.36 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-24T13:17:34.393Z] #51 10.37 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-24T13:17:34.393Z] #51 10.37 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-24T13:17:34.393Z] #51 10.40 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-24T13:17:34.652Z] #51 10.41 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-24T13:17:34.652Z] #51 10.50 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-24T13:17:34.652Z] #51 10.55 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-24T13:17:34.652Z] #51 10.63 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-24T13:17:34.895Z] #51 6.336 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-24T13:17:34.895Z] #51 ... [2021-09-24T13:17:34.895Z] [2021-09-24T13:17:34.895Z] #60 [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-09-24T13:17:34.895Z] #60 sha256:b3189c27b939aa9fc5b381d1b432515deab35cb5dbc288f66a73b07de5aef667 [2021-09-24T13:17:34.895Z] #60 6.265 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-24T13:17:34.895Z] #60 ... [2021-09-24T13:17:34.895Z] [2021-09-24T13:17:34.895Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:34.895Z] #33 sha256:bf8adb7ed355b4799344ce1c320ab4a4346595065c8038c59e568a9092745ffa [2021-09-24T13:17:34.895Z] #33 1.363 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-24T13:17:34.895Z] #33 1.367 Cloning into '.'... [2021-09-24T13:17:34.913Z] #51 10.68 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-24T13:17:34.913Z] #51 10.70 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-24T13:17:34.913Z] #51 10.78 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-24T13:17:35.162Z] #33 ... [2021-09-24T13:17:35.162Z] [2021-09-24T13:17:35.162Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:35.162Z] #14 sha256:1b785adace3bf370c8df9df0374909f65e98566562c53a17673bd5040386ee99 [2021-09-24T13:17:35.162Z] #14 1.942 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:17:35.162Z] #14 1.942 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:17:35.162Z] #14 1.942 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:17:35.162Z] #14 3.670 Reading package lists... [2021-09-24T13:17:35.162Z] #14 5.337 Reading package lists... [2021-09-24T13:17:35.163Z] #14 6.730 Building dependency tree... [2021-09-24T13:17:35.163Z] #14 7.155 Reading state information... [2021-09-24T13:17:35.163Z] #14 7.845 The following additional packages will be installed: [2021-09-24T13:17:35.163Z] #14 7.845 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:17:35.163Z] #14 7.845 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-24T13:17:35.163Z] #14 7.845 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-24T13:17:35.163Z] #14 7.846 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-24T13:17:35.163Z] #14 7.847 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-24T13:17:35.163Z] #14 7.848 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-24T13:17:35.163Z] #14 7.848 mingw-w64-common mingw-w64-x86-64-dev [2021-09-24T13:17:35.163Z] #14 7.852 Suggested packages: [2021-09-24T13:17:35.163Z] #14 7.852 gcc-10-locales seccomp wine64 [2021-09-24T13:17:35.163Z] #14 8.272 The following NEW packages will be installed: [2021-09-24T13:17:35.163Z] #14 8.272 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:17:35.163Z] #14 8.272 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-24T13:17:35.163Z] #14 8.272 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-24T13:17:35.163Z] #14 8.272 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-24T13:17:35.163Z] #14 8.273 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-24T13:17:35.163Z] #14 8.273 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-24T13:17:35.163Z] #14 8.274 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-24T13:17:35.163Z] #14 8.274 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-24T13:17:35.163Z] #14 8.275 mingw-w64-x86-64-dev [2021-09-24T13:17:35.163Z] #14 8.608 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:17:35.163Z] #14 8.608 Need to get 108 MB of archives. [2021-09-24T13:17:35.163Z] #14 8.608 After this operation, 620 MB of additional disk space will be used. [2021-09-24T13:17:35.163Z] #14 8.608 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2021-09-24T13:17:35.163Z] #14 8.689 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2021-09-24T13:17:35.163Z] #14 8.787 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-24T13:17:35.163Z] #14 8.833 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2021-09-24T13:17:35.163Z] #14 8.834 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2021-09-24T13:17:35.163Z] #14 8.835 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-24T13:17:35.163Z] #14 8.970 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-09-24T13:17:35.163Z] #14 9.072 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2021-09-24T13:17:35.163Z] #14 9.073 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2021-09-24T13:17:35.163Z] #14 9.502 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2021-09-24T13:17:35.163Z] #14 ... [2021-09-24T13:17:35.163Z] [2021-09-24T13:17:35.163Z] #51 [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-09-24T13:17:35.163Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:17:35.163Z] #51 6.372 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-24T13:17:35.163Z] #51 6.396 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-24T13:17:35.163Z] #51 6.544 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-24T13:17:35.163Z] #51 6.753 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-24T13:17:35.173Z] #51 10.95 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-24T13:17:35.173Z] #51 11.00 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-24T13:17:35.174Z] #51 11.00 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-24T13:17:35.174Z] #51 11.16 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-24T13:17:35.174Z] #51 11.19 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-24T13:17:35.292Z] a0ddf88812f1: Verifying Checksum [2021-09-24T13:17:35.292Z] a0ddf88812f1: Download complete [2021-09-24T13:17:35.426Z] #51 6.797 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-24T13:17:35.426Z] #51 6.952 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-24T13:17:35.434Z] #51 11.24 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-24T13:17:35.434Z] #51 11.28 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-24T13:17:35.690Z] #51 7.136 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-24T13:17:35.690Z] #51 7.150 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-24T13:17:35.690Z] #51 7.225 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-24T13:17:35.690Z] #51 7.227 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-24T13:17:35.695Z] #51 11.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-24T13:17:35.695Z] #51 11.56 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-24T13:17:35.695Z] #51 11.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-24T13:17:35.705Z] #56 ... [2021-09-24T13:17:35.705Z] [2021-09-24T13:17:35.705Z] #48 [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-09-24T13:17:35.705Z] #48 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:17:35.705Z] #48 3.564 + git clone https://github.com/docker/distribution.git . [2021-09-24T13:17:35.705Z] #48 3.564 Cloning into '.'... [2021-09-24T13:17:35.705Z] #48 ... [2021-09-24T13:17:35.705Z] [2021-09-24T13:17:35.705Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:35.705Z] #40 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:35.705Z] #40 2.587 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-24T13:17:35.705Z] #40 2.587 Cloning into '.'... [2021-09-24T13:17:35.705Z] #40 ... [2021-09-24T13:17:35.705Z] [2021-09-24T13:17:35.705Z] #52 [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 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-09-24T13:17:35.705Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:35.705Z] #52 5.777 Reading package lists... [2021-09-24T13:17:35.756Z] INFO: Zapped successfully [2021-09-24T13:17:35.756Z] INFO: Location for testing is d:\CI\PR-42879\2 [2021-09-24T13:17:35.756Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-24T13:17:35.756Z] [2021-09-24T13:17:35.756Z] [2021-09-24T13:17:35.756Z] INFO: Building the image from Dockerfile.windows at 09/24/2021 13:17:35... [2021-09-24T13:17:35.756Z] [2021-09-24T13:17:35.956Z] #51 11.65 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-24T13:17:35.956Z] #51 11.71 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-24T13:17:35.956Z] #51 11.77 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-24T13:17:35.956Z] #51 12.01 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-24T13:17:35.956Z] #51 7.577 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-24T13:17:35.956Z] #51 7.630 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-24T13:17:36.216Z] #51 12.01 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-24T13:17:36.216Z] #51 12.10 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-24T13:17:36.216Z] #51 12.11 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-24T13:17:36.216Z] #51 12.12 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-24T13:17:36.216Z] #51 12.17 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-24T13:17:36.216Z] #51 12.19 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-24T13:17:36.216Z] #51 ... [2021-09-24T13:17:36.216Z] [2021-09-24T13:17:36.216Z] #41 [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-09-24T13:17:36.216Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:17:36.216Z] #41 7.498 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-24T13:17:36.216Z] #41 8.111 + 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-09-24T13:17:36.221Z] #51 7.636 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-24T13:17:36.221Z] #51 7.763 go: downloading github.com/spf13/afero v1.1.2 [2021-09-24T13:17:36.483Z] #41 ... [2021-09-24T13:17:36.483Z] [2021-09-24T13:17:36.483Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:36.483Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:36.483Z] #14 16.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-24T13:17:36.483Z] #14 16.28 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:17:36.483Z] #14 16.29 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:17:36.485Z] #51 7.935 go: downloading github.com/spf13/cast v1.3.0 [2021-09-24T13:17:36.485Z] #51 7.994 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-24T13:17:36.485Z] #51 8.014 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-24T13:17:36.485Z] #51 8.022 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-24T13:17:36.485Z] #51 8.037 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-24T13:17:36.485Z] #51 8.152 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-24T13:17:36.941Z] Sending build context to Docker daemon 60.66MB [2021-09-24T13:17:36.941Z] [2021-09-24T13:17:36.941Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-24T13:17:36.941Z] ---> a3aeeffc33bf [2021-09-24T13:17:36.941Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> 54ed555bd1db [2021-09-24T13:17:36.941Z] Step 3/11 : ARG GO_VERSION=1.17.1 [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> f97201e9d430 [2021-09-24T13:17:36.941Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> ec0b84f7523f [2021-09-24T13:17:36.941Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> e8aa7a2bf966 [2021-09-24T13:17:36.941Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> 9e716c1ccc46 [2021-09-24T13:17:36.941Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> 162612b166bc [2021-09-24T13:17:36.941Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> b4c839915dd0 [2021-09-24T13:17:36.941Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> 1f90fdd58629 [2021-09-24T13:17:36.941Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-24T13:17:36.941Z] ---> Using cache [2021-09-24T13:17:36.941Z] ---> 62787ee2d80d [2021-09-24T13:17:36.941Z] Step 11/11 : COPY . . [2021-09-24T13:17:37.057Z] #14 18.08 Selecting previously unselected package binutils-mingw-w64. [2021-09-24T13:17:37.057Z] #14 18.08 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-24T13:17:37.057Z] #14 18.10 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:17:37.057Z] #14 18.24 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-24T13:17:37.057Z] #14 18.24 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:17:37.057Z] #14 18.26 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:17:37.091Z] #52 8.457 Reading package lists...#52 ... [2021-09-24T13:17:37.091Z] [2021-09-24T13:17:37.091Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-09-24T13:17:37.091Z] #16 sha256:058c8355785b9b89a8c7d4e62391cd6fc9fdddc1f9f25753d9e9f6dad951e474 [2021-09-24T13:17:37.091Z] #16 DONE 3.8s [2021-09-24T13:17:37.091Z] [2021-09-24T13:17:37.091Z] #52 [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 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-09-24T13:17:37.091Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:37.091Z] #52 8.457 Reading package lists... [2021-09-24T13:17:37.319Z] #14 18.39 Selecting previously unselected package dmsetup. [2021-09-24T13:17:37.319Z] #14 18.39 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:17:37.319Z] #14 18.40 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:17:37.319Z] #14 18.52 Selecting previously unselected package mingw-w64-common. [2021-09-24T13:17:37.319Z] #14 18.52 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-24T13:17:37.319Z] #14 18.53 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-24T13:17:37.885Z] #51 9.307 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-24T13:17:37.885Z] #51 9.315 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-24T13:17:37.885Z] #51 9.315 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-24T13:17:37.885Z] #51 9.335 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-24T13:17:37.885Z] #51 9.365 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-24T13:17:37.885Z] #51 9.366 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-24T13:17:37.885Z] #51 9.390 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-24T13:17:37.885Z] #51 9.399 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-24T13:17:37.885Z] #51 9.420 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-24T13:17:37.885Z] #51 9.446 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-24T13:17:37.885Z] #51 9.530 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-24T13:17:38.025Z] #52 11.34 Building dependency tree... [2021-09-24T13:17:38.025Z] #52 12.15 Reading state information... [2021-09-24T13:17:38.150Z] #51 9.598 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-24T13:17:38.150Z] #51 9.653 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-24T13:17:38.150Z] #51 9.653 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-24T13:17:38.150Z] #51 9.665 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-24T13:17:38.150Z] #51 9.697 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-24T13:17:38.150Z] #51 9.704 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-24T13:17:38.150Z] #51 9.741 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-24T13:17:38.418Z] #51 9.769 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-24T13:17:38.418Z] #51 9.844 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-24T13:17:38.418Z] #51 10.01 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-24T13:17:38.418Z] #51 ... [2021-09-24T13:17:38.418Z] [2021-09-24T13:17:38.418Z] #25 [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-09-24T13:17:38.418Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:17:38.418Z] #25 2.297 + RM_GOPATH=0 [2021-09-24T13:17:38.418Z] #25 2.299 + TMP_GOPATH= [2021-09-24T13:17:38.418Z] #25 2.299 + : /build [2021-09-24T13:17:38.418Z] #25 2.299 + '[' -z '' ']' [2021-09-24T13:17:38.418Z] #25 2.300 ++ mktemp -d [2021-09-24T13:17:38.418Z] #25 2.302 + export GOPATH=/tmp/tmp.5WjU3HoRP4 [2021-09-24T13:17:38.418Z] #25 2.302 + GOPATH=/tmp/tmp.5WjU3HoRP4 [2021-09-24T13:17:38.418Z] #25 2.303 + RM_GOPATH=1 [2021-09-24T13:17:38.418Z] #25 2.303 + case "$(go env GOARCH)" in [2021-09-24T13:17:38.418Z] #25 2.304 ++ go env GOARCH [2021-09-24T13:17:38.418Z] #25 2.314 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.418Z] #25 2.314 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.418Z] #25 2.318 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:38.418Z] #25 2.321 + dir=/tmp/install [2021-09-24T13:17:38.418Z] #25 2.321 + bin=dockercli [2021-09-24T13:17:38.418Z] #25 2.321 + shift [2021-09-24T13:17:38.418Z] #25 2.321 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-24T13:17:38.418Z] #25 2.321 + . /tmp/install/dockercli.installer [2021-09-24T13:17:38.418Z] #25 2.321 ++ : stable [2021-09-24T13:17:38.418Z] #25 2.321 ++ : 17.06.2-ce [2021-09-24T13:17:38.418Z] #25 2.322 + install_dockercli [2021-09-24T13:17:38.418Z] #25 2.322 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-24T13:17:38.418Z] #25 2.322 Install docker/cli version 17.06.2-ce from stable [2021-09-24T13:17:38.418Z] #25 2.322 ++ uname -m [2021-09-24T13:17:38.418Z] #25 2.330 + arch=aarch64 [2021-09-24T13:17:38.418Z] #25 2.330 + '[' aarch64 '!=' x86_64 ']' [2021-09-24T13:17:38.418Z] #25 2.331 + '[' aarch64 '!=' s390x ']' [2021-09-24T13:17:38.418Z] #25 2.331 + '[' aarch64 '!=' armhf ']' [2021-09-24T13:17:38.418Z] #25 2.331 + build_dockercli [2021-09-24T13:17:38.418Z] #25 2.331 + git clone https://github.com/docker/docker-ce /tmp/tmp.5WjU3HoRP4/tmp/docker-ce [2021-09-24T13:17:38.418Z] #25 2.334 Cloning into '/tmp/tmp.5WjU3HoRP4/tmp/docker-ce'... [2021-09-24T13:17:38.418Z] #25 ... [2021-09-24T13:17:38.418Z] [2021-09-24T13:17:38.418Z] #58 [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-09-24T13:17:38.418Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:17:38.418Z] #58 2.318 + RM_GOPATH=0 [2021-09-24T13:17:38.418Z] #58 2.324 + TMP_GOPATH= [2021-09-24T13:17:38.418Z] #58 2.324 + : /build [2021-09-24T13:17:38.418Z] #58 2.324 + '[' -z '' ']' [2021-09-24T13:17:38.418Z] #58 2.325 ++ mktemp -d [2021-09-24T13:17:38.418Z] #58 2.326 + export GOPATH=/tmp/tmp.pQiWbUnZlN [2021-09-24T13:17:38.418Z] #58 2.326 + GOPATH=/tmp/tmp.pQiWbUnZlN [2021-09-24T13:17:38.418Z] #58 2.326 + RM_GOPATH=1 [2021-09-24T13:17:38.418Z] #58 2.327 + case "$(go env GOARCH)" in [2021-09-24T13:17:38.418Z] #58 2.327 ++ go env GOARCH [2021-09-24T13:17:38.418Z] #58 2.344 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.418Z] #58 2.345 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.418Z] #58 2.348 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:38.418Z] #58 2.350 + dir=/tmp/install [2021-09-24T13:17:38.418Z] #58 2.350 + bin=containerd [2021-09-24T13:17:38.418Z] #58 2.350 + shift [2021-09-24T13:17:38.418Z] #58 2.350 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-24T13:17:38.418Z] #58 2.350 + . /tmp/install/containerd.installer [2021-09-24T13:17:38.418Z] #58 2.350 ++ set -e [2021-09-24T13:17:38.418Z] #58 2.350 ++ : v1.5.5 [2021-09-24T13:17:38.418Z] #58 2.351 + install_containerd [2021-09-24T13:17:38.418Z] #58 2.351 + echo 'Install containerd version v1.5.5' [2021-09-24T13:17:38.418Z] #58 2.351 Install containerd version v1.5.5 [2021-09-24T13:17:38.418Z] #58 2.351 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pQiWbUnZlN/src/github.com/containerd/containerd [2021-09-24T13:17:38.418Z] #58 2.371 Cloning into '/tmp/tmp.pQiWbUnZlN/src/github.com/containerd/containerd'... [2021-09-24T13:17:38.697Z] #58 ... [2021-09-24T13:17:38.697Z] [2021-09-24T13:17:38.697Z] #51 [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-09-24T13:17:38.697Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:17:38.697Z] #51 10.04 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-24T13:17:38.697Z] #51 10.11 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-24T13:17:38.697Z] #51 10.13 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-24T13:17:38.697Z] #51 10.14 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-24T13:17:38.697Z] #51 10.17 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-24T13:17:38.973Z] #52 ... [2021-09-24T13:17:38.973Z] [2021-09-24T13:17:38.973Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-09-24T13:17:38.973Z] #17 sha256:9d4c96db64d3793998119fbd88c80a6256c50e5a2e047f5d483107f5edf494ee [2021-09-24T13:17:38.973Z] #17 DONE 1.9s [2021-09-24T13:17:38.973Z] [2021-09-24T13:17:38.973Z] #56 [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-09-24T13:17:38.973Z] #56 sha256:46f3df230c608039737bfbd2d5e50ac5031ea8ce9f4f1d24b849daa4844a8189 [2021-09-24T13:17:38.973Z] #56 3.230 + RM_GOPATH=0 [2021-09-24T13:17:38.973Z] #56 3.230 + TMP_GOPATH= [2021-09-24T13:17:38.973Z] #56 3.230 + : /build [2021-09-24T13:17:38.973Z] #56 3.230 + '[' -z '' ']' [2021-09-24T13:17:38.973Z] #56 3.230 ++ mktemp -d [2021-09-24T13:17:38.973Z] #56 3.230 + export GOPATH=/tmp/tmp.ktUGSBD4Ve [2021-09-24T13:17:38.973Z] #56 3.230 + GOPATH=/tmp/tmp.ktUGSBD4Ve [2021-09-24T13:17:38.973Z] #56 3.230 + RM_GOPATH=1 [2021-09-24T13:17:38.973Z] #56 3.230 + case "$(go env GOARCH)" in [2021-09-24T13:17:38.973Z] #56 3.230 ++ go env GOARCH [2021-09-24T13:17:38.973Z] #56 3.262 Install gotestsum version v1.7.0 [2021-09-24T13:17:38.973Z] #56 3.262 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.973Z] #56 3.262 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:38.973Z] #56 3.262 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:38.973Z] #56 3.262 + dir=/tmp/install [2021-09-24T13:17:38.973Z] #56 3.262 + bin=gotestsum [2021-09-24T13:17:38.973Z] #56 3.262 + shift [2021-09-24T13:17:38.973Z] #56 3.262 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-24T13:17:38.973Z] #56 3.262 + . /tmp/install/gotestsum.installer [2021-09-24T13:17:38.973Z] #56 3.262 ++ : v1.7.0 [2021-09-24T13:17:38.973Z] #56 3.262 + install_gotestsum [2021-09-24T13:17:38.973Z] #56 3.262 + set -e [2021-09-24T13:17:38.973Z] #56 3.262 + echo 'Install gotestsum version v1.7.0' [2021-09-24T13:17:38.973Z] #56 3.262 + GOBIN=/build [2021-09-24T13:17:38.973Z] #56 3.262 + GO111MODULE=on [2021-09-24T13:17:38.973Z] #56 3.262 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-24T13:17:38.973Z] #56 3.716 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-24T13:17:38.973Z] #56 5.126 go: downloading github.com/fatih/color v1.10.0 [2021-09-24T13:17:38.973Z] #56 5.151 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-24T13:17:38.973Z] #56 5.171 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-24T13:17:38.973Z] #56 5.212 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:17:38.973Z] #56 5.487 go: downloading golang.org/x/tools v0.1.0 [2021-09-24T13:17:38.973Z] #56 5.602 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-24T13:17:38.973Z] #56 5.714 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-24T13:17:38.973Z] #56 5.768 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-24T13:17:39.232Z] #56 5.927 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-24T13:17:39.284Z] #51 10.82 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-24T13:17:39.284Z] #51 10.82 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-24T13:17:39.284Z] #51 10.86 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-24T13:17:39.284Z] #51 10.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-24T13:17:39.556Z] #51 10.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-24T13:17:39.556Z] #51 10.98 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-24T13:17:39.556Z] #51 11.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-24T13:17:39.556Z] #51 11.06 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-24T13:17:39.556Z] #51 11.07 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-24T13:17:39.556Z] #51 11.11 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-24T13:17:39.556Z] #51 11.12 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-24T13:17:39.556Z] #51 11.14 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-24T13:17:39.820Z] #51 11.34 go: downloading golang.org/x/text v0.3.2 [2021-09-24T13:17:40.084Z] #51 11.61 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-24T13:17:40.348Z] #51 11.96 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-24T13:17:40.414Z] Sending build context to Docker daemon 60.66MB [2021-09-24T13:17:40.414Z] [2021-09-24T13:17:40.414Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-24T13:17:40.414Z] ---> a3aeeffc33bf [2021-09-24T13:17:40.414Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 575e471efff0 [2021-09-24T13:17:40.414Z] Step 3/11 : ARG GO_VERSION=1.17.1 [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 6e0646658e42 [2021-09-24T13:17:40.414Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 22a4ae9df201 [2021-09-24T13:17:40.414Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 00874cb67a8d [2021-09-24T13:17:40.414Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 1003d51e5f5b [2021-09-24T13:17:40.414Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> ed12f64047ba [2021-09-24T13:17:40.414Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> cee50d600a8f [2021-09-24T13:17:40.414Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> 6f4160d8e67a [2021-09-24T13:17:40.414Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-24T13:17:40.414Z] ---> Using cache [2021-09-24T13:17:40.414Z] ---> f75f719e0d1d [2021-09-24T13:17:40.414Z] Step 11/11 : COPY . . [2021-09-24T13:17:40.619Z] #14 21.76 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-24T13:17:40.619Z] #14 21.76 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-24T13:17:40.619Z] #14 21.76 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:17:41.024Z] Client: Docker Engine - Community [2021-09-24T13:17:41.024Z] Version: 20.10.6 [2021-09-24T13:17:41.024Z] API version: 1.41 [2021-09-24T13:17:41.024Z] Go version: go1.13.15 [2021-09-24T13:17:41.024Z] Git commit: 370c289 [2021-09-24T13:17:41.024Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-24T13:17:41.024Z] OS/Arch: linux/amd64 [2021-09-24T13:17:41.024Z] Context: default [2021-09-24T13:17:41.024Z] Experimental: true [2021-09-24T13:17:41.024Z] [2021-09-24T13:17:41.024Z] Server: Docker Engine - Community [2021-09-24T13:17:41.024Z] Engine: [2021-09-24T13:17:41.024Z] Version: 20.10.6 [2021-09-24T13:17:41.024Z] API version: 1.41 (minimum version 1.12) [2021-09-24T13:17:41.024Z] Go version: go1.13.15 [2021-09-24T13:17:41.024Z] Git commit: 8728dd2 [2021-09-24T13:17:41.024Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-24T13:17:41.024Z] OS/Arch: linux/amd64 [2021-09-24T13:17:41.024Z] Experimental: true [2021-09-24T13:17:41.024Z] containerd: [2021-09-24T13:17:41.024Z] Version: 1.4.6 [2021-09-24T13:17:41.024Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:41.024Z] runc: [2021-09-24T13:17:41.024Z] Version: 1.0.0-rc95 [2021-09-24T13:17:41.024Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:41.024Z] docker-init: [2021-09-24T13:17:41.024Z] Version: 0.19.0 [2021-09-24T13:17:41.024Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-24T13:17:41.298Z] #51 ... [2021-09-24T13:17:41.298Z] [2021-09-24T13:17:41.298Z] #41 [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-09-24T13:17:41.298Z] #41 sha256:43d916d526585d4da4bf1fc9874c319a91126520df6de6a43bde0dcfe5e4ca40 [2021-09-24T13:17:41.298Z] #41 6.263 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-24T13:17:41.298Z] #41 6.940 + 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-09-24T13:17:41.298Z] #41 ... [2021-09-24T13:17:41.298Z] [2021-09-24T13:17:41.298Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:41.298Z] #14 sha256:1b785adace3bf370c8df9df0374909f65e98566562c53a17673bd5040386ee99 [2021-09-24T13:17:41.298Z] #14 10.64 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2021-09-24T13:17:41.298Z] #14 11.08 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2021-09-24T13:17:41.298Z] #14 11.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2021-09-24T13:17:41.298Z] #14 12.83 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2021-09-24T13:17:41.298Z] #14 13.25 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-09-24T13:17:41.298Z] #14 13.25 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-09-24T13:17:41.298Z] #14 13.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-09-24T13:17:41.298Z] #14 13.26 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-09-24T13:17:41.298Z] #14 13.28 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-09-24T13:17:41.298Z] #14 13.28 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2021-09-24T13:17:41.298Z] #14 13.29 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2021-09-24T13:17:41.298Z] #14 13.29 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2021-09-24T13:17:41.298Z] #14 13.30 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2021-09-24T13:17:41.298Z] #14 13.31 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2021-09-24T13:17:41.298Z] #14 13.31 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2021-09-24T13:17:41.298Z] #14 13.32 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2021-09-24T13:17:41.298Z] #14 13.34 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2021-09-24T13:17:41.298Z] #14 13.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2021-09-24T13:17:41.298Z] #14 13.34 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-09-24T13:17:41.298Z] #14 13.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2021-09-24T13:17:41.298Z] #14 14.23 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:17:41.298Z] #14 14.36 Fetched 108 MB in 5s (21.5 MB/s) [2021-09-24T13:17:41.298Z] #14 14.43 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-24T13:17:41.298Z] #14 14.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-09-24T13:17:41.298Z] #14 14.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-24T13:17:41.298Z] #14 14.50 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:17:41.298Z] #14 15.70 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-24T13:17:41.298Z] #14 15.70 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-24T13:17:41.298Z] #14 15.71 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:17:41.354Z] + docker info [2021-09-24T13:17:41.561Z] #14 16.80 Selecting previously unselected package binutils-mingw-w64. [2021-09-24T13:17:41.767Z] #56 ... [2021-09-24T13:17:41.767Z] [2021-09-24T13:17:41.767Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-09-24T13:17:41.767Z] #18 sha256:59a32f1b1f4bf306f8f9fcf74ad6e7b6ded0791e7c4e266a1eb511e297dfab65 [2021-09-24T13:17:41.767Z] #18 DONE 2.5s [2021-09-24T13:17:41.767Z] [2021-09-24T13:17:41.767Z] #52 [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 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-09-24T13:17:41.767Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:41.767Z] #52 13.60 The following additional packages will be installed: [2021-09-24T13:17:41.767Z] #52 13.62 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 libpython2-stdlib [2021-09-24T13:17:41.767Z] #52 13.62 libpython2.7-minimal libpython2.7-stdlib mailcap mime-support [2021-09-24T13:17:41.767Z] #52 13.62 python-is-python2 python2 python2-minimal python2.7 python2.7-minimal [2021-09-24T13:17:41.767Z] #52 13.62 python3-pkg-resources python3-protobuf python3-six [2021-09-24T13:17:41.767Z] #52 13.63 Suggested packages: [2021-09-24T13:17:41.767Z] #52 13.63 python2-doc python-tk python2.7-doc binfmt-support python3-setuptools [2021-09-24T13:17:41.767Z] #52 13.63 Recommended packages: [2021-09-24T13:17:41.767Z] #52 13.63 iproute2 | iproute bzip2 file xz-utils [2021-09-24T13:17:41.767Z] #52 15.00 The following NEW packages will be installed: [2021-09-24T13:17:41.767Z] #52 15.00 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 libpython2-stdlib [2021-09-24T13:17:41.767Z] #52 15.00 libpython2.7-minimal libpython2.7-stdlib mailcap mime-support [2021-09-24T13:17:41.767Z] #52 15.00 python-is-python2 python2 python2-minimal python2.7 python2.7-minimal [2021-09-24T13:17:41.767Z] #52 15.00 python3-pkg-resources python3-protobuf python3-six [2021-09-24T13:17:41.767Z] #52 15.42 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:17:41.767Z] #52 15.42 Need to get 6313 kB of archives. [2021-09-24T13:17:41.767Z] #52 15.42 After this operation, 27.3 MB of additional disk space will be used. [2021-09-24T13:17:41.767Z] #52 15.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2.7-minimal amd64 2.7.18-8 [396 kB] [2021-09-24T13:17:41.767Z] #52 15.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2.7-minimal amd64 2.7.18-8 [1322 kB] [2021-09-24T13:17:41.767Z] #52 15.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2-minimal amd64 2.7.18-3 [34.2 kB] [2021-09-24T13:17:41.767Z] #52 15.52 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] [2021-09-24T13:17:41.767Z] #52 15.52 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] [2021-09-24T13:17:41.767Z] #52 15.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2.7-stdlib amd64 2.7.18-8 [1865 kB] [2021-09-24T13:17:41.767Z] #52 15.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2.7 amd64 2.7.18-8 [311 kB] [2021-09-24T13:17:41.767Z] #52 15.73 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2-stdlib amd64 2.7.18-3 [21.2 kB] [2021-09-24T13:17:41.767Z] #52 15.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2 amd64 2.7.18-3 [24.5 kB] [2021-09-24T13:17:41.767Z] #52 15.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-24T13:17:41.767Z] #52 15.78 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:17:41.767Z] #52 15.78 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-24T13:17:41.767Z] #52 15.78 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-24T13:17:41.767Z] #52 15.79 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-is-python2 all 2.7.18-9 [2940 B] [2021-09-24T13:17:41.767Z] #52 15.79 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-24T13:17:41.767Z] #52 15.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-24T13:17:41.767Z] #52 15.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-24T13:17:41.825Z] #14 16.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-24T13:17:41.825Z] #14 16.83 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:17:41.826Z] #14 16.92 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-09-24T13:17:41.826Z] #14 16.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-24T13:17:41.826Z] #14 16.94 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:17:42.089Z] #14 17.09 Selecting previously unselected package dmsetup. [2021-09-24T13:17:42.089Z] #14 17.11 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2021-09-24T13:17:42.089Z] #14 17.11 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:17:42.089Z] #14 17.27 Selecting previously unselected package mingw-w64-common. [2021-09-24T13:17:42.089Z] #14 17.29 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-24T13:17:42.353Z] #14 17.29 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-24T13:17:43.149Z] #52 ... [2021-09-24T13:17:43.149Z] [2021-09-24T13:17:43.149Z] #58 [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-09-24T13:17:43.149Z] #58 sha256:63881e2e892d9ec8ae1887cfb10b13e1b22b7a81c99e0e037d767d1ae54e0b4b [2021-09-24T13:17:43.149Z] #58 3.405 + RM_GOPATH=0 [2021-09-24T13:17:43.149Z] #58 3.405 + TMP_GOPATH= [2021-09-24T13:17:43.149Z] #58 3.405 + : /build [2021-09-24T13:17:43.149Z] #58 3.405 + '[' -z '' ']' [2021-09-24T13:17:43.149Z] #58 3.405 ++ mktemp -d [2021-09-24T13:17:43.149Z] #58 3.405 + export GOPATH=/tmp/tmp.PC2fH9XL9N [2021-09-24T13:17:43.149Z] #58 3.405 + GOPATH=/tmp/tmp.PC2fH9XL9N [2021-09-24T13:17:43.149Z] #58 3.405 + RM_GOPATH=1 [2021-09-24T13:17:43.149Z] #58 3.405 + case "$(go env GOARCH)" in [2021-09-24T13:17:43.149Z] #58 3.405 ++ go env GOARCH [2021-09-24T13:17:43.149Z] #58 3.439 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:43.149Z] #58 3.439 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:17:43.149Z] #58 3.439 ++ dirname /tmp/install/install.sh [2021-09-24T13:17:43.149Z] #58 3.444 + dir=/tmp/install [2021-09-24T13:17:43.149Z] #58 3.444 + bin=golangci_lint [2021-09-24T13:17:43.149Z] #58 3.444 + shift [2021-09-24T13:17:43.149Z] #58 3.444 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-24T13:17:43.149Z] #58 3.444 + . /tmp/install/golangci_lint.installer [2021-09-24T13:17:43.149Z] #58 3.444 ++ : v1.23.8 [2021-09-24T13:17:43.149Z] #58 3.444 + install_golangci_lint [2021-09-24T13:17:43.149Z] #58 3.444 + set -e [2021-09-24T13:17:43.149Z] #58 3.444 + echo 'Install golangci-lint version v1.23.8' [2021-09-24T13:17:43.149Z] #58 3.444 + GOBIN=/build [2021-09-24T13:17:43.149Z] #58 3.444 + GO111MODULE=on [2021-09-24T13:17:43.149Z] #58 3.444 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-24T13:17:43.149Z] #58 3.444 Install golangci-lint version v1.23.8 [2021-09-24T13:17:43.149Z] #58 3.943 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-24T13:17:43.149Z] #58 8.557 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-24T13:17:43.149Z] #58 8.557 go: downloading github.com/fatih/color v1.7.0 [2021-09-24T13:17:43.149Z] #58 8.575 go: downloading github.com/pkg/errors v0.8.1 [2021-09-24T13:17:43.149Z] #58 8.603 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-24T13:17:43.149Z] #58 8.613 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-24T13:17:43.149Z] #58 8.787 go: downloading github.com/spf13/viper v1.6.1 [2021-09-24T13:17:43.149Z] #58 8.867 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-24T13:17:43.149Z] #58 8.868 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-24T13:17:43.149Z] #58 8.893 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-24T13:17:43.149Z] #58 8.893 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-24T13:17:43.149Z] #58 9.263 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-24T13:17:43.149Z] #58 9.395 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-24T13:17:43.408Z] #58 ... [2021-09-24T13:17:43.408Z] [2021-09-24T13:17:43.408Z] #56 [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-09-24T13:17:43.408Z] #56 sha256:46f3df230c608039737bfbd2d5e50ac5031ea8ce9f4f1d24b849daa4844a8189 [2021-09-24T13:17:43.408Z] #56 8.386 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-24T13:17:43.408Z] #56 8.401 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-24T13:17:43.408Z] #56 8.618 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-24T13:17:43.408Z] #56 10.06 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-24T13:17:43.408Z] #56 10.10 go: downloading golang.org/x/mod v0.3.0 [2021-09-24T13:17:44.930Z] #14 25.51 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-24T13:17:44.930Z] #14 25.52 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:17:44.930Z] #14 25.53 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:17:44.930Z] #14 25.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-24T13:17:44.930Z] #14 25.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:17:44.930Z] #14 25.63 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:17:44.937Z] #14 20.02 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-24T13:17:44.937Z] #14 20.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-24T13:17:44.937Z] #14 20.04 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:17:45.209Z] #14 ... [2021-09-24T13:17:45.209Z] [2021-09-24T13:17:45.209Z] #60 [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-09-24T13:17:45.209Z] #60 sha256:b3189c27b939aa9fc5b381d1b432515deab35cb5dbc288f66a73b07de5aef667 [2021-09-24T13:17:45.209Z] #60 6.582 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-24T13:17:45.209Z] #60 6.846 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-24T13:17:45.209Z] #60 6.932 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-24T13:17:45.209Z] #60 ... [2021-09-24T13:17:45.209Z] [2021-09-24T13:17:45.209Z] #51 [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-09-24T13:17:45.209Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:17:45.209Z] #51 13.38 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-24T13:17:45.209Z] #51 13.46 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-24T13:17:45.209Z] #51 16.01 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-24T13:17:45.209Z] #51 16.03 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-24T13:17:45.209Z] #51 16.36 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-24T13:17:45.209Z] #51 16.45 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-24T13:17:46.318Z] #14 ... [2021-09-24T13:17:46.319Z] [2021-09-24T13:17:46.319Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:46.319Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:46.319Z] #33 17.18 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-24T13:17:46.319Z] #33 17.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:46.319Z] #33 ... [2021-09-24T13:17:46.319Z] [2021-09-24T13:17:46.319Z] #51 [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-09-24T13:17:46.319Z] #51 sha256:ebc567ccd400d9f60e25f63283002486f982d8aff5f7edc0010f1eb9fa534fd8 [2021-09-24T13:17:46.319Z] #51 12.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-24T13:17:46.319Z] #51 12.73 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-24T13:17:46.319Z] #51 12.83 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-24T13:17:46.319Z] #51 12.86 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-24T13:17:46.319Z] #51 12.90 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-24T13:17:46.319Z] #51 12.95 go: downloading golang.org/x/text v0.3.2 [2021-09-24T13:17:46.319Z] #51 15.96 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-24T13:17:46.319Z] #51 15.98 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-24T13:17:46.319Z] #51 16.04 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-24T13:17:46.319Z] #51 16.09 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-24T13:17:46.319Z] #51 16.09 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-24T13:17:46.319Z] #51 16.86 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-24T13:17:46.319Z] #51 16.93 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-24T13:17:46.319Z] #51 17.05 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-24T13:17:46.861Z] #56 ... [2021-09-24T13:17:46.861Z] [2021-09-24T13:17:46.862Z] #58 [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-09-24T13:17:46.862Z] #58 sha256:63881e2e892d9ec8ae1887cfb10b13e1b22b7a81c99e0e037d767d1ae54e0b4b [2021-09-24T13:17:46.862Z] #58 11.76 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-24T13:17:46.862Z] #58 11.76 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-24T13:17:46.862Z] #58 12.00 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-24T13:17:46.862Z] #58 12.07 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-24T13:17:46.862Z] #58 12.12 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-24T13:17:46.862Z] #58 12.41 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-24T13:17:46.862Z] #58 12.41 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-24T13:17:46.862Z] #58 12.49 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-24T13:17:46.862Z] #58 12.51 go: downloading github.com/spf13/afero v1.1.2 [2021-09-24T13:17:46.862Z] #58 12.63 go: downloading github.com/spf13/cast v1.3.0 [2021-09-24T13:17:46.862Z] #58 12.65 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-24T13:17:46.862Z] #58 12.65 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-24T13:17:46.862Z] #58 12.73 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-24T13:17:46.862Z] #58 12.84 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-24T13:17:46.862Z] #58 13.02 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-24T13:17:46.862Z] #58 13.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.41 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.47 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.48 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.52 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.55 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-24T13:17:46.862Z] #58 13.60 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-24T13:17:46.862Z] #58 13.61 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-24T13:17:46.862Z] #58 13.76 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-24T13:17:47.122Z] #58 13.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-24T13:17:47.122Z] #58 13.92 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-24T13:17:47.122Z] #58 13.97 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-24T13:17:47.381Z] #58 ... [2021-09-24T13:17:47.381Z] [2021-09-24T13:17:47.381Z] #48 [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-09-24T13:17:47.381Z] #48 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:17:47.381Z] #48 11.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-24T13:17:47.381Z] #48 13.14 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-09-24T13:17:47.381Z] #48 ... [2021-09-24T13:17:47.381Z] [2021-09-24T13:17:47.381Z] #52 [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 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-09-24T13:17:47.381Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:47.381Z] #52 18.41 Get:18 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.16-1 [661 kB] [2021-09-24T13:17:47.381Z] #52 19.58 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:17:47.381Z] #52 19.74 Fetched 6313 kB in 4s (1676 kB/s) [2021-09-24T13:17:47.381Z] #52 19.95 Selecting previously unselected package libpython2.7-minimal:amd64. [2021-09-24T13:17:47.381Z] #52 19.95 (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 ... 15713 files and directories currently installed.) [2021-09-24T13:17:47.381Z] #52 20.00 Preparing to unpack .../0-libpython2.7-minimal_2.7.18-8_amd64.deb ... [2021-09-24T13:17:47.381Z] #52 20.00 Unpacking libpython2.7-minimal:amd64 (2.7.18-8) ... [2021-09-24T13:17:47.381Z] #52 20.50 Selecting previously unselected package python2.7-minimal. [2021-09-24T13:17:47.381Z] #52 20.51 Preparing to unpack .../1-python2.7-minimal_2.7.18-8_amd64.deb ... [2021-09-24T13:17:47.381Z] #52 20.52 Unpacking python2.7-minimal (2.7.18-8) ... [2021-09-24T13:17:47.381Z] #52 21.54 Selecting previously unselected package python2-minimal. [2021-09-24T13:17:47.381Z] #52 21.55 Preparing to unpack .../2-python2-minimal_2.7.18-3_amd64.deb ... [2021-09-24T13:17:47.381Z] #52 21.56 Unpacking python2-minimal (2.7.18-3) ... [2021-09-24T13:17:47.381Z] #52 21.70 Selecting previously unselected package mailcap. [2021-09-24T13:17:47.381Z] #52 21.70 Preparing to unpack .../3-mailcap_3.69_all.deb ... [2021-09-24T13:17:47.381Z] #52 21.71 Unpacking mailcap (3.69) ... [2021-09-24T13:17:47.637Z] 4612f6d0b889: Verifying Checksum [2021-09-24T13:17:47.637Z] 4612f6d0b889: Download complete [2021-09-24T13:17:47.642Z] #52 21.85 Selecting previously unselected package mime-support. [2021-09-24T13:17:47.642Z] #52 21.85 Preparing to unpack .../4-mime-support_3.66_all.deb ... [2021-09-24T13:17:47.642Z] #52 21.85 Unpacking mime-support (3.66) ... [2021-09-24T13:17:47.642Z] #52 22.00 Selecting previously unselected package libpython2.7-stdlib:amd64. [2021-09-24T13:17:47.642Z] #52 22.04 Preparing to unpack .../5-libpython2.7-stdlib_2.7.18-8_amd64.deb ... [2021-09-24T13:17:47.642Z] #52 22.07 Unpacking libpython2.7-stdlib:amd64 (2.7.18-8) ... [2021-09-24T13:17:47.775Z] #51 ... [2021-09-24T13:17:47.775Z] [2021-09-24T13:17:47.775Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:47.775Z] #33 sha256:bf8adb7ed355b4799344ce1c320ab4a4346595065c8038c59e568a9092745ffa [2021-09-24T13:17:47.775Z] #33 12.60 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-24T13:17:47.775Z] #33 12.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:49.555Z] #52 23.76 Selecting previously unselected package python2.7. [2021-09-24T13:17:49.555Z] #52 23.79 Preparing to unpack .../6-python2.7_2.7.18-8_amd64.deb ... [2021-09-24T13:17:49.555Z] #52 23.80 Unpacking python2.7 (2.7.18-8) ... [2021-09-24T13:17:49.625Z] #51 ... [2021-09-24T13:17:49.625Z] [2021-09-24T13:17:49.625Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:49.625Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:17:49.625Z] #14 30.80 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-24T13:17:49.625Z] #14 30.80 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:17:49.625Z] #14 30.81 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:17:49.814Z] #52 24.13 Selecting previously unselected package libpython2-stdlib:amd64. [2021-09-24T13:17:49.814Z] #52 24.14 Preparing to unpack .../7-libpython2-stdlib_2.7.18-3_amd64.deb ... [2021-09-24T13:17:49.814Z] #52 24.16 Unpacking libpython2-stdlib:amd64 (2.7.18-3) ... [2021-09-24T13:17:50.383Z] #52 24.46 Setting up libpython2.7-minimal:amd64 (2.7.18-8) ... [2021-09-24T13:17:50.383Z] #52 24.53 Setting up python2.7-minimal (2.7.18-8) ... [2021-09-24T13:17:51.099Z] #33 ... [2021-09-24T13:17:51.099Z] [2021-09-24T13:17:51.099Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:17:51.099Z] #14 sha256:1b785adace3bf370c8df9df0374909f65e98566562c53a17673bd5040386ee99 [2021-09-24T13:17:51.099Z] #14 25.64 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-24T13:17:51.099Z] #14 25.65 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:17:51.099Z] #14 25.71 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:17:51.099Z] #14 25.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-24T13:17:51.099Z] #14 25.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:17:51.099Z] #14 25.85 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:17:51.320Z] #52 ... [2021-09-24T13:17:51.320Z] [2021-09-24T13:17:51.320Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:51.320Z] #40 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:51.320Z] #40 25.73 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-09-24T13:17:51.320Z] #40 25.86 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-24T13:17:51.320Z] #40 26.00 + [2021-09-24T13:17:51.320Z] #40 ... [2021-09-24T13:17:51.320Z] [2021-09-24T13:17:51.320Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-09-24T13:17:51.320Z] #19 sha256:40181a04ca9d50d52c2f23c58b084bd906241e79059e82da01c4eea91fb785f0 [2021-09-24T13:17:51.320Z] #19 2.013 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:17:51.320Z] #19 2.063 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:17:51.320Z] #19 2.063 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:17:51.320Z] #19 2.842 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-24T13:17:51.320Z] #19 3.355 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-24T13:17:51.320Z] #19 4.348 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:17:51.320Z] #19 5.507 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-24T13:17:51.320Z] #19 6.575 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:17:51.320Z] #19 7.271 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [32.6 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [33.9 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [35.7 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [33.9 kB] [2021-09-24T13:17:51.320Z] #19 7.929 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2096 B] [2021-09-24T13:17:51.320Z] #19 7.929 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2100 B] [2021-09-24T13:17:51.320Z] #19 7.929 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2088 B] [2021-09-24T13:17:51.320Z] #19 7.967 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:17:51.320Z] #19 7.967 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2088 B] [2021-09-24T13:17:51.320Z] #19 7.967 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:17:51.580Z] #19 ... [2021-09-24T13:17:51.580Z] [2021-09-24T13:17:51.580Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:51.580Z] #40 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:17:51.580Z] #40 26.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:17:54.915Z] #14 ... [2021-09-24T13:17:54.915Z] [2021-09-24T13:17:54.915Z] #58 [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-09-24T13:17:54.915Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:17:54.915Z] #58 29.19 Updating files: 70% (3242/4578) Updating files: 71% (3251/4578) Updating files: 72% (3297/4578) Updating files: 73% (3342/4578) Updating files: 74% (3388/4578) Updating files: 75% (3434/4578) Updating files: 76% (3480/4578) Updating files: 77% (3526/4578) Updating files: 78% (3571/4578) Updating files: 79% (3617/4578) Updating files: 80% (3663/4578) Updating files: 81% (3709/4578) Updating files: 82% (3754/4578) Updating files: 83% (3800/4578) Updating files: 84% (3846/4578) Updating files: 85% (3892/4578) Updating files: 86% (3938/4578) Updating files: 87% (3983/4578) Updating files: 88% (4029/4578) Updating files: 89% (4075/4578) Updating files: 90% (4121/4578) Updating files: 91% (4166/4578) Updating files: 92% (4212/4578) Updating files: 93% (4258/4578) Updating files: 94% (4304/4578) Updating files: 95% (4350/4578) Updating files: 96% (4395/4578) Updating files: 97% (4441/4578) Updating files: 98% (4487/4578) Updating files: 99% (4533/4578) Updating files: 100% (4578/4578) Updating files: 100% (4578/4578), done. [2021-09-24T13:17:54.915Z] #58 29.88 + cd /tmp/tmp.q1Z3IRVEMy/src/github.com/containerd/containerd [2021-09-24T13:17:54.915Z] #58 29.88 + git checkout -q v1.5.5 [2021-09-24T13:17:55.490Z] #58 31.43 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-24T13:17:55.756Z] #58 31.43 + BUILDTAGS='netgo osusergo static_build' [2021-09-24T13:17:55.756Z] #58 31.43 + export EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:17:55.756Z] #58 31.43 + EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:17:55.756Z] #58 31.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-24T13:17:55.756Z] #58 31.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-24T13:17:55.756Z] #58 31.43 + '[' '' = dynamic ']' [2021-09-24T13:17:55.756Z] #58 31.43 + make [2021-09-24T13:17:56.364Z] Client: [2021-09-24T13:17:56.364Z] Context: default [2021-09-24T13:17:56.364Z] Debug Mode: false [2021-09-24T13:17:56.364Z] Plugins: [2021-09-24T13:17:56.364Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-24T13:17:56.364Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-24T13:17:56.365Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-24T13:17:56.365Z] [2021-09-24T13:17:56.365Z] Server: [2021-09-24T13:17:56.365Z] Containers: 0 [2021-09-24T13:17:56.365Z] Running: 0 [2021-09-24T13:17:56.365Z] Paused: 0 [2021-09-24T13:17:56.365Z] Stopped: 0 [2021-09-24T13:17:56.365Z] Images: 0 [2021-09-24T13:17:56.365Z] Server Version: 20.10.6 [2021-09-24T13:17:56.365Z] Storage Driver: overlay2 [2021-09-24T13:17:56.365Z] Backing Filesystem: extfs [2021-09-24T13:17:56.365Z] Supports d_type: true [2021-09-24T13:17:56.365Z] Native Overlay Diff: true [2021-09-24T13:17:56.365Z] userxattr: false [2021-09-24T13:17:56.365Z] Logging Driver: json-file [2021-09-24T13:17:56.365Z] Cgroup Driver: cgroupfs [2021-09-24T13:17:56.365Z] Cgroup Version: 1 [2021-09-24T13:17:56.365Z] Plugins: [2021-09-24T13:17:56.365Z] Volume: local [2021-09-24T13:17:56.365Z] Network: bridge host ipvlan macvlan null overlay [2021-09-24T13:17:56.365Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-24T13:17:56.365Z] Swarm: inactive [2021-09-24T13:17:56.365Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-24T13:17:56.365Z] Default Runtime: runc [2021-09-24T13:17:56.365Z] Init Binary: docker-init [2021-09-24T13:17:56.365Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-24T13:17:56.365Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-24T13:17:56.365Z] init version: de40ad0 [2021-09-24T13:17:56.365Z] Security Options: [2021-09-24T13:17:56.365Z] apparmor [2021-09-24T13:17:56.365Z] seccomp [2021-09-24T13:17:56.365Z] Profile: default [2021-09-24T13:17:56.365Z] Kernel Version: 5.4.0-1048-aws [2021-09-24T13:17:56.365Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-24T13:17:56.365Z] OSType: linux [2021-09-24T13:17:56.365Z] Architecture: x86_64 [2021-09-24T13:17:56.365Z] CPUs: 2 [2021-09-24T13:17:56.365Z] Total Memory: 7.487GiB [2021-09-24T13:17:56.365Z] Name: ip-10-100-49-159 [2021-09-24T13:17:56.365Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-24T13:17:56.365Z] Docker Root Dir: /var/lib/docker [2021-09-24T13:17:56.365Z] Debug Mode: false [2021-09-24T13:17:56.365Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:17:56.365Z] Labels: [2021-09-24T13:17:56.365Z] Experimental: true [2021-09-24T13:17:56.365Z] Insecure Registries: [2021-09-24T13:17:56.365Z] 127.0.0.0/8 [2021-09-24T13:17:56.365Z] Live Restore Enabled: true [2021-09-24T13:17:56.365Z] [2021-09-24T13:17:56.365Z] WARNING: No swap limit support [Pipeline] sh [2021-09-24T13:17:56.415Z] #14 30.80 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-24T13:17:56.415Z] #14 30.81 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:17:56.415Z] #14 30.82 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:17:56.669Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:56.669Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-24T13:17:56.669Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42879/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-24T13:17:56.669Z] + bash /home/ubuntu/workspace/moby_PR-42879/check-config.sh [2021-09-24T13:17:56.669Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-24T13:17:56.669Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-24T13:17:56.669Z] [2021-09-24T13:17:56.669Z] Generally Necessary: [2021-09-24T13:17:56.669Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-24T13:17:56.669Z] - apparmor: enabled and tools installed [2021-09-24T13:17:56.669Z] - CONFIG_NAMESPACES: enabled [2021-09-24T13:17:56.669Z] - CONFIG_NET_NS: enabled [2021-09-24T13:17:56.669Z] - CONFIG_PID_NS: enabled [2021-09-24T13:17:56.669Z] - CONFIG_IPC_NS: enabled [2021-09-24T13:17:56.669Z] - CONFIG_UTS_NS: enabled [2021-09-24T13:17:56.679Z] #14 ... [2021-09-24T13:17:56.679Z] [2021-09-24T13:17:56.679Z] #58 [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-09-24T13:17:56.679Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:17:56.679Z] #58 23.44 Updating files: 62% (2858/4578) Updating files: 63% (2885/4578) Updating files: 64% (2930/4578) Updating files: 65% (2976/4578) Updating files: 66% (3022/4578) Updating files: 67% (3068/4578) Updating files: 68% (3114/4578) Updating files: 69% (3159/4578) Updating files: 70% (3205/4578) Updating files: 71% (3251/4578) Updating files: 72% (3297/4578) Updating files: 73% (3342/4578) Updating files: 74% (3388/4578) Updating files: 75% (3434/4578) Updating files: 76% (3480/4578) Updating files: 77% (3526/4578) Updating files: 78% (3571/4578) Updating files: 79% (3617/4578) Updating files: 80% (3663/4578) Updating files: 81% (3709/4578) Updating files: 82% (3754/4578) Updating files: 83% (3800/4578) Updating files: 84% (3846/4578) Updating files: 85% (3892/4578) Updating files: 86% (3938/4578) Updating files: 87% (3983/4578) Updating files: 88% (4029/4578) Updating files: 89% (4075/4578) Updating files: 90% (4121/4578) Updating files: 91% (4166/4578) Updating files: 92% (4212/4578) Updating files: 93% (4258/4578) Updating files: 94% (4304/4578) Updating files: 95% (4350/4578) Updating files: 96% (4395/4578) Updating files: 97% (4441/4578) Updating files: 98% (4487/4578) Updating files: 99% (4533/4578) Updating files: 100% (4578/4578) Updating files: 100% (4578/4578), done. [2021-09-24T13:17:56.679Z] #58 24.27 + cd /tmp/tmp.pQiWbUnZlN/src/github.com/containerd/containerd [2021-09-24T13:17:56.679Z] #58 24.27 + git checkout -q v1.5.5 [2021-09-24T13:17:56.679Z] #58 25.55 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-24T13:17:56.679Z] #58 25.55 + BUILDTAGS='netgo osusergo static_build' [2021-09-24T13:17:56.679Z] #58 25.55 + export EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:17:56.679Z] #58 25.55 + EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:17:56.679Z] #58 25.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-24T13:17:56.679Z] #58 25.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-24T13:17:56.679Z] #58 25.55 + '[' '' = dynamic ']' [2021-09-24T13:17:56.679Z] #58 25.55 + make [2021-09-24T13:17:56.679Z] #58 27.37 + bin/ctr [2021-09-24T13:17:56.858Z] #40 ... [2021-09-24T13:17:56.858Z] [2021-09-24T13:17:56.858Z] #52 [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 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-09-24T13:17:56.858Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:56.858Z] #52 26.53 Setting up python2-minimal (2.7.18-3) ... [2021-09-24T13:17:56.858Z] #52 26.84 Selecting previously unselected package python2. [2021-09-24T13:17:56.858Z] #52 26.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16483 files and directories currently installed.) [2021-09-24T13:17:56.858Z] #52 26.89 Preparing to unpack .../0-python2_2.7.18-3_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 26.90 Unpacking python2 (2.7.18-3) ... [2021-09-24T13:17:56.858Z] #52 27.03 Selecting previously unselected package libprotobuf23:amd64. [2021-09-24T13:17:56.858Z] #52 27.03 Preparing to unpack .../1-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 27.04 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-24T13:17:56.858Z] #52 27.77 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:17:56.858Z] #52 27.77 Preparing to unpack .../2-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:17:56.858Z] #52 27.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:17:56.858Z] #52 27.94 Selecting previously unselected package python3-six. [2021-09-24T13:17:56.858Z] #52 27.96 Preparing to unpack .../3-python3-six_1.16.0-2_all.deb ... [2021-09-24T13:17:56.858Z] #52 27.99 Unpacking python3-six (1.16.0-2) ... [2021-09-24T13:17:56.858Z] #52 28.05 Selecting previously unselected package python3-protobuf. [2021-09-24T13:17:56.858Z] #52 28.05 Preparing to unpack .../4-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 28.07 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-24T13:17:56.858Z] #52 28.71 Selecting previously unselected package python-is-python2. [2021-09-24T13:17:56.858Z] #52 28.75 Preparing to unpack .../5-python-is-python2_2.7.18-9_all.deb ... [2021-09-24T13:17:56.858Z] #52 28.82 Unpacking python-is-python2 (2.7.18-9) ... [2021-09-24T13:17:56.858Z] #52 29.04 Selecting previously unselected package libnet1:amd64. [2021-09-24T13:17:56.858Z] #52 29.05 Preparing to unpack .../6-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 29.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:17:56.858Z] #52 29.28 Selecting previously unselected package libnl-3-200:amd64. [2021-09-24T13:17:56.858Z] #52 29.29 Preparing to unpack .../7-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 29.30 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:17:56.858Z] #52 29.45 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-24T13:17:56.858Z] #52 29.46 Preparing to unpack .../8-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 29.49 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:17:56.858Z] #52 29.59 Selecting previously unselected package criu. [2021-09-24T13:17:56.858Z] #52 29.60 Preparing to unpack .../9-criu_3.16-1_amd64.deb ... [2021-09-24T13:17:56.858Z] #52 29.61 Unpacking criu (3.16-1) ... [2021-09-24T13:17:56.858Z] #52 30.37 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:17:56.940Z] - CONFIG_CGROUPS: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CPUSETS: enabled [2021-09-24T13:17:56.940Z] - CONFIG_MEMCG: enabled [2021-09-24T13:17:56.940Z] - CONFIG_KEYS: enabled [2021-09-24T13:17:56.940Z] - CONFIG_VETH: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-24T13:17:56.940Z] [2021-09-24T13:17:56.940Z] Optional Features: [2021-09-24T13:17:56.940Z] - CONFIG_USER_NS: enabled [2021-09-24T13:17:56.940Z] - CONFIG_SECCOMP: enabled [2021-09-24T13:17:56.940Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-24T13:17:56.940Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-24T13:17:56.940Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-24T13:17:56.940Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-24T13:17:56.940Z] - CONFIG_BLK_CGROUP: enabled [2021-09-24T13:17:56.940Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_PERF: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-24T13:17:56.940Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-24T13:17:56.940Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-24T13:17:56.940Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-24T13:17:56.940Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-24T13:17:56.940Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-24T13:17:56.940Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-24T13:17:57.145Z] #58 32.96 + bin/ctr [2021-09-24T13:17:57.211Z] - CONFIG_IP_VS: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-24T13:17:57.211Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-24T13:17:57.211Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-24T13:17:57.211Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-24T13:17:57.211Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-24T13:17:57.211Z] - CONFIG_EXT4_FS: enabled [2021-09-24T13:17:57.211Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-24T13:17:57.211Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-24T13:17:57.211Z] - Network Drivers: [2021-09-24T13:17:57.211Z] - "overlay": [2021-09-24T13:17:57.211Z] - CONFIG_VXLAN: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-24T13:17:57.211Z] Optional (for encrypted networks): [2021-09-24T13:17:57.211Z] - CONFIG_CRYPTO: enabled [2021-09-24T13:17:57.211Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-24T13:17:57.211Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-24T13:17:57.211Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-24T13:17:57.211Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-24T13:17:57.211Z] - CONFIG_XFRM: enabled [2021-09-24T13:17:57.211Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-24T13:17:57.211Z] - "ipvlan": [2021-09-24T13:17:57.211Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-24T13:17:57.211Z] - "macvlan": [2021-09-24T13:17:57.211Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_DUMMY: enabled (as module) [2021-09-24T13:17:57.211Z] - "ftp,tftp client in container": [2021-09-24T13:17:57.211Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-24T13:17:57.211Z] - Storage Drivers: [2021-09-24T13:17:57.211Z] - "aufs": [2021-09-24T13:17:57.211Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-24T13:17:57.211Z] - "btrfs": [2021-09-24T13:17:57.211Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-24T13:17:57.211Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-24T13:17:57.211Z] - "devicemapper": [2021-09-24T13:17:57.211Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-24T13:17:57.211Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-24T13:17:57.211Z] - "overlay": [2021-09-24T13:17:57.477Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-24T13:17:57.477Z] - "zfs": [2021-09-24T13:17:57.477Z] - /dev/zfs: present [2021-09-24T13:17:57.477Z] - zfs command: missing [2021-09-24T13:17:57.477Z] - zpool command: missing [2021-09-24T13:17:57.477Z] [2021-09-24T13:17:57.477Z] Limits: [2021-09-24T13:17:57.477Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-24T13:17:57.477Z] [2021-09-24T13:17:57.477Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-24T13:17:57.797Z] #52 31.90 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-24T13:17:57.797Z] #52 31.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:17:57.797Z] #52 31.93 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:17:57.797Z] #52 31.94 Setting up python3-six (1.16.0-2) ... [2021-09-24T13:17:57.797Z] #52 ... [2021-09-24T13:17:57.797Z] [2021-09-24T13:17:57.797Z] #58 [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-09-24T13:17:57.797Z] #58 sha256:63881e2e892d9ec8ae1887cfb10b13e1b22b7a81c99e0e037d767d1ae54e0b4b [2021-09-24T13:17:57.797Z] #58 14.41 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-24T13:17:57.797Z] #58 14.42 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-24T13:17:57.797Z] #58 14.45 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-24T13:17:57.797Z] #58 14.66 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-24T13:17:57.797Z] #58 14.69 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-24T13:17:57.797Z] #58 14.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-24T13:17:57.797Z] #58 14.76 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-24T13:17:57.797Z] #58 15.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-24T13:17:57.797Z] #58 15.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-24T13:17:57.797Z] #58 15.32 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-24T13:17:57.797Z] #58 15.36 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-24T13:17:57.797Z] #58 15.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-24T13:17:57.797Z] #58 15.45 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-24T13:17:57.797Z] #58 15.60 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-24T13:17:57.797Z] #58 15.87 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-24T13:17:57.797Z] #58 15.91 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-24T13:17:57.797Z] #58 16.04 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-24T13:17:57.797Z] #58 16.07 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-24T13:17:57.797Z] #58 16.08 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-24T13:17:57.797Z] #58 16.25 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-24T13:17:57.797Z] #58 17.16 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-24T13:17:57.797Z] #58 17.16 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-24T13:17:57.797Z] #58 17.21 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-24T13:17:57.797Z] #58 17.29 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-24T13:17:57.797Z] #58 17.32 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-24T13:17:57.797Z] #58 17.42 go: downloading golang.org/x/text v0.3.2 [2021-09-24T13:17:57.797Z] #58 22.01 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-24T13:17:57.797Z] #58 22.03 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-24T13:17:57.797Z] #58 22.11 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-24T13:17:57.797Z] #58 22.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-24T13:17:57.797Z] #58 22.13 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-24T13:17:57.797Z] #58 23.26 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-24T13:17:57.797Z] #58 23.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-24T13:17:57.797Z] #58 23.56 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-24T13:17:57.845Z] + sudo modprobe ip_vs [2021-09-24T13:17:57.845Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:09de87ebbeac5d6e769729bae549485701a96733 . [2021-09-24T13:17:58.023Z] ---> 5f4ef545278c [2021-09-24T13:17:58.023Z] Successfully built 5f4ef545278c [2021-09-24T13:17:58.023Z] Successfully tagged docker:latest [2021-09-24T13:17:58.023Z] INFO: Image build ended at 09/24/2021 13:17:55. Duration:00:00:23.4270259 [2021-09-24T13:17:58.023Z] [2021-09-24T13:17:58.023Z] [2021-09-24T13:17:58.023Z] INFO: Building the test binaries at 09/24/2021 13:17:55... [2021-09-24T13:17:58.112Z] #1 [internal] load build definition from Dockerfile [2021-09-24T13:17:58.112Z] #1 sha256:16317135719adf5a8ce5d586891cbb41a056f0712d7136a2f4b8d5ef0bccf466 [2021-09-24T13:17:58.112Z] #1 transferring dockerfile: 16.36kB done [2021-09-24T13:17:58.112Z] #1 DONE 0.2s [2021-09-24T13:17:58.112Z] [2021-09-24T13:17:58.112Z] #2 [internal] load .dockerignore [2021-09-24T13:17:58.112Z] #2 sha256:63251235f741ebcc8a6a42446ded92e75d79d8143922a07c07c2bb7d4e4ff8a5 [2021-09-24T13:17:58.112Z] #2 transferring context: 32B [2021-09-24T13:17:58.374Z] #2 transferring context: 87B done [2021-09-24T13:17:58.374Z] #2 DONE 0.1s [2021-09-24T13:17:58.374Z] [2021-09-24T13:17:58.374Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-24T13:17:58.374Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-24T13:17:58.745Z] #58 ... [2021-09-24T13:17:58.745Z] [2021-09-24T13:17:58.745Z] #52 [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 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-09-24T13:17:58.745Z] #52 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:17:58.745Z] #52 33.05 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:17:58.949Z] #3 DONE 0.7s [2021-09-24T13:17:58.990Z] INFO: make.ps1 starting at 09/24/2021 13:17:58 [2021-09-24T13:17:59.005Z] #52 33.09 Setting up python3-protobuf (3.12.4-1) ... [2021-09-24T13:17:59.216Z] [2021-09-24T13:17:59.216Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-24T13:17:59.216Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-24T13:17:59.216Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done [2021-09-24T13:17:59.216Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-24T13:17:59.216Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0B / 9.67MB 0.1s [2021-09-24T13:17:59.216Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-24T13:17:59.216Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 5.24MB / 9.67MB 0.2s [2021-09-24T13:17:59.216Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-24T13:17:59.453Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:17:59.453Z] INFO: Invoking autogen... [2021-09-24T13:17:59.479Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.4s done [2021-09-24T13:17:59.741Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.1s [2021-09-24T13:17:59.911Z] INFO: Building daemon... [2021-09-24T13:18:00.003Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.5s done [2021-09-24T13:18:00.267Z] #4 DONE 1.0s [2021-09-24T13:18:00.267Z] [2021-09-24T13:18:00.267Z] #5 [internal] load .dockerignore [2021-09-24T13:18:00.267Z] #5 sha256:59ade3eefed7c1fa5768138d1b087dc7304eeaed4f30a12dd335197b4ba75de9 [2021-09-24T13:18:00.267Z] #5 DONE 0.0s [2021-09-24T13:18:00.267Z] [2021-09-24T13:18:00.267Z] #6 [internal] load build definition from Dockerfile [2021-09-24T13:18:00.267Z] #6 sha256:ad8d4b59fe1b1df5f555e8f93a155482990d58267d123620262bd5d85ec370f1 [2021-09-24T13:18:00.267Z] #6 DONE 0.0s [2021-09-24T13:18:00.449Z] #58 ... [2021-09-24T13:18:00.449Z] [2021-09-24T13:18:00.449Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:18:00.449Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:18:00.533Z] [2021-09-24T13:18:00.533Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-24T13:18:00.533Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-24T13:18:00.710Z] #14 41.67 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-24T13:18:00.710Z] #14 41.70 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:18:00.710Z] #14 41.70 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:01.110Z] #10 DONE 0.7s [2021-09-24T13:18:01.110Z] [2021-09-24T13:18:01.110Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:18:01.110Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-24T13:18:01.110Z] #9 DONE 0.7s [2021-09-24T13:18:01.110Z] [2021-09-24T13:18:01.110Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-24T13:18:01.110Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-24T13:18:01.110Z] #8 DONE 0.7s [2021-09-24T13:18:01.110Z] [2021-09-24T13:18:01.110Z] #7 [internal] load metadata for docker.io/library/golang:1.17.1-bullseye [2021-09-24T13:18:01.110Z] #7 sha256:86474eacd16765140150a86c79ed32f06eef6010bbeda90819d8668143782ba5 [2021-09-24T13:18:01.110Z] #7 DONE 0.7s [2021-09-24T13:18:01.506Z] ---> dc25ef27c1d5 [2021-09-24T13:18:01.506Z] Successfully built dc25ef27c1d5 [2021-09-24T13:18:01.506Z] Successfully tagged docker:latest [2021-09-24T13:18:01.506Z] INFO: Image build ended at 09/24/2021 13:17:59. Duration:00:00:24.1103421 [2021-09-24T13:18:01.506Z] [2021-09-24T13:18:01.506Z] [2021-09-24T13:18:01.506Z] INFO: Building the test binaries at 09/24/2021 13:17:59... [2021-09-24T13:18:01.691Z] [2021-09-24T13:18:01.691Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:01.691Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:01.691Z] #11 resolve docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:01.691Z] #11 resolve docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 0.1s done [2021-09-24T13:18:01.691Z] #11 sha256:232a180dbcbcfa7250917507f3827d88a9ae89bb1cdd8fe3ac4db7b764ebb25a 1.80kB / 1.80kB done [2021-09-24T13:18:01.691Z] #11 sha256:ec365f06285d63175d6ae474a6ddc9d1d22ebf4625903b54b4c54836d2a323a9 6.96kB / 6.96kB done [2021-09-24T13:18:01.691Z] #11 sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 1.86kB / 1.86kB done [2021-09-24T13:18:01.953Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 5.24MB / 54.93MB 0.3s [2021-09-24T13:18:01.953Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0B / 5.15MB 0.3s [2021-09-24T13:18:01.953Z] #11 ... [2021-09-24T13:18:01.953Z] [2021-09-24T13:18:01.953Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-24T13:18:01.953Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-24T13:18:01.953Z] #43 DONE 0.0s [2021-09-24T13:18:01.953Z] [2021-09-24T13:18:01.953Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:01.953Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:01.953Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 2.10MB / 5.15MB 0.4s [2021-09-24T13:18:02.214Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 14.68MB / 54.93MB 0.6s [2021-09-24T13:18:02.214Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.6s [2021-09-24T13:18:02.467Z] INFO: make.ps1 starting at 09/24/2021 13:18:02 [2021-09-24T13:18:02.480Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 23.07MB / 54.93MB 0.7s [2021-09-24T13:18:02.480Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.7s done [2021-09-24T13:18:02.743Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 30.41MB / 54.93MB 1.0s [2021-09-24T13:18:02.743Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0B / 10.87MB 1.0s [2021-09-24T13:18:02.743Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0B / 54.57MB 1.0s [2021-09-24T13:18:02.923Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:18:02.923Z] INFO: Invoking autogen... [2021-09-24T13:18:03.003Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 35.65MB / 54.93MB 1.3s [2021-09-24T13:18:03.003Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 5.24MB / 10.87MB 1.3s [2021-09-24T13:18:03.003Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 6.29MB / 10.87MB 1.4s [2021-09-24T13:18:03.200Z] #52 37.08 Setting up mailcap (3.69) ... [2021-09-24T13:18:03.200Z] #52 37.23 Setting up mime-support (3.66) ... [2021-09-24T13:18:03.200Z] #52 37.24 Setting up libpython2.7-stdlib:amd64 (2.7.18-8) ... [2021-09-24T13:18:03.200Z] #52 37.26 Setting up python2.7 (2.7.18-8) ... [2021-09-24T13:18:03.266Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 40.89MB / 54.93MB 1.6s [2021-09-24T13:18:03.266Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 8.39MB / 10.87MB 1.6s [2021-09-24T13:18:03.266Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 5.24MB / 54.57MB 1.6s [2021-09-24T13:18:03.296Z] #58 ... [2021-09-24T13:18:03.296Z] [2021-09-24T13:18:03.296Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:18:03.296Z] #14 sha256:1b785adace3bf370c8df9df0374909f65e98566562c53a17673bd5040386ee99 [2021-09-24T13:18:03.377Z] INFO: Building daemon... [2021-09-24T13:18:03.527Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 45.91MB / 54.93MB 1.8s [2021-09-24T13:18:03.527Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 1.8s [2021-09-24T13:18:03.527Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 10.39MB / 54.57MB 1.8s [2021-09-24T13:18:03.527Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 1.9s done [2021-09-24T13:18:03.527Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 14.48MB / 54.57MB 2.0s [2021-09-24T13:18:03.527Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0B / 85.72MB 2.0s [2021-09-24T13:18:03.564Z] #14 38.57 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-24T13:18:03.564Z] #14 38.57 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:18:03.564Z] #14 38.58 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:03.789Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 50.03MB / 54.93MB 2.1s [2021-09-24T13:18:03.789Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 18.37MB / 54.57MB 2.2s [2021-09-24T13:18:04.058Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.06MB / 54.93MB 2.3s [2021-09-24T13:18:04.058Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 6.52MB / 85.72MB 2.4s [2021-09-24T13:18:04.318Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 26.21MB / 54.57MB 2.6s [2021-09-24T13:18:04.318Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 13.25MB / 85.72MB 2.6s [2021-09-24T13:18:04.318Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 31.31MB / 54.57MB 2.7s [2021-09-24T13:18:04.579Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 36.70MB / 54.57MB 2.9s [2021-09-24T13:18:04.579Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 22.02MB / 85.72MB 2.9s [2021-09-24T13:18:04.849Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 41.94MB / 54.57MB 3.1s [2021-09-24T13:18:04.849Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 27.26MB / 85.72MB 3.1s [2021-09-24T13:18:04.849Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 3.1s done [2021-09-24T13:18:05.110Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 47.32MB / 54.57MB 3.5s [2021-09-24T13:18:05.110Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 33.55MB / 85.72MB 3.5s [2021-09-24T13:18:05.110Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 0B / 134.78MB 3.5s [2021-09-24T13:18:05.372Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 53.48MB / 54.57MB 3.7s [2021-09-24T13:18:05.372Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 39.85MB / 85.72MB 3.7s [2021-09-24T13:18:05.372Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 [2021-09-24T13:18:05.372Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 7.34MB / 134.78MB 3.8s [2021-09-24T13:18:05.632Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 44.58MB / 85.72MB 3.9s [2021-09-24T13:18:05.894Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 49.94MB / 85.72MB 4.2s [2021-09-24T13:18:05.894Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 17.53MB / 134.78MB 4.2s [2021-09-24T13:18:06.002Z] #14 46.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-24T13:18:06.011Z] #14 46.33 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:18:06.011Z] #14 46.34 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:06.465Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 62.91MB / 85.72MB 4.6s [2021-09-24T13:18:06.465Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 4.6s done [2021-09-24T13:18:06.465Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 26.21MB / 134.78MB 4.7s [2021-09-24T13:18:06.465Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 70.26MB / 85.72MB 4.9s [2021-09-24T13:18:06.465Z] #11 sha256:89abc29ee6353a48d54b8ff6593eb26679d88ef78d51d901ddef40b48fc35399 0B / 156B 4.8s [2021-09-24T13:18:06.726Z] #11 sha256:89abc29ee6353a48d54b8ff6593eb26679d88ef78d51d901ddef40b48fc35399 156B / 156B 4.9s done [2021-09-24T13:18:06.726Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 33.55MB / 134.78MB 5.1s [2021-09-24T13:18:06.898Z] #14 41.96 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-24T13:18:06.898Z] #14 41.98 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:18:06.898Z] #14 41.98 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:06.990Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 77.59MB / 85.72MB 5.3s [2021-09-24T13:18:07.250Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 82.84MB / 85.72MB 5.6s [2021-09-24T13:18:07.250Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 44.04MB / 134.78MB 5.6s [2021-09-24T13:18:07.510Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 51.72MB / 134.78MB 6.0s [2021-09-24T13:18:07.772Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 59.77MB / 134.78MB 6.2s [2021-09-24T13:18:08.342Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 67.11MB / 134.78MB 6.7s [2021-09-24T13:18:08.479Z] #52 41.94 Setting up libpython2-stdlib:amd64 (2.7.18-3) ... [2021-09-24T13:18:08.479Z] #52 41.96 Setting up python2 (2.7.18-3) ... [2021-09-24T13:18:08.479Z] #52 41.98 Setting up python-is-python2 (2.7.18-9) ... [2021-09-24T13:18:08.479Z] #52 42.06 Setting up criu (3.16-1) ... [2021-09-24T13:18:08.604Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 6.7s done [2021-09-24T13:18:08.604Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 85.98MB / 134.78MB 7.0s [2021-09-24T13:18:08.604Z] #11 ... [2021-09-24T13:18:08.604Z] [2021-09-24T13:18:08.604Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:18:08.604Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-24T13:18:08.604Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-24T13:18:08.604Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-24T13:18:08.604Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-24T13:18:08.604Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-24T13:18:08.604Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2021-09-24T13:18:08.604Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.9s done [2021-09-24T13:18:08.604Z] #64 DONE 7.1s [2021-09-24T13:18:08.604Z] [2021-09-24T13:18:08.604Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:08.604Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:08.604Z] #11 ... [2021-09-24T13:18:08.604Z] [2021-09-24T13:18:08.604Z] #24 [internal] load build context [2021-09-24T13:18:08.604Z] #24 sha256:bbba1c1ac07e84567ff40c36f7c7d188fa17ec7c5a86e2824610b62185650788 [2021-09-24T13:18:08.604Z] #24 transferring context: 55.48MB 6.9s done [2021-09-24T13:18:08.870Z] #24 DONE 7.3s [2021-09-24T13:18:08.870Z] [2021-09-24T13:18:08.870Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:08.870Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:09.131Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 94.44MB / 134.78MB 7.4s [2021-09-24T13:18:09.392Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 102.37MB / 134.78MB 7.8s [2021-09-24T13:18:09.658Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 112.08MB / 134.78MB 8.1s [2021-09-24T13:18:09.920Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 119.54MB / 134.78MB 8.3s [2021-09-24T13:18:10.182Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 127.93MB / 134.78MB 8.6s [2021-09-24T13:18:10.219Z] #14 45.37 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-24T13:18:10.219Z] #14 45.37 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:18:10.219Z] #14 45.40 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:10.387Z] #52 44.21 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:18:10.443Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 5.1s [2021-09-24T13:18:10.705Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 134.78MB / 134.78MB 9.0s [2021-09-24T13:18:11.335Z] #52 DONE 45.6s [2021-09-24T13:18:11.335Z] [2021-09-24T13:18:11.335Z] #56 [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-09-24T13:18:11.335Z] #56 sha256:46f3df230c608039737bfbd2d5e50ac5031ea8ce9f4f1d24b849daa4844a8189 [2021-09-24T13:18:11.651Z] #11 ... [2021-09-24T13:18:11.651Z] [2021-09-24T13:18:11.651Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:18:11.651Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-24T13:18:11.651Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.1s done [2021-09-24T13:18:11.651Z] #27 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done [2021-09-24T13:18:11.651Z] #27 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done [2021-09-24T13:18:11.651Z] #27 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-24T13:18:11.651Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 3.0s done [2021-09-24T13:18:11.651Z] #27 ... [2021-09-24T13:18:11.651Z] [2021-09-24T13:18:11.651Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:18:11.651Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:18:11.651Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-24T13:18:11.651Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-24T13:18:11.651Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-24T13:18:11.651Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-24T13:18:11.651Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.9s done [2021-09-24T13:18:11.651Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.3s done [2021-09-24T13:18:11.651Z] #66 ... [2021-09-24T13:18:11.651Z] [2021-09-24T13:18:11.651Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:11.651Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:12.594Z] #11 sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 134.78MB / 134.78MB 10.9s done [2021-09-24T13:18:12.597Z] #14 53.75 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-24T13:18:12.597Z] #14 53.76 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:18:12.855Z] #11 ... [2021-09-24T13:18:12.855Z] [2021-09-24T13:18:12.855Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-24T13:18:12.855Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-24T13:18:12.855Z] #66 DONE 11.3s [2021-09-24T13:18:12.855Z] [2021-09-24T13:18:12.855Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:12.855Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:12.858Z] #14 54.01 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:13.544Z] #14 ... [2021-09-24T13:18:13.544Z] [2021-09-24T13:18:13.544Z] #60 [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-09-24T13:18:13.544Z] #60 sha256:b3189c27b939aa9fc5b381d1b432515deab35cb5dbc288f66a73b07de5aef667 [2021-09-24T13:18:13.544Z] #60 45.26 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:18:13.807Z] #60 45.26 + GOBIN=/build [2021-09-24T13:18:13.807Z] #60 45.26 + GO111MODULE=on [2021-09-24T13:18:13.807Z] #60 45.26 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-24T13:18:13.838Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 8.4s done [2021-09-24T13:18:14.098Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 [2021-09-24T13:18:14.243Z] #14 ... [2021-09-24T13:18:14.243Z] [2021-09-24T13:18:14.243Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:18:14.243Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:18:14.243Z] #33 DONE 55.4s [2021-09-24T13:18:14.243Z] [2021-09-24T13:18:14.243Z] #60 [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-09-24T13:18:14.243Z] #60 sha256:5392fec724d26b85d0c7faa4ada4dd854e4a25f8dbee7ae17bdffa7153602fba [2021-09-24T13:18:14.243Z] #60 40.08 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:18:14.243Z] #60 40.08 + GOBIN=/build [2021-09-24T13:18:14.243Z] #60 40.08 + GO111MODULE=on [2021-09-24T13:18:14.243Z] #60 40.08 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-24T13:18:14.243Z] #60 DONE 50.2s [2021-09-24T13:18:14.360Z] #11 ... [2021-09-24T13:18:14.360Z] [2021-09-24T13:18:14.360Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-24T13:18:14.360Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-24T13:18:14.360Z] #27 DONE 12.6s [2021-09-24T13:18:14.360Z] [2021-09-24T13:18:14.360Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:14.360Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:14.504Z] [2021-09-24T13:18:14.504Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-24T13:18:14.504Z] #61 sha256:e2388022aac9eef74d56ecc5812bba45961487192cb9b40ee7b25de06026081e [2021-09-24T13:18:14.504Z] #61 DONE 0.4s [2021-09-24T13:18:14.504Z] [2021-09-24T13:18:14.504Z] #58 [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-09-24T13:18:14.504Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:18:14.765Z] #58 ... [2021-09-24T13:18:14.765Z] [2021-09-24T13:18:14.765Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-24T13:18:14.765Z] #62 sha256:b430f80ca000787e90751d353b62c1748abf30174500fd773e909a4b3457337a [2021-09-24T13:18:14.931Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.6s done [2021-09-24T13:18:15.026Z] #62 DONE 0.3s [2021-09-24T13:18:15.026Z] [2021-09-24T13:18:15.026Z] #41 [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-09-24T13:18:15.026Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:18:15.193Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 [2021-09-24T13:18:15.454Z] #11 ... [2021-09-24T13:18:15.454Z] [2021-09-24T13:18:15.454Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-24T13:18:15.454Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-24T13:18:15.454Z] #65 DONE 1.0s [2021-09-24T13:18:15.454Z] [2021-09-24T13:18:15.454Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:15.454Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:16.028Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0.8s done [2021-09-24T13:18:16.290Z] #11 ... [2021-09-24T13:18:16.290Z] [2021-09-24T13:18:16.290Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-24T13:18:16.290Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-24T13:18:16.290Z] #67 DONE 1.0s [2021-09-24T13:18:16.551Z] [2021-09-24T13:18:16.551Z] #28 [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-09-24T13:18:16.551Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-24T13:18:16.813Z] #28 2.608 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:18:17.076Z] #28 2.623 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:18:17.076Z] #28 2.708 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:18:17.076Z] #28 2.838 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:18:17.337Z] #28 3.069 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:18:17.598Z] #28 3.402 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:18:17.908Z] #56 DONE 43.9s [2021-09-24T13:18:17.908Z] [2021-09-24T13:18:17.908Z] #48 [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-09-24T13:18:17.908Z] #48 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:18:19.200Z] #60 ... [2021-09-24T13:18:19.200Z] [2021-09-24T13:18:19.200Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:18:19.200Z] #33 sha256:bf8adb7ed355b4799344ce1c320ab4a4346595065c8038c59e568a9092745ffa [2021-09-24T13:18:19.200Z] #33 DONE 53.7s [2021-09-24T13:18:19.200Z] [2021-09-24T13:18:19.200Z] #60 [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-09-24T13:18:19.200Z] #60 sha256:b3189c27b939aa9fc5b381d1b432515deab35cb5dbc288f66a73b07de5aef667 [2021-09-24T13:18:19.200Z] #60 DONE 50.3s [2021-09-24T13:18:19.200Z] [2021-09-24T13:18:19.200Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-24T13:18:19.200Z] #61 sha256:b60b8672ed6e7afd126ee961d9251821d221382205cff815b66a48119f5911bf [2021-09-24T13:18:19.200Z] #61 DONE 0.4s [2021-09-24T13:18:19.200Z] [2021-09-24T13:18:19.200Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-24T13:18:19.200Z] #62 sha256:435a5687bd33274777ddaf0120697aeb073650b6afe2fedcaba33ed1c50f7186 [2021-09-24T13:18:19.470Z] #62 DONE 0.2s [2021-09-24T13:18:19.470Z] [2021-09-24T13:18:19.470Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:18:19.470Z] #14 sha256:1b785adace3bf370c8df9df0374909f65e98566562c53a17673bd5040386ee99 [2021-09-24T13:18:19.470Z] #14 53.27 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-24T13:18:19.470Z] #14 53.27 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-24T13:18:19.470Z] #14 53.53 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:19.526Z] #28 4.920 Fetched 8412 kB in 3s (3264 kB/s) [2021-09-24T13:18:20.096Z] #28 4.920 Reading package lists... [2021-09-24T13:18:20.667Z] #28 5.747 Reading package lists... [2021-09-24T13:18:20.667Z] #28 ... [2021-09-24T13:18:20.667Z] [2021-09-24T13:18:20.667Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:20.667Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:20.667Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 4.0s [2021-09-24T13:18:22.860Z] #14 57.91 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-24T13:18:22.865Z] #14 57.92 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-24T13:18:22.865Z] #14 57.94 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:18:22.865Z] #14 58.06 Selecting previously unselected package libapparmor1:arm64. [2021-09-24T13:18:22.865Z] #14 58.07 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2021-09-24T13:18:22.865Z] #14 58.07 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-09-24T13:18:22.865Z] #14 58.17 Selecting previously unselected package libapparmor-dev:arm64. [2021-09-24T13:18:23.129Z] #14 58.18 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-09-24T13:18:23.129Z] #14 58.18 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-24T13:18:23.129Z] #14 58.31 Selecting previously unselected package libbtrfs0:arm64. [2021-09-24T13:18:23.174Z] #41 ... [2021-09-24T13:18:23.174Z] [2021-09-24T13:18:23.174Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:18:23.174Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:18:23.174Z] #14 63.01 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-24T13:18:23.174Z] #14 63.01 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:18:23.174Z] #14 63.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:23.200Z] #48 ... [2021-09-24T13:18:23.200Z] [2021-09-24T13:18:23.200Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-09-24T13:18:23.200Z] #19 sha256:40181a04ca9d50d52c2f23c58b084bd906241e79059e82da01c4eea91fb785f0 [2021-09-24T13:18:23.200Z] #19 41.07 Fetched 48.4 MB in 39s (1229 kB/s) [2021-09-24T13:18:23.394Z] #14 58.31 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2021-09-24T13:18:23.394Z] #14 58.32 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-09-24T13:18:23.394Z] #14 58.45 Selecting previously unselected package libbtrfs-dev:arm64. [2021-09-24T13:18:23.394Z] #14 58.45 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-09-24T13:18:23.394Z] #14 58.46 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-24T13:18:23.394Z] #14 58.61 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-09-24T13:18:23.394Z] #14 58.62 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-24T13:18:23.394Z] #14 58.63 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:18:23.394Z] #14 58.70 Selecting previously unselected package libudev-dev:arm64. [2021-09-24T13:18:23.658Z] #14 58.71 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2021-09-24T13:18:23.658Z] #14 58.73 Unpacking libudev-dev:arm64 (247.3-6) ... [2021-09-24T13:18:23.658Z] #14 58.85 Selecting previously unselected package libsepol1-dev:arm64. [2021-09-24T13:18:23.928Z] #14 58.85 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2021-09-24T13:18:23.928Z] #14 58.87 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2021-09-24T13:18:23.928Z] #14 59.06 Selecting previously unselected package libpcre2-16-0:arm64. [2021-09-24T13:18:23.928Z] #14 59.06 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2021-09-24T13:18:23.928Z] #14 59.07 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2021-09-24T13:18:23.970Z] #11 ... [2021-09-24T13:18:23.970Z] [2021-09-24T13:18:23.970Z] #28 [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-09-24T13:18:23.970Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-24T13:18:23.970Z] #28 5.747 Reading package lists... [2021-09-24T13:18:23.970Z] #28 6.527 Building dependency tree... [2021-09-24T13:18:23.970Z] #28 6.883 The following additional packages will be installed: [2021-09-24T13:18:23.970Z] #28 6.883 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-24T13:18:23.970Z] #28 6.891 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-24T13:18:23.970Z] #28 6.891 Recommended packages: [2021-09-24T13:18:23.970Z] #28 6.891 libldap-common publicsuffix libsasl2-modules [2021-09-24T13:18:23.970Z] #28 7.109 The following NEW packages will be installed: [2021-09-24T13:18:23.970Z] #28 7.110 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-24T13:18:23.970Z] #28 7.110 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-24T13:18:23.970Z] #28 7.111 libssh2-1 openssl [2021-09-24T13:18:23.970Z] #28 7.413 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:18:23.970Z] #28 7.413 Need to get 3038 kB of archives. [2021-09-24T13:18:23.970Z] #28 7.413 After this operation, 6652 kB of additional disk space will be used. [2021-09-24T13:18:23.970Z] #28 7.413 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-24T13:18:23.970Z] #28 7.415 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-24T13:18:23.970Z] #28 7.418 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-24T13:18:23.970Z] #28 7.422 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-24T13:18:23.970Z] #28 7.424 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-24T13:18:23.970Z] #28 7.429 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-24T13:18:23.970Z] #28 7.433 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-24T13:18:23.970Z] #28 7.447 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-24T13:18:23.970Z] #28 7.447 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-24T13:18:23.970Z] #28 7.447 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-24T13:18:23.970Z] #28 7.447 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-24T13:18:23.970Z] #28 7.455 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-24T13:18:23.970Z] #28 7.455 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-24T13:18:23.970Z] #28 7.455 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-24T13:18:23.970Z] #28 7.481 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-24T13:18:23.970Z] #28 7.679 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:18:23.970Z] #28 7.721 Fetched 3038 kB in 0s (8528 kB/s) [2021-09-24T13:18:23.970Z] #28 7.757 Selecting previously unselected package openssl. [2021-09-24T13:18:23.970Z] #28 7.757 (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 ... 6653 files and directories currently installed.) [2021-09-24T13:18:23.970Z] #28 7.757 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 7.761 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-24T13:18:23.970Z] #28 7.955 Selecting previously unselected package ca-certificates. [2021-09-24T13:18:23.970Z] #28 7.955 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-24T13:18:23.970Z] #28 7.980 Unpacking ca-certificates (20210119) ... [2021-09-24T13:18:23.970Z] #28 8.063 Selecting previously unselected package libbrotli1:amd64. [2021-09-24T13:18:23.970Z] #28 8.063 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.072 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-24T13:18:23.970Z] #28 8.181 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-24T13:18:23.970Z] #28 8.181 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.186 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-24T13:18:23.970Z] #28 8.258 Selecting previously unselected package libsasl2-2:amd64. [2021-09-24T13:18:23.970Z] #28 8.258 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.267 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-24T13:18:23.970Z] #28 8.332 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-24T13:18:23.970Z] #28 8.332 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.337 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-24T13:18:23.970Z] #28 8.426 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-24T13:18:23.970Z] #28 8.426 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.431 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-24T13:18:23.970Z] #28 8.505 Selecting previously unselected package libpsl5:amd64. [2021-09-24T13:18:23.970Z] #28 8.505 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.509 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-24T13:18:23.970Z] #28 8.574 Selecting previously unselected package librtmp1:amd64. [2021-09-24T13:18:23.970Z] #28 8.574 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.578 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-24T13:18:23.970Z] #28 8.638 Selecting previously unselected package libssh2-1:amd64. [2021-09-24T13:18:23.970Z] #28 8.638 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.642 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-24T13:18:23.970Z] #28 8.748 Selecting previously unselected package libcurl4:amd64. [2021-09-24T13:18:23.970Z] #28 8.748 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.757 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-24T13:18:23.970Z] #28 8.849 Selecting previously unselected package curl. [2021-09-24T13:18:23.970Z] #28 8.849 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.855 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-24T13:18:23.970Z] #28 8.936 Selecting previously unselected package libonig5:amd64. [2021-09-24T13:18:23.970Z] #28 8.936 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 8.940 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:18:23.970Z] #28 9.061 Selecting previously unselected package libjq1:amd64. [2021-09-24T13:18:23.970Z] #28 9.061 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 9.064 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:18:23.970Z] #28 9.139 Selecting previously unselected package jq. [2021-09-24T13:18:23.970Z] #28 9.139 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-24T13:18:23.970Z] #28 9.142 Unpacking jq (1.6-2.1) ... [2021-09-24T13:18:23.970Z] #28 9.208 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-24T13:18:23.970Z] #28 9.223 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-24T13:18:23.970Z] #28 9.235 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-24T13:18:23.970Z] #28 9.247 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-24T13:18:23.970Z] #28 9.264 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-24T13:18:23.970Z] #28 9.277 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-24T13:18:23.970Z] #28 9.290 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-24T13:18:23.970Z] #28 9.303 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-24T13:18:23.970Z] #28 9.323 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:18:23.970Z] #28 9.333 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:18:23.970Z] #28 9.343 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-24T13:18:23.970Z] #28 9.355 Setting up ca-certificates (20210119) ... [2021-09-24T13:18:24.192Z] #14 59.22 Selecting previously unselected package libpcre2-32-0:arm64. [2021-09-24T13:18:24.192Z] #14 59.22 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2021-09-24T13:18:24.192Z] #14 59.22 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2021-09-24T13:18:24.192Z] #14 59.40 Selecting previously unselected package libpcre2-posix2:arm64. [2021-09-24T13:18:24.192Z] #14 59.40 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2021-09-24T13:18:24.192Z] #14 59.41 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2021-09-24T13:18:24.456Z] #14 59.50 Selecting previously unselected package libpcre2-dev:arm64. [2021-09-24T13:18:24.456Z] #14 59.51 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2021-09-24T13:18:24.456Z] #14 59.51 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2021-09-24T13:18:24.542Z] #28 10.18 Updating certificates in /etc/ssl/certs... [2021-09-24T13:18:24.720Z] #14 59.87 Selecting previously unselected package libselinux1-dev:arm64. [2021-09-24T13:18:24.720Z] #14 59.87 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2021-09-24T13:18:24.720Z] #14 59.88 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2021-09-24T13:18:24.984Z] #14 60.09 Selecting previously unselected package libdevmapper-dev:arm64. [2021-09-24T13:18:24.984Z] #14 60.10 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2021-09-24T13:18:24.984Z] #14 60.11 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:18:24.984Z] #14 60.20 Selecting previously unselected package libseccomp-dev:arm64. [2021-09-24T13:18:25.087Z] #14 66.11 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-24T13:18:25.087Z] #14 66.11 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-24T13:18:25.087Z] #14 66.12 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:18:25.087Z] #14 66.21 Selecting previously unselected package libapparmor1:amd64. [2021-09-24T13:18:25.087Z] #14 66.21 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-24T13:18:25.087Z] #14 66.21 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:18:25.087Z] #14 66.28 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-24T13:18:25.087Z] #14 66.28 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-24T13:18:25.087Z] #14 66.29 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:18:25.248Z] #14 60.21 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-09-24T13:18:25.248Z] #14 60.22 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-24T13:18:25.248Z] #14 60.35 Selecting previously unselected package libsystemd-dev:arm64. [2021-09-24T13:18:25.248Z] #14 60.35 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2021-09-24T13:18:25.248Z] #14 60.36 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2021-09-24T13:18:25.347Z] #14 66.37 Selecting previously unselected package libbtrfs0:amd64. [2021-09-24T13:18:25.347Z] #14 66.37 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-24T13:18:25.347Z] #14 66.38 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:18:25.347Z] #14 66.51 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-24T13:18:25.347Z] #14 66.51 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-24T13:18:25.347Z] #14 66.51 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:18:25.485Z] #28 11.26 129 added, 0 removed; done. [2021-09-24T13:18:25.608Z] #14 66.66 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-24T13:18:25.608Z] #14 66.66 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:18:25.608Z] #14 66.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:18:25.608Z] #14 66.71 Selecting previously unselected package libudev-dev:amd64. [2021-09-24T13:18:25.608Z] #14 66.73 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-24T13:18:25.608Z] #14 66.73 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:18:25.608Z] #14 66.83 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-24T13:18:25.608Z] #14 66.83 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-24T13:18:25.608Z] #14 66.84 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:18:25.746Z] #28 11.33 Setting up jq (1.6-2.1) ... [2021-09-24T13:18:25.746Z] #28 11.35 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-24T13:18:25.746Z] #28 11.36 Setting up curl (7.74.0-1.3+b1) ... [2021-09-24T13:18:25.746Z] #28 11.37 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:18:25.746Z] #28 11.39 Processing triggers for ca-certificates (20210119) ... [2021-09-24T13:18:25.746Z] #28 11.40 Updating certificates in /etc/ssl/certs... [2021-09-24T13:18:25.825Z] #14 60.89 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-24T13:18:25.826Z] #14 60.91 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-09-24T13:18:25.826Z] #14 60.93 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:18:25.826Z] #14 60.95 Setting up libsepol1-dev:arm64 (3.1-1) ... [2021-09-24T13:18:25.826Z] #14 60.97 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:18:25.826Z] #14 60.98 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2021-09-24T13:18:25.826Z] #14 61.00 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-09-24T13:18:25.826Z] #14 61.01 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2021-09-24T13:18:25.826Z] #14 61.03 Setting up libudev-dev:arm64 (247.3-6) ... [2021-09-24T13:18:25.826Z] #14 61.04 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2021-09-24T13:18:25.826Z] #14 61.06 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:18:25.826Z] #14 61.08 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-24T13:18:25.826Z] #14 61.09 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:25.826Z] #14 61.11 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-24T13:18:25.868Z] #14 67.00 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-24T13:18:25.868Z] #14 67.01 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-24T13:18:25.868Z] #14 67.01 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:18:26.090Z] #14 61.12 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-24T13:18:26.090Z] #14 61.15 Setting up libsystemd-dev:arm64 (247.3-6) ... [2021-09-24T13:18:26.090Z] #14 61.16 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:18:26.090Z] #14 61.18 Setting up libpcre2-dev:arm64 (10.36-2) ... [2021-09-24T13:18:26.090Z] #14 61.23 Setting up libselinux1-dev:arm64 (3.1-3) ... [2021-09-24T13:18:26.090Z] #14 61.24 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:26.090Z] #14 61.26 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:26.090Z] #14 61.28 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-09-24T13:18:26.090Z] #14 61.29 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:26.090Z] #14 61.32 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-09-24T13:18:26.129Z] #14 67.14 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-24T13:18:26.129Z] #14 67.15 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-24T13:18:26.129Z] #14 67.16 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:18:26.129Z] #14 67.30 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-24T13:18:26.129Z] #14 67.31 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-24T13:18:26.129Z] #14 67.32 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:18:26.129Z] #14 67.39 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-24T13:18:26.353Z] #14 61.33 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:18:26.353Z] #14 61.35 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:26.353Z] #14 61.36 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-09-24T13:18:26.354Z] #14 61.38 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:26.354Z] #14 61.40 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:18:26.354Z] #14 61.43 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:18:26.354Z] #14 61.47 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:18:26.354Z] #14 61.49 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:18:26.354Z] #14 61.51 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-24T13:18:26.354Z] #14 61.54 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:18:26.389Z] #14 67.39 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-24T13:18:26.389Z] #14 67.40 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:18:26.389Z] #14 67.67 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-24T13:18:26.653Z] #14 67.67 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-24T13:18:26.653Z] #14 67.67 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:18:26.653Z] #14 67.81 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-24T13:18:26.653Z] #14 67.81 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:18:26.653Z] #14 67.82 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:18:26.653Z] #14 67.89 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-24T13:18:26.653Z] #14 67.89 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-24T13:18:26.653Z] #14 67.90 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:18:26.691Z] #28 12.41 0 added, 0 removed; done. [2021-09-24T13:18:26.691Z] #28 12.41 Running hooks in /etc/ca-certificates/update.d... [2021-09-24T13:18:26.691Z] #28 12.41 done. [2021-09-24T13:18:26.920Z] #14 67.99 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-24T13:18:26.920Z] #14 67.99 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-24T13:18:26.920Z] #14 68.00 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:18:26.932Z] #14 DONE 62.0s [2021-09-24T13:18:26.932Z] [2021-09-24T13:18:26.932Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-24T13:18:26.932Z] #15 sha256:0893a8bafed62ce2bd496cfba201452edd5f671a33799d834b5c908ab8bc005d [2021-09-24T13:18:27.181Z] #14 68.40 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:18:27.181Z] #14 68.41 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:18:27.181Z] #14 68.43 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:18:27.181Z] #14 68.44 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:18:27.181Z] #14 68.45 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:18:27.181Z] #14 68.46 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:18:27.181Z] #14 68.48 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:18:27.181Z] #14 68.49 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:18:27.181Z] #14 68.50 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:18:27.442Z] #14 68.51 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:18:27.442Z] #14 68.52 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:18:27.442Z] #14 68.53 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:18:27.442Z] #14 68.55 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:27.442Z] #14 68.56 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:18:27.442Z] #14 68.57 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-24T13:18:27.442Z] #14 68.58 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:18:27.442Z] #14 68.59 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:18:27.442Z] #14 68.60 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:18:27.442Z] #14 68.62 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:18:27.442Z] #14 68.63 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:18:27.442Z] #14 68.64 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:27.442Z] #14 68.65 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-09-24T13:18:27.442Z] #14 68.66 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:27.442Z] #14 68.67 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-09-24T13:18:27.442Z] #14 68.67 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:18:27.442Z] #14 68.69 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:18:27.442Z] #14 68.69 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-09-24T13:18:27.442Z] #14 68.70 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:18:27.704Z] #14 68.72 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:18:27.704Z] #14 68.74 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:18:27.704Z] #14 68.75 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:18:27.704Z] #14 68.77 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:18:27.704Z] #14 68.78 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:18:27.704Z] #14 68.80 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:18:28.862Z] #15 DONE 1.8s [2021-09-24T13:18:28.862Z] [2021-09-24T13:18:28.862Z] #16 [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-09-24T13:18:28.862Z] #16 sha256:441badb823a5bd5d31af128e71418d5050ed9be4eb72dd2433a240abb0f49b28 [2021-09-24T13:18:29.095Z] #14 DONE 70.2s [2021-09-24T13:18:29.095Z] [2021-09-24T13:18:29.095Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-24T13:18:29.095Z] #15 sha256:d89995be48c715465ca8776fa1d432e66c3a452e01b7948b04f93a8d3f6d1266 [2021-09-24T13:18:29.261Z] #28 DONE 14.5s [2021-09-24T13:18:29.261Z] [2021-09-24T13:18:29.261Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-24T13:18:29.261Z] #29 sha256:79554404d812105edf181ada23854ce431ee8272ed979774da73972a3ef75588 [2021-09-24T13:18:29.842Z] #29 DONE 0.9s [2021-09-24T13:18:29.842Z] [2021-09-24T13:18:29.842Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:29.842Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:29.842Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 7.5s done [2021-09-24T13:18:29.842Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.1s [2021-09-24T13:18:30.260Z] #16 DONE 1.6s [2021-09-24T13:18:30.260Z] [2021-09-24T13:18:30.260Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-24T13:18:30.260Z] #17 sha256:77fb787437daa6dc0e547d54d215f1fec18d7ae0888faa35aaf2084942364f4d [2021-09-24T13:18:30.783Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 6.3s done [2021-09-24T13:18:31.354Z] #11 extracting sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af [2021-09-24T13:18:31.659Z] #17 1.254 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-24T13:18:31.659Z] #17 DONE 1.4s [2021-09-24T13:18:31.659Z] [2021-09-24T13:18:31.659Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-24T13:18:31.659Z] #18 sha256:3cdb79a98651982c7259819996ac107c5c0b1993ddff8db6abf099a792a988c7 [2021-09-24T13:18:31.743Z] #15 DONE 2.5s [2021-09-24T13:18:31.743Z] [2021-09-24T13:18:31.743Z] #16 [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-09-24T13:18:31.743Z] #16 sha256:050e32dd6560946e7a7e05db39812e4449ab9ccf3317bdfb93bfd51d5bca7aed [2021-09-24T13:18:33.601Z] #18 DONE 1.8s [2021-09-24T13:18:33.601Z] [2021-09-24T13:18:33.601Z] #55 [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-09-24T13:18:33.601Z] #55 sha256:bd6a10e71a9434195f2effed2ce845d0e650d2f87af2aa958899df496f45c8b0 [2021-09-24T13:18:33.601Z] #55 1.723 + RM_GOPATH=0 [2021-09-24T13:18:33.601Z] #55 1.723 + TMP_GOPATH= [2021-09-24T13:18:33.601Z] #55 1.723 + : /build [2021-09-24T13:18:33.601Z] #55 1.723 + '[' -z '' ']' [2021-09-24T13:18:33.601Z] #55 1.723 ++ mktemp -d [2021-09-24T13:18:33.601Z] #55 1.739 + export GOPATH=/tmp/tmp.BCC68LT8U0 [2021-09-24T13:18:33.601Z] #55 1.739 + GOPATH=/tmp/tmp.BCC68LT8U0 [2021-09-24T13:18:33.601Z] #55 1.739 + RM_GOPATH=1 [2021-09-24T13:18:33.601Z] #55 1.739 + case "$(go env GOARCH)" in [2021-09-24T13:18:33.601Z] #55 1.744 ++ go env GOARCH [2021-09-24T13:18:33.601Z] #55 1.757 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:33.601Z] #55 1.757 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:33.601Z] #55 1.758 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:33.601Z] #55 1.760 + dir=/tmp/install [2021-09-24T13:18:33.601Z] #55 1.760 + bin=runc [2021-09-24T13:18:33.601Z] #55 1.760 + shift [2021-09-24T13:18:33.601Z] #55 1.760 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-24T13:18:33.601Z] #55 1.760 + . /tmp/install/runc.installer [2021-09-24T13:18:33.601Z] #55 1.760 ++ set -e [2021-09-24T13:18:33.601Z] #55 1.760 ++ : v1.0.2 [2021-09-24T13:18:33.601Z] #55 1.761 + install_runc [2021-09-24T13:18:33.601Z] #55 1.761 + RUNC_BUILDTAGS=seccomp [2021-09-24T13:18:33.601Z] #55 1.761 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-24T13:18:33.601Z] #55 1.761 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.BCC68LT8U0/src/github.com/opencontainers/runc [2021-09-24T13:18:33.601Z] #55 1.761 Install runc version v1.0.2 (build tags: seccomp) [2021-09-24T13:18:33.601Z] #55 1.763 Cloning into '/tmp/tmp.BCC68LT8U0/src/github.com/opencontainers/runc'... [2021-09-24T13:18:33.601Z] #55 ... [2021-09-24T13:18:33.601Z] [2021-09-24T13:18:33.601Z] #25 [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-09-24T13:18:33.601Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:18:33.707Z] #16 DONE 2.1s [2021-09-24T13:18:33.707Z] [2021-09-24T13:18:33.707Z] #55 [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-09-24T13:18:33.707Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:18:33.707Z] #55 2.139 + RM_GOPATH=0 [2021-09-24T13:18:33.707Z] #55 2.139 + TMP_GOPATH= [2021-09-24T13:18:33.707Z] #55 2.139 + : /build [2021-09-24T13:18:33.707Z] #55 2.139 + '[' -z '' ']' [2021-09-24T13:18:33.707Z] #55 2.139 ++ mktemp -d [2021-09-24T13:18:33.707Z] #55 2.140 + export GOPATH=/tmp/tmp.qFjonl0A89 [2021-09-24T13:18:33.707Z] #55 2.140 + GOPATH=/tmp/tmp.qFjonl0A89 [2021-09-24T13:18:33.707Z] #55 2.140 + RM_GOPATH=1 [2021-09-24T13:18:33.707Z] #55 2.140 + case "$(go env GOARCH)" in [2021-09-24T13:18:33.707Z] #55 2.140 ++ go env GOARCH [2021-09-24T13:18:33.707Z] #55 2.148 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:33.707Z] #55 2.148 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:33.707Z] #55 2.149 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:33.707Z] #55 2.159 Install runc version v1.0.2 (build tags: seccomp) [2021-09-24T13:18:33.707Z] #55 2.159 + dir=/tmp/install [2021-09-24T13:18:33.707Z] #55 2.159 + bin=runc [2021-09-24T13:18:33.707Z] #55 2.159 + shift [2021-09-24T13:18:33.707Z] #55 2.159 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-24T13:18:33.707Z] #55 2.159 + . /tmp/install/runc.installer [2021-09-24T13:18:33.707Z] #55 2.159 ++ set -e [2021-09-24T13:18:33.707Z] #55 2.159 ++ : v1.0.2 [2021-09-24T13:18:33.707Z] #55 2.159 + install_runc [2021-09-24T13:18:33.707Z] #55 2.159 + RUNC_BUILDTAGS=seccomp [2021-09-24T13:18:33.707Z] #55 2.159 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-24T13:18:33.707Z] #55 2.159 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qFjonl0A89/src/github.com/opencontainers/runc [2021-09-24T13:18:33.707Z] #55 2.161 Cloning into '/tmp/tmp.qFjonl0A89/src/github.com/opencontainers/runc'... [2021-09-24T13:18:35.194Z] #25 65.23 Updating files: 26% (2973/11434) Updating files: 27% (3088/11434) Updating files: 28% (3202/11434) Updating files: 29% (3316/11434) Updating files: 30% (3431/11434) Updating files: 31% (3545/11434) Updating files: 32% (3659/11434) Updating files: 33% (3774/11434) Updating files: 34% (3888/11434) Updating files: 35% (4002/11434) Updating files: 36% (4117/11434) Updating files: 37% (4231/11434) Updating files: 38% (4345/11434) Updating files: 39% (4460/11434) Updating files: 40% (4574/11434) Updating files: 41% (4688/11434) Updating files: 42% (4803/11434) Updating files: 42% (4903/11434) Updating files: 43% (4917/11434) Updating files: 44% (5031/11434) Updating files: 45% (5146/11434) Updating files: 46% (5260/11434) Updating files: 47% (5374/11434) Updating files: 48% (5489/11434) Updating files: 49% (5603/11434) Updating files: 50% (5717/11434) Updating files: 51% (5832/11434) Updating files: 52% (5946/11434) Updating files: 53% (6061/11434) Updating files: 54% (6175/11434) Updating files: 55% (6289/11434) [2021-09-24T13:18:35.194Z] #25 ... [2021-09-24T13:18:35.194Z] [2021-09-24T13:18:35.194Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-24T13:18:35.194Z] #19 sha256:5f10c916d479105f5a57b0c24ca149c027cafa2d401ed74401ae3dbde0732f63 [2021-09-24T13:18:35.194Z] #19 DONE 1.8s [2021-09-24T13:18:35.194Z] [2021-09-24T13:18:35.194Z] #25 [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-09-24T13:18:35.194Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:18:35.635Z] #55 ... [2021-09-24T13:18:35.635Z] [2021-09-24T13:18:35.635Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-24T13:18:35.635Z] #17 sha256:d85bd41018b0bc3dda487a9e39ce5478acc1c221b42b0ef3b3668be03c8931a5 [2021-09-24T13:18:35.635Z] #17 1.745 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-24T13:18:35.635Z] #17 DONE 1.9s [2021-09-24T13:18:35.635Z] [2021-09-24T13:18:35.635Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-24T13:18:35.635Z] #18 sha256:fda41a5ed256e1b6205be0267a3241a1bb2cc3a9b2ea635789415f9def055b06 [2021-09-24T13:18:36.646Z] #11 extracting sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 5.0s [2021-09-24T13:18:37.048Z] #25 65.23 Updating files: 26% (2973/11434) Updating files: 27% (3088/11434) Updating files: 28% (3202/11434) Updating files: 29% (3316/11434) Updating files: 30% (3431/11434) Updating files: 31% (3545/11434) Updating files: 32% (3659/11434) Updating files: 33% (3774/11434) Updating files: 34% (3888/11434) Updating files: 35% (4002/11434) Updating files: 36% (4117/11434) Updating files: 37% (4231/11434) Updating files: 38% (4345/11434) Updating files: 39% (4460/11434) Updating files: 40% (4574/11434) Updating files: 41% (4688/11434) Updating files: 42% (4803/11434) Updating files: 42% (4903/11434) Updating files: 43% (4917/11434) Updating files: 44% (5031/11434) Updating files: 45% (5146/11434) Updating files: 46% (5260/11434) Updating files: 47% (5374/11434) Updating files: 48% (5489/11434) Updating files: 49% (5603/11434) Updating files: 50% (5717/11434) Updating files: 51% (5832/11434) Updating files: 52% (5946/11434) Updating files: 53% (6061/11434) Updating files: 54% (6175/11434) Updating files: 55% (6289/11434) Updating files: 56% (6404/11434) Updating files: 57% (6518/11434) Updating files: 58% (6632/11434) Updating files: 59% (6747/11434) Updating files: 60% (6861/11434) Updating files: 61% (6975/11434) Updating files: 62% (7090/11434) Updating files: 63% (7204/11434) Updating files: 64% (7318/11434) Updating files: 65% (7433/11434) Updating files: 66% (7547/11434) Updating files: 67% (7661/11434) Updating files: 68% (7776/11434) Updating files: 68% (7796/11434) Updating files: 69% (7890/11434) Updating files: 70% (8004/11434) Updating files: 71% (8119/11434) Updating files: 72% (8233/11434) Updating files: 73% (8347/11434) Updating files: 74% (8462/11434) Updating files: 75% (8576/11434) Updating files: 76% (8690/11434) Updating files: 77% (8805/11434) Updating files: 78% (8919/11434) Updating files: 79% (9033/11434) Updating files: 80% (9148/11434) Updating files: 81% (9262/11434) Updating files: 82% (9376/11434) Updating files: 83% (9491/11434) Updating files: 84% (9605/11434) Updating files: 85% (9719/11434) Updating files: 86% (9834/11434) Updating files: 87% (9948/11434) Updating files: 88% (10062/11434) Updating files: 89% (10177/11434) Updating files: 90% (10291/11434) Updating files: 91% (10405/11434) Updating files: 92% (10520/11434) Updating files: 93% (10634/11434) Updating files: 94% (10748/11434) Updating files: 95% (10863/11434) Updating files: 95% (10934/11434) Updating files: 96% (10977/11434) Updating files: 97% (11091/11434) Updating files: 98% (11206/11434) #25 ... [2021-09-24T13:18:37.048Z] [2021-09-24T13:18:37.048Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-24T13:18:37.048Z] #20 sha256:95c8fba9b423d947a90dc604a21876d886247a4e3a4a78133e49c06e89bdcb91 [2021-09-24T13:18:37.048Z] #20 DONE 1.7s [2021-09-24T13:18:37.048Z] [2021-09-24T13:18:37.048Z] #25 [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-09-24T13:18:37.048Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:18:37.048Z] #25 65.23 Updating files: 26% (2973/11434) Updating files: 27% (3088/11434) Updating files: 28% (3202/11434) Updating files: 29% (3316/11434) Updating files: 30% (3431/11434) Updating files: 31% (3545/11434) Updating files: 32% (3659/11434) Updating files: 33% (3774/11434) Updating files: 34% (3888/11434) Updating files: 35% (4002/11434) Updating files: 36% (4117/11434) Updating files: 37% (4231/11434) Updating files: 38% (4345/11434) Updating files: 39% (4460/11434) Updating files: 40% (4574/11434) Updating files: 41% (4688/11434) Updating files: 42% (4803/11434) Updating files: 42% (4903/11434) Updating files: 43% (4917/11434) Updating files: 44% (5031/11434) Updating files: 45% (5146/11434) Updating files: 46% (5260/11434) Updating files: 47% (5374/11434) Updating files: 48% (5489/11434) Updating files: 49% (5603/11434) Updating files: 50% (5717/11434) Updating files: 51% (5832/11434) Updating files: 52% (5946/11434) Updating files: 53% (6061/11434) Updating files: 54% (6175/11434) Updating files: 55% (6289/11434) Updating files: 56% (6404/11434) Updating files: 57% (6518/11434) Updating files: 58% (6632/11434) Updating files: 59% (6747/11434) Updating files: 60% (6861/11434) Updating files: 61% (6975/11434) Updating files: 62% (7090/11434) Updating files: 63% (7204/11434) Updating files: 64% (7318/11434) Updating files: 65% (7433/11434) Updating files: 66% (7547/11434) Updating files: 67% (7661/11434) Updating files: 68% (7776/11434) Updating files: 68% (7796/11434) Updating files: 69% (7890/11434) Updating files: 70% (8004/11434) Updating files: 71% (8119/11434) Updating files: 72% (8233/11434) Updating files: 73% (8347/11434) Updating files: 74% (8462/11434) Updating files: 75% (8576/11434) Updating files: 76% (8690/11434) Updating files: 77% (8805/11434) Updating files: 78% (8919/11434) Updating files: 79% (9033/11434) Updating files: 80% (9148/11434) Updating files: 81% (9262/11434) Updating files: 82% (9376/11434) Updating files: 83% (9491/11434) Updating files: 84% (9605/11434) Updating files: 85% (9719/11434) Updating files: 86% (9834/11434) Updating files: 87% (9948/11434) Updating files: 88% (10062/11434) Updating files: 89% (10177/11434) Updating files: 90% (10291/11434) Updating files: 91% (10405/11434) Updating files: 92% (10520/11434) Updating files: 93% (10634/11434) Updating files: 94% (10748/11434) Updating files: 95% (10863/11434) Updating files: 95% (10934/11434) Updating files: 96% (10977/11434) Updating files: 97% (11091/11434) Updating files: 98% (11206/11434) Updating files: 99% (11320/11434) Updating files: 100% (11434/11434) Updating files: 100% (11434/11434), done. [2021-09-24T13:18:37.048Z] #25 68.65 + cd /tmp/tmp.5WjU3HoRP4/tmp/docker-ce [2021-09-24T13:18:37.048Z] #25 68.65 + git checkout -q v17.06.2-ce [2021-09-24T13:18:37.550Z] #18 DONE 1.8s [2021-09-24T13:18:37.550Z] [2021-09-24T13:18:37.550Z] #58 [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-09-24T13:18:37.550Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:18:37.550Z] #58 ... [2021-09-24T13:18:37.550Z] [2021-09-24T13:18:37.550Z] #55 [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-09-24T13:18:37.550Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:18:37.550Z] #55 8.398 + cd /tmp/tmp.qFjonl0A89/src/github.com/opencontainers/runc [2021-09-24T13:18:37.550Z] #55 8.398 + git checkout -q v1.0.2 [2021-09-24T13:18:37.810Z] #55 8.678 + '[' -z '' ']' [2021-09-24T13:18:37.810Z] #55 8.678 + target=static [2021-09-24T13:18:37.810Z] #55 8.678 + make BUILDTAGS=seccomp static [2021-09-24T13:18:38.070Z] #55 9.036 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-09-24T13:18:38.211Z] #19 41.07 Reading package lists... [2021-09-24T13:18:39.010Z] #55 ... [2021-09-24T13:18:39.010Z] [2021-09-24T13:18:39.010Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-24T13:18:39.010Z] #19 sha256:83da23cc167a46441450f5c41ce33da832d81757d7767df1aa653dd8c2420ef7 [2021-09-24T13:18:39.010Z] #19 DONE 1.8s [2021-09-24T13:18:39.270Z] [2021-09-24T13:18:39.270Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-24T13:18:39.270Z] #20 sha256:b06c6994a9b1bbaea63a706f712fecae6d9608e0a3f128e513bea467149aaf78 [2021-09-24T13:18:39.965Z] #11 ... [2021-09-24T13:18:39.965Z] [2021-09-24T13:18:39.965Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:18:39.965Z] #30 sha256:a2293945861a2ebf9f0f2143f42dbccb81ab5f667e67af00eb01ec4037c73e0f [2021-09-24T13:18:39.965Z] #30 2.270 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-24T13:18:39.965Z] #30 2.595 [2021-09-24T13:18:39.965Z] #30 2.720 ######################################################################## 100.0% [2021-09-24T13:18:39.965Z] #30 2.972 [2021-09-24T13:18:39.965Z] #30 3.815 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-24T13:18:39.965Z] #30 4.161 [2021-09-24T13:18:39.965Z] #30 4.291 ################################## 48.3% ######################################################################## 100.0% [2021-09-24T13:18:39.965Z] #30 4.532 [2021-09-24T13:18:39.965Z] #30 5.437 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-24T13:18:39.965Z] #30 5.774 [2021-09-24T13:18:39.965Z] #30 5.900 ######## 11.4% ####################################### 54.5% ############################################################### 87.7% ######################################################################## 100.0% [2021-09-24T13:18:39.965Z] #30 6.398 [2021-09-24T13:18:39.965Z] #30 7.484 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-24T13:18:39.965Z] #30 7.797 [2021-09-24T13:18:39.965Z] #30 7.899 ######################################################################## 100.0% [2021-09-24T13:18:39.965Z] #30 8.129 [2021-09-24T13:18:39.965Z] #30 8.644 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-24T13:18:39.965Z] #30 8.973 [2021-09-24T13:18:39.965Z] #30 9.056 ######################################################################## 100.0% [2021-09-24T13:18:39.965Z] #30 9.350 [2021-09-24T13:18:39.965Z] #30 9.476 Download of images into '/build' complete. [2021-09-24T13:18:39.965Z] #30 9.476 Use something like the following to load the result into a Docker daemon: [2021-09-24T13:18:39.965Z] #30 9.476 tar -cC '/build' . | docker load [2021-09-24T13:18:39.965Z] #30 ... [2021-09-24T13:18:39.965Z] [2021-09-24T13:18:39.965Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:39.965Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:41.187Z] #20 DONE 1.7s [2021-09-24T13:18:41.187Z] [2021-09-24T13:18:41.187Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:18:41.187Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:18:41.289Z] #25 72.19 + mkdir -p /tmp/tmp.5WjU3HoRP4/src/github.com/docker [2021-09-24T13:18:41.289Z] #25 72.19 + mv components/cli /tmp/tmp.5WjU3HoRP4/src/github.com/docker/cli [2021-09-24T13:18:41.289Z] #25 72.19 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-09-24T13:18:41.760Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:18:41.760Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:18:41.760Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:18:41.760Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:18:41.760Z] [2021-09-24T13:18:41.760Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:18:41.760Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:18:41.760Z] HOSTNAME=8fec8e1ed642 [2021-09-24T13:18:41.760Z] DEST=bundles/test-integration [2021-09-24T13:18:41.760Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:18:41.760Z] DOCKER_ROOTLESS=1 [2021-09-24T13:18:41.760Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:18:41.760Z] container=docker [2021-09-24T13:18:41.760Z] HOME=/root [2021-09-24T13:18:41.760Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:18:41.760Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:18:41.760Z] VALIDATE_BRANCH=master [2021-09-24T13:18:41.760Z] TERM=xterm [2021-09-24T13:18:41.760Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:18:41.760Z] SHLVL=1 [2021-09-24T13:18:41.760Z] TIMEOUT=120m [2021-09-24T13:18:41.760Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:18:41.760Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:18:41.760Z] GO111MODULE=off [2021-09-24T13:18:41.760Z] DOCKER_EXPERIMENTAL=1 [2021-09-24T13:18:41.760Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-24T13:18:41.760Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:18:41.760Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:18:41.760Z] GOPATH=/go [2021-09-24T13:18:41.760Z] PKG_CONFIG=pkg-config [2021-09-24T13:18:41.760Z] _=/usr/bin/env [2021-09-24T13:18:41.760Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-24T13:18:41.881Z] #11 extracting sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 10.4s [2021-09-24T13:18:41.881Z] #11 ... [2021-09-24T13:18:41.881Z] [2021-09-24T13:18:41.881Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-09-24T13:18:41.881Z] #30 sha256:a2293945861a2ebf9f0f2143f42dbccb81ab5f667e67af00eb01ec4037c73e0f [2021-09-24T13:18:41.881Z] #30 DONE 12.2s [2021-09-24T13:18:41.881Z] [2021-09-24T13:18:41.881Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.1-bullseye@sha256:00a7b9dde8cde75acbeaa5e8e0ba6f07e71c19110e8297a8fd23e5b6d72d9d34 [2021-09-24T13:18:41.881Z] #11 sha256:502319e5c5f74bdda7550f18aea216af4584bc3ae122b50e805df1ae62d74887 [2021-09-24T13:18:43.100Z] #21 2.076 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:18:43.100Z] #21 2.255 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:18:43.100Z] #21 2.349 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:18:43.361Z] #21 2.447 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:18:43.871Z] #25 ... [2021-09-24T13:18:43.871Z] [2021-09-24T13:18:43.871Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:18:43.871Z] #21 sha256:3e933cf17ac219c9de460396638afb9d7eaf72b9e463964d5c460e517fb40ec1 [2021-09-24T13:18:43.871Z] #21 1.605 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:18:43.871Z] #21 1.622 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:18:43.871Z] #21 1.705 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:18:43.871Z] #21 2.105 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:18:43.871Z] #21 3.141 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:18:43.871Z] #21 4.275 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:18:43.871Z] #21 5.508 Fetched 8301 kB in 4s (1982 kB/s) [2021-09-24T13:18:43.871Z] #21 5.508 Reading package lists... [2021-09-24T13:18:43.934Z] #21 3.015 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:18:44.401Z] #21 7.164 Reading package lists... [2021-09-24T13:18:44.401Z] #21 ... [2021-09-24T13:18:44.401Z] [2021-09-24T13:18:44.401Z] #55 [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-09-24T13:18:44.401Z] #55 sha256:bd6a10e71a9434195f2effed2ce845d0e650d2f87af2aa958899df496f45c8b0 [2021-09-24T13:18:44.401Z] #55 7.557 + cd /tmp/tmp.BCC68LT8U0/src/github.com/opencontainers/runc [2021-09-24T13:18:44.401Z] #55 7.557 + git checkout -q v1.0.2 [2021-09-24T13:18:44.401Z] #55 7.899 + '[' -z '' ']' [2021-09-24T13:18:44.401Z] #55 7.900 + target=static [2021-09-24T13:18:44.401Z] #55 7.900 + make BUILDTAGS=seccomp static [2021-09-24T13:18:44.401Z] #55 8.576 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-09-24T13:18:44.506Z] #21 3.743 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:18:45.801Z] #55 ... [2021-09-24T13:18:45.801Z] [2021-09-24T13:18:45.801Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:18:45.801Z] #21 sha256:3e933cf17ac219c9de460396638afb9d7eaf72b9e463964d5c460e517fb40ec1 [2021-09-24T13:18:45.801Z] #21 7.164 Reading package lists... [2021-09-24T13:18:46.086Z] #21 8.697 Building dependency tree... [2021-09-24T13:18:46.135Z] #11 extracting sha256:5a8556b3bd1515e89a11516d6b3067ee580db50a788e53a82642bab88499d1af 14.4s done [2021-09-24T13:18:46.135Z] #11 extracting sha256:89abc29ee6353a48d54b8ff6593eb26679d88ef78d51d901ddef40b48fc35399 done [2021-09-24T13:18:46.135Z] #11 DONE 44.6s [2021-09-24T13:18:46.342Z] #19 55.17 Reading package lists... [2021-09-24T13:18:46.404Z] [2021-09-24T13:18:46.404Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-24T13:18:46.404Z] #12 sha256:ae83c74eb34e63a71461501778558ef2dfa05629cd78801581ad03963690a222 [2021-09-24T13:18:46.664Z] #21 9.739 The following additional packages will be installed: [2021-09-24T13:18:46.664Z] #21 9.740 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:18:46.664Z] #21 9.741 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-24T13:18:46.664Z] #21 9.743 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-24T13:18:46.664Z] #21 9.747 python3-pkg-resources vim-runtime xxd [2021-09-24T13:18:46.664Z] #21 9.752 Suggested packages: [2021-09-24T13:18:46.664Z] #21 9.753 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-24T13:18:46.664Z] #21 9.753 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-24T13:18:46.664Z] #21 9.753 acl attr quota [2021-09-24T13:18:46.664Z] #21 9.754 Recommended packages: [2021-09-24T13:18:46.664Z] #21 9.754 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-24T13:18:47.344Z] #12 DONE 0.9s [2021-09-24T13:18:47.344Z] [2021-09-24T13:18:47.344Z] #13 [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-09-24T13:18:47.344Z] #13 sha256:825ac47934461475fdd43da39a006a68cf4f6325c04c116eb1e9e3e295b33d83 [2021-09-24T13:18:47.616Z] #21 10.72 The following NEW packages will be installed: [2021-09-24T13:18:47.616Z] #21 10.72 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-24T13:18:47.616Z] #21 10.72 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:18:47.616Z] #21 10.72 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-24T13:18:47.616Z] #21 10.72 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-24T13:18:47.616Z] #21 10.72 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-24T13:18:47.616Z] #21 10.73 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-24T13:18:47.616Z] #21 10.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-24T13:18:47.616Z] #21 10.73 xz-utils zip zstd [2021-09-24T13:18:47.718Z] #19 63.98 Building dependency tree... [2021-09-24T13:18:47.805Z] #21 6.795 Fetched 8412 kB in 5s (1628 kB/s) [2021-09-24T13:18:47.880Z] #21 11.03 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:18:47.880Z] #21 11.03 Need to get 27.0 MB of archives. [2021-09-24T13:18:47.880Z] #21 11.03 After this operation, 105 MB of additional disk space will be used. [2021-09-24T13:18:47.880Z] #21 11.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2021-09-24T13:18:47.880Z] #21 11.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2021-09-24T13:18:47.880Z] #21 11.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2021-09-24T13:18:47.880Z] #21 11.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2021-09-24T13:18:47.880Z] #21 11.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2021-09-24T13:18:47.880Z] #21 11.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2021-09-24T13:18:47.880Z] #21 11.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2021-09-24T13:18:47.880Z] #21 11.05 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2021-09-24T13:18:47.880Z] #21 11.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-09-24T13:18:47.880Z] #21 11.08 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:18:47.880Z] #21 11.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2021-09-24T13:18:47.880Z] #21 11.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2021-09-24T13:18:47.880Z] #21 11.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2021-09-24T13:18:47.880Z] #21 11.11 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2021-09-24T13:18:47.880Z] #21 11.12 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2021-09-24T13:18:47.880Z] #21 11.13 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2021-09-24T13:18:47.880Z] #21 11.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2021-09-24T13:18:47.880Z] #21 11.14 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-09-24T13:18:47.916Z] #13 DONE 0.8s [2021-09-24T13:18:47.916Z] [2021-09-24T13:18:47.916Z] #57 [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-09-24T13:18:47.916Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:18:48.143Z] #21 11.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2021-09-24T13:18:48.143Z] #21 11.15 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2021-09-24T13:18:48.143Z] #21 11.15 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2021-09-24T13:18:48.143Z] #21 11.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-09-24T13:18:48.143Z] #21 11.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-09-24T13:18:48.143Z] #21 11.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-09-24T13:18:48.143Z] #21 11.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2021-09-24T13:18:48.143Z] #21 11.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2021-09-24T13:18:48.143Z] #21 11.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-09-24T13:18:48.143Z] #21 11.42 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2021-09-24T13:18:48.179Z] #57 ... [2021-09-24T13:18:48.179Z] [2021-09-24T13:18:48.179Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-24T13:18:48.179Z] #32 sha256:2328b8ab2f0089d7861415344a773a4bac4fe39225f20fced700144c2b146c63 [2021-09-24T13:18:48.179Z] #32 DONE 0.2s [2021-09-24T13:18:48.179Z] [2021-09-24T13:18:48.179Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-24T13:18:48.179Z] #40 sha256:6accaee5db0a8fe0935c0afa9d3c8e75f675530087e9d208721ea23b23ad6b1a [2021-09-24T13:18:48.179Z] #40 DONE 0.2s [2021-09-24T13:18:48.179Z] [2021-09-24T13:18:48.179Z] #44 [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-09-24T13:18:48.179Z] #44 sha256:279750e72eafeb0dd9c19aed450d987174e3a2430fe8465ba0f068852a470a3c [2021-09-24T13:18:48.179Z] #44 DONE 0.3s [2021-09-24T13:18:48.179Z] [2021-09-24T13:18:48.179Z] #41 [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-09-24T13:18:48.179Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:18:48.411Z] #21 11.43 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-09-24T13:18:48.411Z] #21 11.43 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2021-09-24T13:18:48.411Z] #21 11.44 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-09-24T13:18:48.411Z] #21 11.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2021-09-24T13:18:48.411Z] #21 11.44 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2021-09-24T13:18:48.411Z] #21 11.44 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-24T13:18:48.411Z] #21 11.49 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-24T13:18:48.411Z] #21 11.49 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-24T13:18:48.411Z] #21 11.50 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:18:48.411Z] #21 11.51 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-24T13:18:48.411Z] #21 11.51 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-24T13:18:48.411Z] #21 11.53 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2021-09-24T13:18:48.411Z] #21 11.53 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2021-09-24T13:18:48.411Z] #21 11.55 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2021-09-24T13:18:48.411Z] #21 11.56 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2021-09-24T13:18:48.411Z] #21 11.57 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-24T13:18:48.681Z] #21 11.69 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB] [2021-09-24T13:18:48.681Z] #21 11.72 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2021-09-24T13:18:48.681Z] #21 11.73 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2021-09-24T13:18:48.681Z] #21 11.74 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2021-09-24T13:18:49.273Z] #21 12.37 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:18:49.273Z] #21 12.47 Fetched 27.0 MB in 1s (27.3 MB/s) [2021-09-24T13:18:49.273Z] #21 12.53 Selecting previously unselected package pigz. [2021-09-24T13:18:49.537Z] #21 12.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 ... 24004 files and directories currently installed.) [2021-09-24T13:18:49.537Z] #21 12.63 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2021-09-24T13:18:49.537Z] #21 12.65 Unpacking pigz (2.6-1) ... [2021-09-24T13:18:49.537Z] #21 12.75 Selecting previously unselected package libelf1:arm64. [2021-09-24T13:18:49.620Z] #19 67.92 The following additional packages will be installed: [2021-09-24T13:18:49.621Z] #19 67.92 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-09-24T13:18:49.621Z] #19 67.92 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.92 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.92 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-09-24T13:18:49.621Z] #19 67.92 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.92 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.92 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-09-24T13:18:49.621Z] #19 67.92 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2021-09-24T13:18:49.621Z] #19 67.92 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.92 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.93 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-09-24T13:18:49.621Z] #19 67.93 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-09-24T13:18:49.621Z] #19 67.93 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-09-24T13:18:49.621Z] #19 67.93 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-09-24T13:18:49.621Z] #19 67.93 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.93 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-09-24T13:18:49.621Z] #19 67.93 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-09-24T13:18:49.621Z] #19 67.93 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-09-24T13:18:49.621Z] #19 67.93 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-09-24T13:18:49.621Z] #19 67.93 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.93 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.93 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.93 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-09-24T13:18:49.621Z] #19 67.93 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-09-24T13:18:49.621Z] #19 67.93 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.93 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-09-24T13:18:49.621Z] #19 67.93 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.93 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.94 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-09-24T13:18:49.621Z] #19 67.94 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-09-24T13:18:49.621Z] #19 67.94 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.94 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.94 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.95 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-09-24T13:18:49.621Z] #19 67.95 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.95 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-09-24T13:18:49.621Z] #19 67.95 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-09-24T13:18:49.621Z] #19 67.95 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-09-24T13:18:49.621Z] #19 67.95 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.95 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-09-24T13:18:49.621Z] #19 67.95 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-09-24T13:18:49.621Z] #19 67.95 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-09-24T13:18:49.621Z] #19 67.95 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-09-24T13:18:49.621Z] #19 67.95 linux-libc-dev-s390x-cross patch xz-utils [2021-09-24T13:18:49.621Z] #19 67.99 Suggested packages: [2021-09-24T13:18:49.621Z] #19 68.00 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2021-09-24T13:18:49.621Z] #19 68.00 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2021-09-24T13:18:49.621Z] #19 68.00 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2021-09-24T13:18:49.621Z] #19 68.00 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-09-24T13:18:49.621Z] #19 68.00 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-09-24T13:18:49.621Z] #19 68.00 libyaml-shell-perl ed diffutils-doc [2021-09-24T13:18:49.621Z] #19 68.00 Recommended packages: [2021-09-24T13:18:49.621Z] #19 68.00 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-09-24T13:18:49.621Z] #19 68.00 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-09-24T13:18:49.714Z] #21 6.795 Reading package lists... [2021-09-24T13:18:49.801Z] #21 12.76 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2021-09-24T13:18:49.801Z] #21 12.77 Unpacking libelf1:arm64 (0.183-1) ... [2021-09-24T13:18:49.801Z] #21 12.89 Selecting previously unselected package libbpf0:arm64. [2021-09-24T13:18:49.801Z] #21 12.89 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2021-09-24T13:18:49.801Z] #21 12.91 Unpacking libbpf0:arm64 (1:0.3-2) ... [2021-09-24T13:18:50.065Z] #21 13.10 Selecting previously unselected package libcap2:arm64. [2021-09-24T13:18:50.065Z] #21 13.11 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2021-09-24T13:18:50.065Z] #21 13.11 Unpacking libcap2:arm64 (1:2.44-1) ... [2021-09-24T13:18:50.065Z] #21 13.21 Selecting previously unselected package libmnl0:arm64. [2021-09-24T13:18:50.065Z] #21 13.22 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2021-09-24T13:18:50.065Z] #21 13.22 Unpacking libmnl0:arm64 (1.0.4-3) ... [2021-09-24T13:18:50.065Z] #21 13.33 Selecting previously unselected package libxtables12:arm64. [2021-09-24T13:18:50.065Z] #21 13.33 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2021-09-24T13:18:50.329Z] #21 13.33 Unpacking libxtables12:arm64 (1.8.7-1) ... [2021-09-24T13:18:50.329Z] #21 13.44 Selecting previously unselected package libcap2-bin. [2021-09-24T13:18:50.329Z] #21 13.45 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2021-09-24T13:18:50.329Z] #21 13.46 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-24T13:18:50.329Z] #21 13.56 Selecting previously unselected package iproute2. [2021-09-24T13:18:50.593Z] #21 13.56 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2021-09-24T13:18:50.593Z] #21 13.57 Unpacking iproute2 (5.10.0-4) ... [2021-09-24T13:18:50.872Z] #21 14.01 Selecting previously unselected package xxd. [2021-09-24T13:18:50.872Z] #21 14.02 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-09-24T13:18:50.872Z] #21 14.03 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:18:51.141Z] #21 14.19 Selecting previously unselected package vim-common. [2021-09-24T13:18:51.141Z] #21 14.19 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:18:51.141Z] #21 14.22 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:18:51.405Z] #21 14.39 Selecting previously unselected package bash-completion. [2021-09-24T13:18:51.405Z] #21 14.39 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-24T13:18:51.624Z] #21 8.857 Reading package lists... [2021-09-24T13:18:52.194Z] #21 10.76 Building dependency tree... [2021-09-24T13:18:52.765Z] #21 11.88 The following additional packages will be installed: [2021-09-24T13:18:52.765Z] #21 11.88 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:18:52.765Z] #21 11.88 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-24T13:18:52.765Z] #21 11.89 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-24T13:18:52.765Z] #21 11.89 python3-pkg-resources vim-runtime xxd [2021-09-24T13:18:52.765Z] #21 11.89 Suggested packages: [2021-09-24T13:18:52.765Z] #21 11.89 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-24T13:18:52.765Z] #21 11.89 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-24T13:18:52.765Z] #21 11.89 acl attr quota [2021-09-24T13:18:52.765Z] #21 11.89 Recommended packages: [2021-09-24T13:18:52.765Z] #21 11.89 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-24T13:18:52.912Z] #19 71.36 The following NEW packages will be installed: [2021-09-24T13:18:52.912Z] #19 71.37 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-09-24T13:18:52.912Z] #19 71.37 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.37 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.37 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-09-24T13:18:52.912Z] #19 71.37 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.37 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.37 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-09-24T13:18:52.912Z] #19 71.37 crossbuild-essential-armel crossbuild-essential-armhf [2021-09-24T13:18:52.912Z] #19 71.37 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-09-24T13:18:52.912Z] #19 71.37 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2021-09-24T13:18:52.912Z] #19 71.37 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.37 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2021-09-24T13:18:52.912Z] #19 71.37 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.38 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-09-24T13:18:52.912Z] #19 71.38 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-09-24T13:18:52.912Z] #19 71.38 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-09-24T13:18:52.912Z] #19 71.38 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-09-24T13:18:52.912Z] #19 71.38 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.38 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-09-24T13:18:52.912Z] #19 71.38 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-09-24T13:18:52.912Z] #19 71.38 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-09-24T13:18:52.912Z] #19 71.38 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-09-24T13:18:52.912Z] #19 71.38 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.38 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.38 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.38 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-09-24T13:18:52.912Z] #19 71.38 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-09-24T13:18:52.912Z] #19 71.38 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.38 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-09-24T13:18:52.912Z] #19 71.38 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.38 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.39 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-09-24T13:18:52.912Z] #19 71.39 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-09-24T13:18:52.912Z] #19 71.39 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.39 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.39 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.39 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-09-24T13:18:52.912Z] #19 71.39 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.39 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-09-24T13:18:52.912Z] #19 71.40 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-09-24T13:18:52.912Z] #19 71.40 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-09-24T13:18:52.912Z] #19 71.40 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.40 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-09-24T13:18:52.912Z] #19 71.40 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-09-24T13:18:52.912Z] #19 71.40 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-09-24T13:18:52.912Z] #19 71.40 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-09-24T13:18:52.912Z] #19 71.40 linux-libc-dev-s390x-cross patch xz-utils [2021-09-24T13:18:53.172Z] #19 71.84 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:18:53.172Z] #19 71.84 Need to get 787 MB of archives. [2021-09-24T13:18:53.172Z] #19 71.84 After this operation, 3385 MB of additional disk space will be used. [2021-09-24T13:18:53.172Z] #19 71.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2021-09-24T13:18:53.172Z] #19 71.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-24T13:18:53.172Z] #19 71.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2021-09-24T13:18:53.172Z] #19 71.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2021-09-24T13:18:53.172Z] #19 71.85 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2021-09-24T13:18:53.172Z] #19 71.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-24T13:18:53.172Z] #19 71.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2021-09-24T13:18:53.172Z] #19 71.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2021-09-24T13:18:53.433Z] #19 72.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2021-09-24T13:18:53.433Z] #19 72.05 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2021-09-24T13:18:53.433Z] #19 72.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2021-09-24T13:18:53.433Z] #19 72.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-24T13:18:53.433Z] #19 72.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2021-09-24T13:18:53.704Z] #21 12.83 The following NEW packages will be installed: [2021-09-24T13:18:53.705Z] #21 12.83 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-24T13:18:53.705Z] #21 12.83 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:18:53.705Z] #21 12.83 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-24T13:18:53.705Z] #21 12.83 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-24T13:18:53.705Z] #21 12.83 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-24T13:18:53.705Z] #21 12.83 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-24T13:18:53.705Z] #21 12.83 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-24T13:18:53.705Z] #21 12.83 xz-utils zip zstd [2021-09-24T13:18:53.965Z] #21 13.14 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:18:53.965Z] #21 13.14 Need to get 27.6 MB of archives. [2021-09-24T13:18:53.965Z] #21 13.14 After this operation, 106 MB of additional disk space will be used. [2021-09-24T13:18:53.965Z] #21 13.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-24T13:18:53.965Z] #21 13.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-24T13:18:53.965Z] #21 13.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-24T13:18:53.965Z] #21 13.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-24T13:18:53.965Z] #21 13.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-24T13:18:53.965Z] #21 13.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-24T13:18:53.965Z] #21 13.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-24T13:18:53.965Z] #21 13.17 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-24T13:18:53.965Z] #21 13.19 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-24T13:18:53.965Z] #21 13.20 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:18:53.965Z] #21 13.20 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-24T13:18:53.965Z] #21 13.21 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-24T13:18:53.965Z] #21 13.22 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-24T13:18:53.965Z] #21 13.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-24T13:18:53.965Z] #21 13.25 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-24T13:18:53.965Z] #21 13.25 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-24T13:18:53.965Z] #21 13.26 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-24T13:18:53.965Z] #21 13.26 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-24T13:18:53.965Z] #21 13.26 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-24T13:18:53.965Z] #21 13.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-24T13:18:53.965Z] #21 13.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-24T13:18:53.965Z] #21 13.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-24T13:18:53.965Z] #21 13.28 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-24T13:18:53.965Z] #21 13.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-24T13:18:53.965Z] #21 13.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-24T13:18:53.965Z] #21 13.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-24T13:18:53.965Z] #21 13.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-24T13:18:53.970Z] #21 17.01 Unpacking bash-completion (1:2.11-2) ... [2021-09-24T13:18:54.536Z] #21 13.62 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-24T13:18:54.536Z] #21 13.62 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-24T13:18:54.536Z] #21 13.62 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-24T13:18:54.536Z] #21 13.62 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-24T13:18:54.536Z] #21 13.62 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-24T13:18:54.536Z] #21 13.63 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-24T13:18:54.536Z] #21 13.64 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-24T13:18:54.536Z] #21 13.68 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-24T13:18:54.536Z] #21 13.69 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-24T13:18:54.536Z] #21 13.69 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:18:54.536Z] #21 13.70 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-24T13:18:54.536Z] #21 13.71 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-24T13:18:54.536Z] #21 13.74 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-24T13:18:54.536Z] #21 13.75 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-24T13:18:54.536Z] #21 13.77 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-24T13:18:54.536Z] #21 13.80 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-24T13:18:54.536Z] #21 13.80 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-24T13:18:54.547Z] #21 17.63 Selecting previously unselected package bzip2. [2021-09-24T13:18:54.547Z] #21 17.64 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2021-09-24T13:18:54.547Z] #21 17.65 Unpacking bzip2 (1.0.8-4) ... [2021-09-24T13:18:54.773Z] #41 ... [2021-09-24T13:18:54.773Z] [2021-09-24T13:18:54.773Z] #45 [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 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-09-24T13:18:54.773Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:18:54.773Z] #45 ... [2021-09-24T13:18:54.773Z] [2021-09-24T13:18:54.773Z] #53 [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-09-24T13:18:54.773Z] #53 sha256:89fdf90c406f1372ba05168f444b5db2a10cf6de9b90d02e0f5cf27abe1a0209 [2021-09-24T13:18:54.773Z] #53 6.205 Install shfmt version v3.0.2 [2021-09-24T13:18:54.773Z] #53 6.205 + RM_GOPATH=0 [2021-09-24T13:18:54.773Z] #53 6.205 + TMP_GOPATH= [2021-09-24T13:18:54.773Z] #53 6.205 + : /build [2021-09-24T13:18:54.773Z] #53 6.205 + '[' -z '' ']' [2021-09-24T13:18:54.773Z] #53 6.205 ++ mktemp -d [2021-09-24T13:18:54.773Z] #53 6.205 + export GOPATH=/tmp/tmp.UNqL7chJiw [2021-09-24T13:18:54.773Z] #53 6.205 + GOPATH=/tmp/tmp.UNqL7chJiw [2021-09-24T13:18:54.773Z] #53 6.205 + RM_GOPATH=1 [2021-09-24T13:18:54.773Z] #53 6.205 + case "$(go env GOARCH)" in [2021-09-24T13:18:54.773Z] #53 6.205 ++ go env GOARCH [2021-09-24T13:18:54.773Z] #53 6.205 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:54.774Z] #53 6.205 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:54.774Z] #53 6.205 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:54.774Z] #53 6.205 + dir=/tmp/install [2021-09-24T13:18:54.774Z] #53 6.205 + bin=shfmt [2021-09-24T13:18:54.774Z] #53 6.205 + shift [2021-09-24T13:18:54.774Z] #53 6.205 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-24T13:18:54.774Z] #53 6.205 + . /tmp/install/shfmt.installer [2021-09-24T13:18:54.774Z] #53 6.205 ++ : v3.0.2 [2021-09-24T13:18:54.774Z] #53 6.205 + install_shfmt [2021-09-24T13:18:54.774Z] #53 6.205 + echo 'Install shfmt version v3.0.2' [2021-09-24T13:18:54.774Z] #53 6.205 + GOBIN=/build [2021-09-24T13:18:54.774Z] #53 6.205 + GO111MODULE=on [2021-09-24T13:18:54.774Z] #53 6.205 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-24T13:18:54.774Z] #53 6.645 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-24T13:18:54.774Z] #53 ... [2021-09-24T13:18:54.774Z] [2021-09-24T13:18:54.774Z] #51 [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-09-24T13:18:54.774Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:18:54.774Z] #51 6.811 + RM_GOPATH=0 [2021-09-24T13:18:54.774Z] #51 6.811 + TMP_GOPATH= [2021-09-24T13:18:54.774Z] #51 6.811 + : /build [2021-09-24T13:18:54.774Z] #51 6.811 + '[' -z '' ']' [2021-09-24T13:18:54.774Z] #51 6.811 ++ mktemp -d [2021-09-24T13:18:54.774Z] #51 6.811 + export GOPATH=/tmp/tmp.WsZoOFStzM [2021-09-24T13:18:54.774Z] #51 6.811 + GOPATH=/tmp/tmp.WsZoOFStzM [2021-09-24T13:18:54.774Z] #51 6.811 + RM_GOPATH=1 [2021-09-24T13:18:54.774Z] #51 6.811 + case "$(go env GOARCH)" in [2021-09-24T13:18:54.774Z] #51 6.811 ++ go env GOARCH [2021-09-24T13:18:54.774Z] #51 6.817 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:54.774Z] #51 6.817 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:54.774Z] #51 6.817 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:54.774Z] #51 6.817 + dir=/tmp/install [2021-09-24T13:18:54.774Z] #51 6.817 + bin=golangci_lint [2021-09-24T13:18:54.774Z] #51 6.817 + shift [2021-09-24T13:18:54.774Z] #51 6.817 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-24T13:18:54.774Z] #51 6.817 + . /tmp/install/golangci_lint.installer [2021-09-24T13:18:54.774Z] #51 6.817 ++ : v1.23.8 [2021-09-24T13:18:54.774Z] #51 6.817 + install_golangci_lint [2021-09-24T13:18:54.774Z] #51 6.817 + set -e [2021-09-24T13:18:54.774Z] #51 6.817 + echo 'Install golangci-lint version v1.23.8' [2021-09-24T13:18:54.774Z] #51 6.817 + GOBIN=/build [2021-09-24T13:18:54.774Z] #51 6.817 + GO111MODULE=on [2021-09-24T13:18:54.774Z] #51 6.817 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-24T13:18:54.774Z] #51 6.817 Install golangci-lint version v1.23.8 [2021-09-24T13:18:54.813Z] #21 17.77 Selecting previously unselected package xz-utils. [2021-09-24T13:18:54.813Z] #21 17.77 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2021-09-24T13:18:54.813Z] #21 17.79 Unpacking xz-utils (5.2.5-2) ... [2021-09-24T13:18:54.813Z] #21 18.00 Selecting previously unselected package apparmor. [2021-09-24T13:18:54.813Z] #21 18.00 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2021-09-24T13:18:54.816Z] #19 73.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2021-09-24T13:18:54.816Z] #19 73.33 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2021-09-24T13:18:55.034Z] #51 ... [2021-09-24T13:18:55.034Z] [2021-09-24T13:18:55.034Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:18:55.034Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:18:55.034Z] #14 6.632 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:18:55.034Z] #14 6.726 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:18:55.034Z] #14 6.914 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:18:55.034Z] #14 6.959 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:18:55.079Z] #21 18.08 Unpacking apparmor (2.13.6-10) ... [2021-09-24T13:18:55.108Z] #21 14.07 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-24T13:18:55.108Z] #21 14.10 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-24T13:18:55.108Z] #21 14.12 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-24T13:18:55.108Z] #21 14.12 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-24T13:18:55.296Z] #14 ... [2021-09-24T13:18:55.296Z] [2021-09-24T13:18:55.296Z] #51 [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-09-24T13:18:55.296Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:18:55.296Z] #51 7.258 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-24T13:18:55.522Z] #21 18.53 Selecting previously unselected package inetutils-ping. [2021-09-24T13:18:55.522Z] #21 18.53 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2021-09-24T13:18:55.522Z] #21 18.56 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-24T13:18:55.525Z] #21 14.70 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:18:55.525Z] #21 14.82 Fetched 27.6 MB in 1s (21.3 MB/s) [2021-09-24T13:18:55.525Z] #21 14.87 Selecting previously unselected package pigz. [2021-09-24T13:18:55.785Z] #21 14.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 ... 24014 files and directories currently installed.) [2021-09-24T13:18:55.785Z] #21 14.94 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-24T13:18:55.785Z] #21 14.94 Unpacking pigz (2.6-1) ... [2021-09-24T13:18:55.785Z] #21 15.02 Selecting previously unselected package libelf1:amd64. [2021-09-24T13:18:55.785Z] #21 15.02 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-24T13:18:55.785Z] #21 15.03 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-24T13:18:55.793Z] #21 18.75 Selecting previously unselected package libip4tc2:arm64. [2021-09-24T13:18:55.793Z] #21 18.75 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2021-09-24T13:18:55.793Z] #21 18.76 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2021-09-24T13:18:55.793Z] #21 18.86 Selecting previously unselected package libip6tc2:arm64. [2021-09-24T13:18:55.793Z] #21 18.86 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2021-09-24T13:18:55.793Z] #21 18.87 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2021-09-24T13:18:55.793Z] #21 18.95 Selecting previously unselected package libnfnetlink0:arm64. [2021-09-24T13:18:55.894Z] #19 74.44 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2021-09-24T13:18:55.894Z] #19 74.44 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2021-09-24T13:18:56.047Z] #21 15.19 Selecting previously unselected package libbpf0:amd64. [2021-09-24T13:18:56.047Z] #21 15.19 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-24T13:18:56.047Z] #21 15.19 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:18:56.047Z] #21 15.29 Selecting previously unselected package libcap2:amd64. [2021-09-24T13:18:56.047Z] #21 15.30 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-24T13:18:56.047Z] #21 15.30 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:18:56.060Z] #21 18.96 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-09-24T13:18:56.060Z] #21 18.98 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-24T13:18:56.060Z] #21 19.16 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-09-24T13:18:56.060Z] #21 19.18 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2021-09-24T13:18:56.060Z] #21 19.19 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-24T13:18:56.307Z] #21 15.44 Selecting previously unselected package libmnl0:amd64. [2021-09-24T13:18:56.307Z] #21 15.44 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-24T13:18:56.307Z] #21 15.45 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:18:56.307Z] #21 15.50 Selecting previously unselected package libxtables12:amd64. [2021-09-24T13:18:56.307Z] #21 15.51 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-24T13:18:56.307Z] #21 15.51 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:18:56.307Z] #21 15.56 Selecting previously unselected package libcap2-bin. [2021-09-24T13:18:56.332Z] #21 19.29 Selecting previously unselected package libnftnl11:arm64. [2021-09-24T13:18:56.332Z] #21 19.30 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2021-09-24T13:18:56.332Z] #21 19.31 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2021-09-24T13:18:56.332Z] #21 19.40 Selecting previously unselected package iptables. [2021-09-24T13:18:56.332Z] #21 19.41 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2021-09-24T13:18:56.332Z] #21 19.41 Unpacking iptables (1.8.7-1) ... [2021-09-24T13:18:56.567Z] #21 15.56 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-24T13:18:56.567Z] #21 15.57 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-24T13:18:56.567Z] #21 15.63 Selecting previously unselected package iproute2. [2021-09-24T13:18:56.567Z] #21 15.64 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-24T13:18:56.567Z] #21 15.65 Unpacking iproute2 (5.10.0-4) ... [2021-09-24T13:18:56.596Z] #21 19.70 Selecting previously unselected package libonig5:arm64. [2021-09-24T13:18:56.596Z] #21 19.71 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2021-09-24T13:18:56.596Z] #21 19.71 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-09-24T13:18:56.828Z] #21 ... [2021-09-24T13:18:56.828Z] [2021-09-24T13:18:56.828Z] #41 [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-09-24T13:18:56.828Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:18:56.828Z] #41 97.94 + dpkg --print-architecture [2021-09-24T13:18:56.828Z] #41 97.95 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-24T13:18:56.861Z] #21 19.86 Selecting previously unselected package libjq1:arm64. [2021-09-24T13:18:56.861Z] #21 19.88 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2021-09-24T13:18:56.861Z] #21 19.89 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-09-24T13:18:57.125Z] #21 20.01 Selecting previously unselected package jq. [2021-09-24T13:18:57.125Z] #21 20.03 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2021-09-24T13:18:57.125Z] #21 20.04 Unpacking jq (1.6-2.1) ... [2021-09-24T13:18:57.126Z] #21 20.16 Selecting previously unselected package libaio1:arm64. [2021-09-24T13:18:57.126Z] #21 20.17 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2021-09-24T13:18:57.126Z] #21 20.18 Unpacking libaio1:arm64 (0.3.112-9) ... [2021-09-24T13:18:57.126Z] #21 20.27 Selecting previously unselected package libgpm2:arm64. [2021-09-24T13:18:57.126Z] #21 20.27 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2021-09-24T13:18:57.126Z] #21 20.28 Unpacking libgpm2:arm64 (1.20.7-8) ... [2021-09-24T13:18:57.126Z] #21 20.37 Selecting previously unselected package libicu67:arm64. [2021-09-24T13:18:57.389Z] #21 20.38 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2021-09-24T13:18:57.389Z] #21 20.39 Unpacking libicu67:arm64 (67.1-7) ... [2021-09-24T13:18:57.662Z] #41 98.75 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-24T13:18:57.662Z] #41 98.76 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-24T13:18:57.799Z] #19 76.29 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-24T13:18:57.799Z] #19 76.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2021-09-24T13:18:58.058Z] #19 ... [2021-09-24T13:18:58.058Z] [2021-09-24T13:18:58.058Z] #40 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:18:58.058Z] #40 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:18:58.058Z] #40 DONE 92.7s [2021-09-24T13:18:58.317Z] [2021-09-24T13:18:58.317Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-09-24T13:18:58.317Z] #19 sha256:40181a04ca9d50d52c2f23c58b084bd906241e79059e82da01c4eea91fb785f0 [2021-09-24T13:18:58.598Z] #51 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #35 [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-09-24T13:18:58.598Z] #35 sha256:8bb45e3684257fea339cab3508281540943d7191a7a9cad83d26a4d6be24ae14 [2021-09-24T13:18:58.598Z] #35 7.637 Install go-toml version v1.8.1 [2021-09-24T13:18:58.598Z] #35 8.163 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-24T13:18:58.598Z] #35 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #25 [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-09-24T13:18:58.598Z] #25 sha256:aff979ec13ba8a62c527d3482344d6f7a589f26ba4c61844dc3c1d587f95f6a2 [2021-09-24T13:18:58.598Z] #25 8.048 + RM_GOPATH=0 [2021-09-24T13:18:58.598Z] #25 8.054 + TMP_GOPATH= [2021-09-24T13:18:58.598Z] #25 8.054 + : /build [2021-09-24T13:18:58.598Z] #25 8.054 + '[' -z '' ']' [2021-09-24T13:18:58.598Z] #25 8.054 ++ mktemp -d [2021-09-24T13:18:58.598Z] #25 8.078 + export GOPATH=/tmp/tmp.Z8pf1wMBts [2021-09-24T13:18:58.598Z] #25 8.078 + GOPATH=/tmp/tmp.Z8pf1wMBts [2021-09-24T13:18:58.598Z] #25 8.078 + RM_GOPATH=1 [2021-09-24T13:18:58.598Z] #25 8.078 + case "$(go env GOARCH)" in [2021-09-24T13:18:58.598Z] #25 8.078 ++ go env GOARCH [2021-09-24T13:18:58.598Z] #25 8.180 Install docker/cli version 17.06.2-ce from stable [2021-09-24T13:18:58.598Z] #25 8.182 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #25 8.182 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #25 8.182 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:58.598Z] #25 8.182 + dir=/tmp/install [2021-09-24T13:18:58.598Z] #25 8.182 + bin=dockercli [2021-09-24T13:18:58.598Z] #25 8.182 + shift [2021-09-24T13:18:58.598Z] #25 8.182 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-24T13:18:58.598Z] #25 8.182 + . /tmp/install/dockercli.installer [2021-09-24T13:18:58.598Z] #25 8.182 ++ : stable [2021-09-24T13:18:58.598Z] #25 8.182 ++ : 17.06.2-ce [2021-09-24T13:18:58.598Z] #25 8.182 + install_dockercli [2021-09-24T13:18:58.598Z] #25 8.182 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-24T13:18:58.598Z] #25 8.182 ++ uname -m [2021-09-24T13:18:58.598Z] #25 8.182 + arch=x86_64 [2021-09-24T13:18:58.598Z] #25 8.182 + '[' x86_64 '!=' x86_64 ']' [2021-09-24T13:18:58.598Z] #25 8.182 + url=https://download.docker.com/linux/static [2021-09-24T13:18:58.598Z] #25 8.182 + tar -xz docker/docker [2021-09-24T13:18:58.598Z] #25 8.183 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-24T13:18:58.598Z] #25 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #49 [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-09-24T13:18:58.598Z] #49 sha256:f3c5c4bd51192d1983e364acef6570a446eae44de9e50e33df25bf0597623d6e [2021-09-24T13:18:58.598Z] #49 7.869 + RM_GOPATH=0 [2021-09-24T13:18:58.598Z] #49 7.869 + TMP_GOPATH= [2021-09-24T13:18:58.598Z] #49 7.869 + : /build [2021-09-24T13:18:58.598Z] #49 7.869 + '[' -z '' ']' [2021-09-24T13:18:58.598Z] #49 7.873 ++ mktemp -d [2021-09-24T13:18:58.598Z] #49 7.873 + export GOPATH=/tmp/tmp.zdKaIMeIBr [2021-09-24T13:18:58.598Z] #49 7.873 + GOPATH=/tmp/tmp.zdKaIMeIBr [2021-09-24T13:18:58.598Z] #49 7.873 + RM_GOPATH=1 [2021-09-24T13:18:58.598Z] #49 7.873 + case "$(go env GOARCH)" in [2021-09-24T13:18:58.598Z] #49 7.873 ++ go env GOARCH [2021-09-24T13:18:58.598Z] #49 7.916 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #49 7.916 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #49 7.916 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:58.598Z] #49 7.925 + dir=/tmp/install [2021-09-24T13:18:58.598Z] #49 7.925 + bin=gotestsum [2021-09-24T13:18:58.598Z] #49 7.925 + shift [2021-09-24T13:18:58.598Z] #49 7.925 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-24T13:18:58.598Z] #49 7.925 + . /tmp/install/gotestsum.installer [2021-09-24T13:18:58.598Z] #49 7.925 ++ : v1.7.0 [2021-09-24T13:18:58.598Z] #49 7.925 + install_gotestsum [2021-09-24T13:18:58.598Z] #49 7.925 + set -e [2021-09-24T13:18:58.598Z] #49 7.926 Install gotestsum version v1.7.0 [2021-09-24T13:18:58.598Z] #49 7.926 + echo 'Install gotestsum version v1.7.0' [2021-09-24T13:18:58.598Z] #49 7.926 + GOBIN=/build [2021-09-24T13:18:58.598Z] #49 7.926 + GO111MODULE=on [2021-09-24T13:18:58.598Z] #49 7.926 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-24T13:18:58.598Z] #49 8.598 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-24T13:18:58.598Z] #49 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #37 [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-09-24T13:18:58.598Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:18:58.598Z] #37 8.328 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:18:58.598Z] #37 8.361 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:18:58.598Z] #37 8.361 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:18:58.598Z] #37 10.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:18:58.598Z] #37 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:18:58.598Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:18:58.598Z] #33 8.191 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-24T13:18:58.598Z] #33 8.191 Cloning into '.'... [2021-09-24T13:18:58.598Z] #33 ... [2021-09-24T13:18:58.598Z] [2021-09-24T13:18:58.598Z] #47 [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-09-24T13:18:58.598Z] #47 sha256:509203bc8c8c986ba076bb8c71169bf2d8a6817b8f90467b0405e2460c672092 [2021-09-24T13:18:58.598Z] #47 7.732 + RM_GOPATH=0 [2021-09-24T13:18:58.598Z] #47 7.732 + TMP_GOPATH= [2021-09-24T13:18:58.598Z] #47 7.732 + : /build [2021-09-24T13:18:58.598Z] #47 7.732 + '[' -z '' ']' [2021-09-24T13:18:58.598Z] #47 7.732 ++ mktemp -d [2021-09-24T13:18:58.598Z] #47 7.732 + export GOPATH=/tmp/tmp.WISKyhxSu6 [2021-09-24T13:18:58.598Z] #47 7.732 + GOPATH=/tmp/tmp.WISKyhxSu6 [2021-09-24T13:18:58.598Z] #47 7.732 + RM_GOPATH=1 [2021-09-24T13:18:58.598Z] #47 7.732 + case "$(go env GOARCH)" in [2021-09-24T13:18:58.598Z] #47 7.732 ++ go env GOARCH [2021-09-24T13:18:58.598Z] #47 7.742 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #47 7.742 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.598Z] #47 7.742 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:58.598Z] #47 7.753 Install vndr version v0.1.2 [2021-09-24T13:18:58.598Z] #47 7.757 + dir=/tmp/install [2021-09-24T13:18:58.598Z] #47 7.757 + bin=vndr [2021-09-24T13:18:58.598Z] #47 7.757 + shift [2021-09-24T13:18:58.598Z] #47 7.757 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-24T13:18:58.598Z] #47 7.757 + . /tmp/install/vndr.installer [2021-09-24T13:18:58.598Z] #47 7.757 ++ : v0.1.2 [2021-09-24T13:18:58.598Z] #47 7.757 + install_vndr [2021-09-24T13:18:58.598Z] #47 7.757 + echo 'Install vndr version v0.1.2' [2021-09-24T13:18:58.598Z] #47 7.757 + GOBIN=/build [2021-09-24T13:18:58.598Z] #47 7.757 + GO111MODULE=on [2021-09-24T13:18:58.598Z] #47 7.757 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-24T13:18:58.598Z] #47 8.390 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-24T13:18:58.859Z] #47 ... [2021-09-24T13:18:58.859Z] [2021-09-24T13:18:58.859Z] #60 [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-09-24T13:18:58.859Z] #60 sha256:4dda283775e3cd0c7096e2e7cf718fd1c1d7c4e039ab43013acfcef60db01b7b [2021-09-24T13:18:58.859Z] #60 6.614 + RM_GOPATH=0 [2021-09-24T13:18:58.859Z] #60 6.614 + TMP_GOPATH= [2021-09-24T13:18:58.859Z] #60 6.614 + : /build [2021-09-24T13:18:58.859Z] #60 6.614 + '[' -z '' ']' [2021-09-24T13:18:58.859Z] #60 6.614 ++ mktemp -d [2021-09-24T13:18:58.859Z] #60 6.614 + export GOPATH=/tmp/tmp.hAQ9ubD4z6 [2021-09-24T13:18:58.859Z] #60 6.614 + GOPATH=/tmp/tmp.hAQ9ubD4z6 [2021-09-24T13:18:58.859Z] #60 6.614 + RM_GOPATH=1 [2021-09-24T13:18:58.859Z] #60 6.614 + case "$(go env GOARCH)" in [2021-09-24T13:18:58.859Z] #60 6.614 ++ go env GOARCH [2021-09-24T13:18:58.859Z] #60 6.620 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.859Z] #60 6.620 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:18:58.859Z] #60 6.620 ++ dirname /tmp/install/install.sh [2021-09-24T13:18:58.859Z] #60 6.620 + dir=/tmp/install [2021-09-24T13:18:58.859Z] #60 6.620 + bin=rootlesskit [2021-09-24T13:18:58.859Z] #60 6.620 + shift [2021-09-24T13:18:58.859Z] #60 6.620 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-24T13:18:58.859Z] #60 6.620 + . /tmp/install/rootlesskit.installer [2021-09-24T13:18:58.859Z] #60 6.620 ++ : v0.14.4 [2021-09-24T13:18:58.859Z] #60 6.620 + install_rootlesskit [2021-09-24T13:18:58.859Z] #60 6.620 + case "$1" in [2021-09-24T13:18:58.859Z] #60 6.620 + export CGO_ENABLED=0 [2021-09-24T13:18:58.859Z] #60 6.620 + CGO_ENABLED=0 [2021-09-24T13:18:58.859Z] #60 6.620 + _install_rootlesskit [2021-09-24T13:18:58.859Z] #60 6.620 + echo 'Install rootlesskit version v0.14.4' [2021-09-24T13:18:58.859Z] #60 6.620 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:18:58.859Z] #60 6.620 + GOBIN=/build [2021-09-24T13:18:58.859Z] #60 6.620 + GO111MODULE=on [2021-09-24T13:18:58.859Z] #60 6.620 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-24T13:18:58.859Z] #60 6.621 Install rootlesskit version v0.14.4 [2021-09-24T13:18:58.859Z] #60 7.043 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-24T13:18:58.885Z] #19 77.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-24T13:18:59.120Z] #60 ... [2021-09-24T13:18:59.120Z] [2021-09-24T13:18:59.120Z] #49 [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-09-24T13:18:59.120Z] #49 sha256:f3c5c4bd51192d1983e364acef6570a446eae44de9e50e33df25bf0597623d6e [2021-09-24T13:18:59.120Z] #49 10.67 go: downloading github.com/fatih/color v1.10.0 [2021-09-24T13:18:59.120Z] #49 10.69 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-24T13:18:59.120Z] #49 10.76 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-24T13:18:59.120Z] #49 10.77 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:18:59.144Z] #19 77.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2021-09-24T13:18:59.694Z] #49 11.63 go: downloading golang.org/x/tools v0.1.0 [2021-09-24T13:18:59.955Z] #49 11.89 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-24T13:18:59.955Z] #49 12.03 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-24T13:18:59.957Z] #21 22.62 Selecting previously unselected package libinih1:arm64. [2021-09-24T13:18:59.957Z] #21 22.63 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2021-09-24T13:18:59.957Z] #21 22.63 Unpacking libinih1:arm64 (53-1+b2) ... [2021-09-24T13:18:59.957Z] #21 22.71 Selecting previously unselected package libnet1:arm64. [2021-09-24T13:18:59.957Z] #21 22.71 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-09-24T13:18:59.957Z] #21 22.73 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:18:59.957Z] #21 22.88 Selecting previously unselected package libnl-3-200:arm64. [2021-09-24T13:18:59.957Z] #21 22.89 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-09-24T13:18:59.957Z] #21 22.90 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-24T13:18:59.957Z] #21 23.04 Selecting previously unselected package libprotobuf-c1:arm64. [2021-09-24T13:18:59.957Z] #21 23.05 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-09-24T13:18:59.957Z] #21 23.06 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-24T13:18:59.957Z] #21 23.14 Selecting previously unselected package net-tools. [2021-09-24T13:19:00.215Z] #49 12.25 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-24T13:19:00.221Z] #21 23.14 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2021-09-24T13:19:00.221Z] #21 23.15 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:19:00.221Z] #21 23.35 Selecting previously unselected package patch. [2021-09-24T13:19:00.221Z] #21 23.35 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2021-09-24T13:19:00.221Z] #21 23.36 Unpacking patch (2.7.6-7) ... [2021-09-24T13:19:00.334Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-24T13:19:00.334Z] [2021-09-24T13:19:00.334Z] ________ ____ __. [2021-09-24T13:19:00.335Z] \_____ \ | |/ _| [2021-09-24T13:19:00.335Z] / | \| < [2021-09-24T13:19:00.335Z] / | \ | \ [2021-09-24T13:19:00.335Z] \_______ /____|__ \ [2021-09-24T13:19:00.335Z] \/ \/ [2021-09-24T13:19:00.335Z] [2021-09-24T13:19:00.335Z] INFO: make.ps1 ended at 09/24/2021 13:18:59 [2021-09-24T13:19:00.476Z] #49 12.39 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-24T13:19:00.485Z] #21 23.49 Selecting previously unselected package python-pip-whl. [2021-09-24T13:19:00.485Z] #21 23.51 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-24T13:19:00.485Z] #21 23.51 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-24T13:19:00.523Z] #19 79.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2021-09-24T13:19:00.523Z] #19 79.16 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2021-09-24T13:19:00.523Z] #19 79.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2021-09-24T13:19:00.523Z] #19 79.21 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2021-09-24T13:19:00.523Z] #19 79.23 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2021-09-24T13:19:00.523Z] #19 79.23 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2021-09-24T13:19:00.523Z] #19 79.23 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2021-09-24T13:19:00.523Z] #19 79.23 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2021-09-24T13:19:00.748Z] #21 24.03 Selecting previously unselected package python3-lib2to3. [2021-09-24T13:19:00.786Z] #19 79.30 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2021-09-24T13:19:00.786Z] #19 79.33 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2021-09-24T13:19:00.786Z] #19 79.35 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2021-09-24T13:19:00.786Z] #19 79.37 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2021-09-24T13:19:00.786Z] #19 79.38 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2021-09-24T13:19:00.786Z] #19 79.40 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2021-09-24T13:19:01.013Z] #21 24.04 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-24T13:19:01.013Z] #21 24.05 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:19:01.013Z] #21 24.23 Selecting previously unselected package python3-distutils. [2021-09-24T13:19:01.013Z] #21 24.24 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-24T13:19:01.013Z] #21 24.25 Unpacking python3-distutils (3.9.2-1) ... [2021-09-24T13:19:01.013Z] #21 ... [2021-09-24T13:19:01.013Z] [2021-09-24T13:19:01.013Z] #41 [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-09-24T13:19:01.013Z] #41 sha256:43d916d526585d4da4bf1fc9874c319a91126520df6de6a43bde0dcfe5e4ca40 [2021-09-24T13:19:01.278Z] #41 96.31 + dpkg --print-architecture [2021-09-24T13:19:01.869Z] INFO: Binaries build ended at 09/24/2021 13:19:01. Duration:00:01:05.6732629 [2021-09-24T13:19:02.166Z] #19 80.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2021-09-24T13:19:02.166Z] #19 80.74 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2021-09-24T13:19:02.166Z] #19 80.76 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2021-09-24T13:19:02.166Z] #19 80.80 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2021-09-24T13:19:02.166Z] #19 80.84 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2021-09-24T13:19:02.836Z] INFO: Copying the built daemon binary to d:\CI\PR-42879\2\binary\dockerd-09de87ebbe.exe... [2021-09-24T13:19:02.836Z] INFO: Copying the built client binary to d:\CI\PR-42879\2\binary\docker-09de87ebbe.exe... [2021-09-24T13:19:02.836Z] INFO: Copying dockerversion from the container... [2021-09-24T13:19:03.260Z] #41 DONE 98.5s [2021-09-24T13:19:03.260Z] [2021-09-24T13:19:03.260Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:19:03.260Z] #21 sha256:3e933cf17ac219c9de460396638afb9d7eaf72b9e463964d5c460e517fb40ec1 [2021-09-24T13:19:03.260Z] #21 24.50 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:19:03.260Z] #21 24.51 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:19:03.260Z] #21 24.54 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:19:03.261Z] #21 24.77 Selecting previously unselected package python3-setuptools. [2021-09-24T13:19:03.261Z] #21 24.77 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-24T13:19:03.261Z] #21 24.79 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-24T13:19:03.261Z] #21 25.53 Selecting previously unselected package python3-wheel. [2021-09-24T13:19:03.261Z] #21 25.53 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-24T13:19:03.261Z] #21 25.59 Unpacking python3-wheel (0.34.2-1) ... [2021-09-24T13:19:03.261Z] #21 26.11 Selecting previously unselected package python3-pip. [2021-09-24T13:19:03.261Z] #21 26.12 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-24T13:19:03.261Z] #21 26.17 Unpacking python3-pip (20.3.4-4) ... [2021-09-24T13:19:03.293Z] INFO: Copying the golang package from the container to d:\CI\PR-42879\2\installer\go.zip... [2021-09-24T13:19:03.524Z] #21 26.60 Selecting previously unselected package sudo. [2021-09-24T13:19:03.524Z] #21 26.61 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2021-09-24T13:19:03.524Z] #21 26.62 Unpacking sudo (1.9.5p2-3) ... [2021-09-24T13:19:03.545Z] #19 82.25 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-09-24T13:19:03.545Z] #19 82.25 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-24T13:19:03.545Z] #19 82.25 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2021-09-24T13:19:03.545Z] #19 82.30 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2021-09-24T13:19:03.804Z] #19 82.31 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2021-09-24T13:19:03.804Z] #19 82.31 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-24T13:19:04.064Z] #19 82.61 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-24T13:19:04.064Z] #19 82.62 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2021-09-24T13:19:04.064Z] #19 82.62 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2021-09-24T13:19:04.064Z] #19 82.62 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2021-09-24T13:19:04.064Z] #19 82.62 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2021-09-24T13:19:04.064Z] #19 82.63 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-09-24T13:19:04.064Z] #19 82.63 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2021-09-24T13:19:04.064Z] #19 82.63 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2021-09-24T13:19:04.064Z] #19 82.63 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-09-24T13:19:04.064Z] #19 82.63 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2021-09-24T13:19:04.064Z] #19 82.64 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2021-09-24T13:19:04.064Z] #19 82.64 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2021-09-24T13:19:04.064Z] #19 82.64 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2021-09-24T13:19:04.064Z] #19 82.64 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2021-09-24T13:19:04.064Z] #19 82.68 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2021-09-24T13:19:04.064Z] #19 82.68 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2021-09-24T13:19:04.064Z] #19 82.68 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2021-09-24T13:19:04.064Z] #19 82.68 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2021-09-24T13:19:04.064Z] #19 82.73 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2021-09-24T13:19:04.064Z] #19 82.74 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2021-09-24T13:19:04.064Z] #19 82.77 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2021-09-24T13:19:04.064Z] #19 82.78 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2021-09-24T13:19:04.102Z] #21 27.18 Selecting previously unselected package thin-provisioning-tools. [2021-09-24T13:19:04.102Z] #21 27.18 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2021-09-24T13:19:04.102Z] #21 27.19 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:19:04.242Z] #41 ... [2021-09-24T13:19:04.242Z] [2021-09-24T13:19:04.242Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:19:04.242Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:19:04.242Z] #21 16.11 Selecting previously unselected package xxd. [2021-09-24T13:19:04.242Z] #21 16.11 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 16.11 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:19:04.242Z] #21 16.22 Selecting previously unselected package vim-common. [2021-09-24T13:19:04.242Z] #21 16.23 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:19:04.242Z] #21 16.24 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:19:04.242Z] #21 16.41 Selecting previously unselected package bash-completion. [2021-09-24T13:19:04.242Z] #21 16.42 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-24T13:19:04.242Z] #21 18.12 Unpacking bash-completion (1:2.11-2) ... [2021-09-24T13:19:04.242Z] #21 18.50 Selecting previously unselected package bzip2. [2021-09-24T13:19:04.242Z] #21 18.50 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 18.50 Unpacking bzip2 (1.0.8-4) ... [2021-09-24T13:19:04.242Z] #21 18.57 Selecting previously unselected package xz-utils. [2021-09-24T13:19:04.242Z] #21 18.58 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 18.58 Unpacking xz-utils (5.2.5-2) ... [2021-09-24T13:19:04.242Z] #21 18.73 Selecting previously unselected package apparmor. [2021-09-24T13:19:04.242Z] #21 18.73 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 18.80 Unpacking apparmor (2.13.6-10) ... [2021-09-24T13:19:04.242Z] #21 19.15 Selecting previously unselected package inetutils-ping. [2021-09-24T13:19:04.242Z] #21 19.16 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.17 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-24T13:19:04.242Z] #21 19.26 Selecting previously unselected package libip4tc2:amd64. [2021-09-24T13:19:04.242Z] #21 19.26 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.27 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:19:04.242Z] #21 19.37 Selecting previously unselected package libip6tc2:amd64. [2021-09-24T13:19:04.242Z] #21 19.37 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.37 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:19:04.242Z] #21 19.44 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-24T13:19:04.242Z] #21 19.44 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.45 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:19:04.242Z] #21 19.50 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-24T13:19:04.242Z] #21 19.51 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.51 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:19:04.242Z] #21 19.56 Selecting previously unselected package libnftnl11:amd64. [2021-09-24T13:19:04.242Z] #21 19.56 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.57 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:19:04.242Z] #21 19.63 Selecting previously unselected package iptables. [2021-09-24T13:19:04.242Z] #21 19.64 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.66 Unpacking iptables (1.8.7-1) ... [2021-09-24T13:19:04.242Z] #21 19.90 Selecting previously unselected package libonig5:amd64. [2021-09-24T13:19:04.242Z] #21 19.90 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 19.91 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:19:04.242Z] #21 20.04 Selecting previously unselected package libjq1:amd64. [2021-09-24T13:19:04.242Z] #21 20.04 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 20.05 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:19:04.242Z] #21 20.16 Selecting previously unselected package jq. [2021-09-24T13:19:04.242Z] #21 20.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 20.17 Unpacking jq (1.6-2.1) ... [2021-09-24T13:19:04.242Z] #21 20.25 Selecting previously unselected package libaio1:amd64. [2021-09-24T13:19:04.242Z] #21 20.26 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 20.27 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:19:04.242Z] #21 20.32 Selecting previously unselected package libgpm2:amd64. [2021-09-24T13:19:04.242Z] #21 20.33 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 20.33 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:19:04.242Z] #21 20.41 Selecting previously unselected package libicu67:amd64. [2021-09-24T13:19:04.242Z] #21 20.42 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 20.43 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-24T13:19:04.242Z] #21 23.33 Selecting previously unselected package libinih1:amd64. [2021-09-24T13:19:04.242Z] #21 23.33 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 23.33 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-24T13:19:04.242Z] #21 23.39 Selecting previously unselected package libnet1:amd64. [2021-09-24T13:19:04.242Z] #21 23.39 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 23.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:19:04.242Z] #21 23.51 Selecting previously unselected package libnl-3-200:amd64. [2021-09-24T13:19:04.242Z] #21 23.51 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-24T13:19:04.242Z] #21 23.51 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:19:04.242Z] #21 23.63 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-24T13:19:04.258Z] INFO: Extracting go.zip to d:\CI\PR-42879\2\go [2021-09-24T13:19:04.365Z] #21 27.39 Selecting previously unselected package uidmap. [2021-09-24T13:19:04.365Z] #21 27.40 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2021-09-24T13:19:04.365Z] #21 27.41 Unpacking uidmap (1:4.8.1-1) ... [2021-09-24T13:19:04.365Z] #21 27.58 Selecting previously unselected package vim-runtime. [2021-09-24T13:19:04.502Z] #21 23.63 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-24T13:19:04.502Z] #21 23.64 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:19:04.502Z] #21 23.70 Selecting previously unselected package net-tools. [2021-09-24T13:19:04.502Z] #21 23.70 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-24T13:19:04.502Z] #21 23.71 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:19:04.629Z] #21 27.59 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:19:04.629Z] #21 27.63 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-24T13:19:04.629Z] #21 27.66 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-24T13:19:04.629Z] #21 27.68 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:19:04.761Z] #21 23.86 Selecting previously unselected package patch. [2021-09-24T13:19:04.761Z] #21 23.87 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-24T13:19:04.761Z] #21 23.87 Unpacking patch (2.7.6-7) ... [2021-09-24T13:19:04.761Z] #21 23.98 Selecting previously unselected package python-pip-whl. [2021-09-24T13:19:04.761Z] #21 23.98 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-24T13:19:04.761Z] #21 24.00 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-24T13:19:05.331Z] #21 24.54 Selecting previously unselected package python3-lib2to3. [2021-09-24T13:19:05.331Z] #21 24.54 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-24T13:19:05.331Z] #21 24.55 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:19:05.446Z] #19 84.18 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2021-09-24T13:19:05.446Z] #19 84.18 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2021-09-24T13:19:05.446Z] #19 84.21 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2021-09-24T13:19:05.591Z] #21 24.68 Selecting previously unselected package python3-distutils. [2021-09-24T13:19:05.591Z] #21 24.68 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-24T13:19:05.591Z] #21 24.70 Unpacking python3-distutils (3.9.2-1) ... [2021-09-24T13:19:05.591Z] #21 24.81 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:19:05.591Z] #21 24.82 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:19:05.591Z] #21 24.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:19:05.705Z] #19 84.25 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2021-09-24T13:19:05.705Z] #19 84.29 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2021-09-24T13:19:05.782Z] #49 ... [2021-09-24T13:19:05.782Z] [2021-09-24T13:19:05.782Z] #51 [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-09-24T13:19:05.782Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:05.782Z] #51 17.24 go: downloading github.com/fatih/color v1.7.0 [2021-09-24T13:19:05.782Z] #51 17.27 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-24T13:19:05.782Z] #51 17.40 go: downloading github.com/pkg/errors v0.8.1 [2021-09-24T13:19:05.782Z] #51 17.51 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-24T13:19:05.782Z] #51 17.56 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-24T13:19:05.782Z] #51 ... [2021-09-24T13:19:05.782Z] [2021-09-24T13:19:05.782Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:05.782Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:05.782Z] #14 7.732 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:19:05.782Z] #14 10.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:19:05.782Z] #14 ... [2021-09-24T13:19:05.782Z] [2021-09-24T13:19:05.782Z] #53 [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-09-24T13:19:05.782Z] #53 sha256:89fdf90c406f1372ba05168f444b5db2a10cf6de9b90d02e0f5cf27abe1a0209 [2021-09-24T13:19:05.782Z] #53 7.778 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-24T13:19:05.782Z] #53 7.778 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-24T13:19:05.782Z] #53 7.808 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-24T13:19:05.782Z] #53 9.818 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-24T13:19:07.847Z] #53 ... [2021-09-24T13:19:07.847Z] [2021-09-24T13:19:07.847Z] #51 [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-09-24T13:19:07.847Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:07.848Z] #51 17.91 go: downloading github.com/spf13/viper v1.6.1 [2021-09-24T13:19:07.848Z] #51 ... [2021-09-24T13:19:07.848Z] [2021-09-24T13:19:07.848Z] #57 [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-09-24T13:19:07.848Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:19:07.848Z] #57 8.316 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:19:07.848Z] #57 8.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:19:07.848Z] #57 8.441 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:19:07.848Z] #57 10.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:19:07.848Z] #57 15.42 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:19:07.848Z] #57 ... [2021-09-24T13:19:07.848Z] [2021-09-24T13:19:07.848Z] #41 [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-09-24T13:19:07.848Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:19:07.848Z] #41 8.294 + git clone https://github.com/docker/distribution.git . [2021-09-24T13:19:07.848Z] #41 8.294 Cloning into '.'... [2021-09-24T13:19:07.848Z] #41 ... [2021-09-24T13:19:07.848Z] [2021-09-24T13:19:07.848Z] #45 [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 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-09-24T13:19:07.848Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:07.848Z] #45 8.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:19:07.848Z] #45 8.330 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:19:07.848Z] #45 8.330 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:19:07.848Z] #45 9.132 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-24T13:19:07.848Z] #45 10.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:19:07.848Z] #45 15.45 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:19:07.848Z] #45 ... [2021-09-24T13:19:07.848Z] [2021-09-24T13:19:07.848Z] #51 [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-09-24T13:19:07.848Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:07.848Z] #51 18.62 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-24T13:19:07.848Z] #51 18.63 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-24T13:19:07.848Z] #51 18.74 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-24T13:19:07.848Z] #51 18.81 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-24T13:19:07.848Z] #19 85.41 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2021-09-24T13:19:07.848Z] #19 85.41 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2021-09-24T13:19:07.848Z] #19 85.41 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2021-09-24T13:19:07.848Z] #19 85.42 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2021-09-24T13:19:07.848Z] #19 85.42 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2021-09-24T13:19:07.848Z] #19 85.43 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2021-09-24T13:19:07.848Z] #19 85.43 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2021-09-24T13:19:07.848Z] #19 85.46 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2021-09-24T13:19:07.848Z] #19 85.46 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2021-09-24T13:19:07.848Z] #19 85.48 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2021-09-24T13:19:07.848Z] #19 85.49 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2021-09-24T13:19:07.850Z] #21 24.97 Selecting previously unselected package python3-setuptools. [2021-09-24T13:19:07.850Z] #21 24.97 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-24T13:19:07.850Z] #21 24.98 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-24T13:19:07.850Z] #21 25.21 Selecting previously unselected package python3-wheel. [2021-09-24T13:19:07.850Z] #21 25.21 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-24T13:19:07.850Z] #21 25.21 Unpacking python3-wheel (0.34.2-1) ... [2021-09-24T13:19:07.850Z] #21 25.29 Selecting previously unselected package python3-pip. [2021-09-24T13:19:07.850Z] #21 25.29 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-24T13:19:07.850Z] #21 25.30 Unpacking python3-pip (20.3.4-4) ... [2021-09-24T13:19:07.850Z] #21 25.53 Selecting previously unselected package sudo. [2021-09-24T13:19:07.850Z] #21 25.53 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-24T13:19:07.850Z] #21 25.54 Unpacking sudo (1.9.5p2-3) ... [2021-09-24T13:19:07.850Z] #21 26.33 Selecting previously unselected package thin-provisioning-tools. [2021-09-24T13:19:07.850Z] #21 26.33 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-24T13:19:07.850Z] #21 26.35 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:19:07.850Z] #21 26.54 Selecting previously unselected package uidmap. [2021-09-24T13:19:07.850Z] #21 26.55 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-24T13:19:07.850Z] #21 26.56 Unpacking uidmap (1:4.8.1-1) ... [2021-09-24T13:19:07.850Z] #21 26.68 Selecting previously unselected package vim-runtime. [2021-09-24T13:19:07.850Z] #21 26.68 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:19:07.850Z] #21 26.71 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-24T13:19:07.850Z] #21 26.74 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-24T13:19:07.850Z] #21 26.75 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:19:07.852Z] #21 30.31 Selecting previously unselected package vim. [2021-09-24T13:19:07.852Z] #21 30.32 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ... [2021-09-24T13:19:07.852Z] #21 30.35 Unpacking vim (2:8.2.2434-3) ... [2021-09-24T13:19:07.852Z] #21 30.82 Selecting previously unselected package xfsprogs. [2021-09-24T13:19:07.852Z] #21 30.83 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2021-09-24T13:19:07.852Z] #21 30.84 Unpacking xfsprogs (5.10.0-4) ... [2021-09-24T13:19:08.107Z] #19 86.72 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2021-09-24T13:19:08.107Z] #19 86.72 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2021-09-24T13:19:08.108Z] #19 86.74 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2021-09-24T13:19:08.108Z] #19 86.77 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2021-09-24T13:19:08.108Z] #19 86.80 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2021-09-24T13:19:08.380Z] #21 31.26 Selecting previously unselected package zip. [2021-09-24T13:19:08.381Z] #21 31.26 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2021-09-24T13:19:08.381Z] #21 31.27 Unpacking zip (3.0-12) ... [2021-09-24T13:19:08.381Z] #21 31.42 Selecting previously unselected package zstd. [2021-09-24T13:19:08.381Z] #21 31.42 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2021-09-24T13:19:08.381Z] #21 31.43 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:19:08.645Z] #21 31.71 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:19:08.790Z] #51 20.92 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-24T13:19:09.363Z] #51 21.35 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-24T13:19:09.363Z] #51 ... [2021-09-24T13:19:09.363Z] [2021-09-24T13:19:09.363Z] #60 [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-09-24T13:19:09.363Z] #60 sha256:4dda283775e3cd0c7096e2e7cf718fd1c1d7c4e039ab43013acfcef60db01b7b [2021-09-24T13:19:09.363Z] #60 11.33 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-24T13:19:09.363Z] #60 11.34 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:19:09.363Z] #60 11.57 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-24T13:19:09.363Z] #60 12.65 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-24T13:19:09.363Z] #60 18.31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-24T13:19:09.363Z] #60 19.03 go: downloading github.com/google/uuid v1.3.0 [2021-09-24T13:19:09.363Z] #60 19.08 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-24T13:19:09.363Z] #60 19.18 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-24T13:19:09.363Z] #60 19.40 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-24T13:19:09.363Z] #60 19.52 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-24T13:19:09.363Z] #60 20.09 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-24T13:19:09.363Z] #60 20.88 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-24T13:19:09.363Z] #60 21.12 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-24T13:19:09.489Z] #19 87.86 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2021-09-24T13:19:09.489Z] #19 87.86 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2021-09-24T13:19:09.489Z] #19 87.87 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2021-09-24T13:19:09.489Z] #19 87.89 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2021-09-24T13:19:09.489Z] #19 87.90 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2021-09-24T13:19:09.489Z] #19 87.90 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2021-09-24T13:19:09.489Z] #19 87.90 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2021-09-24T13:19:09.489Z] #19 87.90 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2021-09-24T13:19:09.489Z] #19 87.94 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2021-09-24T13:19:09.489Z] #19 87.95 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2021-09-24T13:19:09.489Z] #19 87.98 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2021-09-24T13:19:09.489Z] #19 87.98 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2021-09-24T13:19:09.489Z] #19 88.00 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2021-09-24T13:19:09.489Z] #19 88.00 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2021-09-24T13:19:09.489Z] #19 88.02 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2021-09-24T13:19:09.601Z] #21 32.80 Setting up libip4tc2:arm64 (1.8.7-1) ... [2021-09-24T13:19:09.602Z] #21 32.82 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:19:09.602Z] #21 32.84 Setting up libgpm2:arm64 (1.20.7-8) ... [2021-09-24T13:19:09.602Z] #21 32.85 Setting up libicu67:arm64 (67.1-7) ... [2021-09-24T13:19:09.602Z] #21 32.87 Setting up libip6tc2:arm64 (1.8.7-1) ... [2021-09-24T13:19:09.625Z] #60 ... [2021-09-24T13:19:09.625Z] [2021-09-24T13:19:09.625Z] #25 [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-09-24T13:19:09.625Z] #25 sha256:aff979ec13ba8a62c527d3482344d6f7a589f26ba4c61844dc3c1d587f95f6a2 [2021-09-24T13:19:09.625Z] #25 21.62 + mkdir -p /build [2021-09-24T13:19:09.625Z] #25 21.64 + mv docker/docker /build/ [2021-09-24T13:19:09.625Z] #25 21.67 + rmdir docker [2021-09-24T13:19:09.868Z] #21 32.93 Setting up libinih1:arm64 (53-1+b2) ... [2021-09-24T13:19:09.868Z] #21 32.99 Setting up uidmap (1:4.8.1-1) ... [2021-09-24T13:19:09.868Z] #21 33.02 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:19:09.868Z] #21 33.03 Setting up bzip2 (1.0.8-4) ... [2021-09-24T13:19:09.868Z] #21 33.06 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-24T13:19:10.132Z] #21 33.10 Setting up python3-wheel (0.34.2-1) ... [2021-09-24T13:19:10.198Z] #25 DONE 22.2s [2021-09-24T13:19:10.198Z] [2021-09-24T13:19:10.198Z] #45 [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 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-09-24T13:19:10.198Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:10.198Z] #45 21.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:19:10.391Z] #21 29.60 Selecting previously unselected package vim. [2021-09-24T13:19:10.391Z] #21 29.62 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:19:10.391Z] #21 29.63 Unpacking vim (2:8.2.2434-3) ... [2021-09-24T13:19:10.869Z] #19 89.24 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2021-09-24T13:19:10.869Z] #19 89.24 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2021-09-24T13:19:10.869Z] #19 89.26 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2021-09-24T13:19:10.869Z] #19 89.31 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2021-09-24T13:19:10.869Z] #19 89.38 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2021-09-24T13:19:10.961Z] #21 30.07 Selecting previously unselected package xfsprogs. [2021-09-24T13:19:10.961Z] #21 30.08 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-24T13:19:10.961Z] #21 30.08 Unpacking xfsprogs (5.10.0-4) ... [2021-09-24T13:19:10.975Z] #21 33.98 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:19:10.975Z] #21 34.01 Setting up libcap2:arm64 (1:2.44-1) ... [2021-09-24T13:19:10.975Z] #21 34.03 Setting up libcap2-bin (1:2.44-1) ... [2021-09-24T13:19:10.975Z] #21 34.04 Setting up apparmor (2.13.6-10) ... [2021-09-24T13:19:11.221Z] #21 30.47 Selecting previously unselected package zip. [2021-09-24T13:19:11.221Z] #21 30.49 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-24T13:19:11.221Z] #21 30.50 Unpacking zip (3.0-12) ... [2021-09-24T13:19:11.481Z] #21 30.64 Selecting previously unselected package zstd. [2021-09-24T13:19:11.481Z] #21 30.66 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-24T13:19:11.481Z] #21 30.66 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:19:11.742Z] #21 31.02 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:19:12.683Z] #21 31.92 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:19:12.683Z] #21 31.94 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:19:12.683Z] #21 31.95 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:19:12.683Z] #21 31.97 Setting up libicu67:amd64 (67.1-7) ... [2021-09-24T13:19:12.683Z] #21 31.98 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:19:12.683Z] #21 31.99 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-24T13:19:12.683Z] #21 32.00 Setting up uidmap (1:4.8.1-1) ... [2021-09-24T13:19:12.683Z] #21 32.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:19:12.683Z] #21 32.03 Setting up bzip2 (1.0.8-4) ... [2021-09-24T13:19:12.778Z] #19 91.12 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2021-09-24T13:19:12.778Z] #19 91.12 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2021-09-24T13:19:12.778Z] #19 91.12 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2021-09-24T13:19:12.778Z] #19 91.15 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2021-09-24T13:19:12.778Z] #19 91.15 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2021-09-24T13:19:12.778Z] #19 91.15 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2021-09-24T13:19:12.778Z] #19 91.15 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2021-09-24T13:19:12.778Z] #19 91.16 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2021-09-24T13:19:12.778Z] #19 91.20 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2021-09-24T13:19:12.778Z] #19 91.21 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2021-09-24T13:19:12.778Z] #19 91.23 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2021-09-24T13:19:12.778Z] #19 91.24 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2021-09-24T13:19:12.908Z] #21 35.73 Setting up zip (3.0-12) ... [2021-09-24T13:19:12.908Z] #21 35.74 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:19:12.908Z] #21 35.79 Setting up bash-completion (1:2.11-2) ... [2021-09-24T13:19:12.943Z] #21 32.04 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:19:12.943Z] #21 32.05 Setting up python3-wheel (0.34.2-1) ... [2021-09-24T13:19:13.506Z] #45 ... [2021-09-24T13:19:13.506Z] [2021-09-24T13:19:13.506Z] #37 [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-09-24T13:19:13.506Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:19:13.506Z] #37 15.04 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:19:13.506Z] #37 19.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:19:13.506Z] #37 ... [2021-09-24T13:19:13.506Z] [2021-09-24T13:19:13.506Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:13.506Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:13.506Z] #14 24.81 Fetched 8412 kB in 19s (453 kB/s) [2021-09-24T13:19:13.514Z] #21 32.76 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:19:13.774Z] #21 32.81 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:19:13.774Z] #21 32.83 Setting up libcap2-bin (1:2.44-1) ... [2021-09-24T13:19:13.774Z] #21 32.84 Setting up apparmor (2.13.6-10) ... [2021-09-24T13:19:14.162Z] #19 92.50 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2021-09-24T13:19:14.162Z] #19 92.51 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2021-09-24T13:19:14.162Z] #19 92.53 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2021-09-24T13:19:14.162Z] #19 92.57 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2021-09-24T13:19:14.162Z] #19 92.60 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2021-09-24T13:19:15.099Z] #19 93.68 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-09-24T13:19:15.099Z] #19 93.68 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2021-09-24T13:19:15.158Z] #21 34.50 Setting up zip (3.0-12) ... [2021-09-24T13:19:15.158Z] #21 34.52 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:19:15.403Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-24T13:19:15.403Z] [2021-09-24T13:19:15.403Z] ________ ____ __. [2021-09-24T13:19:15.403Z] \_____ \ | |/ _| [2021-09-24T13:19:15.403Z] / | \| < [2021-09-24T13:19:15.403Z] / | \ | \ [2021-09-24T13:19:15.403Z] \_______ /____|__ \ [2021-09-24T13:19:15.403Z] \/ \/ [2021-09-24T13:19:15.403Z] [2021-09-24T13:19:15.403Z] INFO: make.ps1 ended at 09/24/2021 13:19:04 [2021-09-24T13:19:15.403Z] INFO: Binaries build ended at 09/24/2021 13:19:06. Duration:00:01:07.1351405 [2021-09-24T13:19:15.403Z] INFO: Copying the built daemon binary to d:\CI\PR-42879\2\binary\dockerd-09de87ebbe.exe... [2021-09-24T13:19:15.403Z] INFO: Copying the built client binary to d:\CI\PR-42879\2\binary\docker-09de87ebbe.exe... [2021-09-24T13:19:15.403Z] INFO: Copying dockerversion from the container... [2021-09-24T13:19:15.403Z] INFO: Copying the golang package from the container to d:\CI\PR-42879\2\installer\go.zip... [2021-09-24T13:19:15.403Z] INFO: Extracting go.zip to d:\CI\PR-42879\2\go [2021-09-24T13:19:15.419Z] #21 34.54 Setting up bash-completion (1:2.11-2) ... [2021-09-24T13:19:15.473Z] #21 38.32 Setting up xz-utils (5.2.5-2) ... [2021-09-24T13:19:15.473Z] #21 38.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-24T13:19:15.473Z] #21 38.38 Setting up libmnl0:arm64 (1.0.4-3) ... [2021-09-24T13:19:15.473Z] #21 38.40 Setting up patch (2.7.6-7) ... [2021-09-24T13:19:15.473Z] #21 38.45 Setting up sudo (1.9.5p2-3) ... [2021-09-24T13:19:15.473Z] #21 38.55 invoke-rc.d: could not determine current runlevel [2021-09-24T13:19:15.473Z] #21 38.56 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-24T13:19:15.473Z] #21 38.57 Setting up xfsprogs (5.10.0-4) ... [2021-09-24T13:19:15.473Z] #21 38.59 Setting up libxtables12:arm64 (1.8.7-1) ... [2021-09-24T13:19:15.473Z] #21 38.61 Setting up inetutils-ping (2:2.0-1) ... [2021-09-24T13:19:15.473Z] #21 38.62 Setting up pigz (2.6-1) ... [2021-09-24T13:19:15.473Z] #21 38.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-24T13:19:15.667Z] #19 94.35 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:19:15.739Z] #21 38.66 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-24T13:19:15.739Z] #21 38.69 Setting up python-pip-whl (20.3.4-4) ... [2021-09-24T13:19:15.739Z] #21 38.70 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:19:15.926Z] #19 94.63 Fetched 787 MB in 22s (35.6 MB/s) [2021-09-24T13:19:15.926Z] #19 94.67 Selecting previously unselected package liblocale-gettext-perl. [2021-09-24T13:19:15.926Z] #19 94.67 (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 ... 15713 files and directories currently installed.) [2021-09-24T13:19:15.926Z] #19 94.68 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2021-09-24T13:19:15.926Z] #19 94.69 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2021-09-24T13:19:15.926Z] #19 94.73 Selecting previously unselected package bzip2. [2021-09-24T13:19:15.926Z] #19 94.73 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2021-09-24T13:19:16.185Z] #19 94.74 Unpacking bzip2 (1.0.8-4) ... [2021-09-24T13:19:16.185Z] #19 94.79 Selecting previously unselected package libmagic-mgc. [2021-09-24T13:19:16.185Z] #19 94.79 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2021-09-24T13:19:16.185Z] #19 94.79 Unpacking libmagic-mgc (1:5.39-3) ... [2021-09-24T13:19:16.185Z] #19 94.94 Selecting previously unselected package libmagic1:amd64. [2021-09-24T13:19:16.185Z] #19 94.94 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2021-09-24T13:19:16.185Z] #19 94.95 Unpacking libmagic1:amd64 (1:5.39-3) ... [2021-09-24T13:19:16.185Z] #19 95.03 Selecting previously unselected package file. [2021-09-24T13:19:16.444Z] #19 95.03 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2021-09-24T13:19:16.444Z] #19 95.04 Unpacking file (1:5.39-3) ... [2021-09-24T13:19:16.444Z] #19 95.09 Selecting previously unselected package xz-utils. [2021-09-24T13:19:16.444Z] #19 95.09 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2021-09-24T13:19:16.444Z] #19 95.10 Unpacking xz-utils (5.2.5-2) ... [2021-09-24T13:19:16.690Z] #21 39.57 Setting up libaio1:arm64 (0.3.112-9) ... [2021-09-24T13:19:16.690Z] #21 39.60 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:19:16.703Z] #19 95.18 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-09-24T13:19:16.703Z] #19 95.19 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-24T13:19:16.703Z] #19 95.19 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-09-24T13:19:16.954Z] #21 40.08 Setting up libelf1:arm64 (0.183-1) ... [2021-09-24T13:19:17.219Z] #21 40.12 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:19:17.219Z] #21 40.14 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-09-24T13:19:17.219Z] #21 40.15 Setting up python3-distutils (3.9.2-1) ... [2021-09-24T13:19:17.270Z] #19 95.93 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-09-24T13:19:17.270Z] #19 95.93 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2021-09-24T13:19:17.270Z] #19 95.94 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-09-24T13:19:17.329Z] #21 36.24 Setting up xz-utils (5.2.5-2) ... [2021-09-24T13:19:17.329Z] #21 36.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-24T13:19:17.329Z] #21 36.27 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:19:17.329Z] #21 36.28 Setting up patch (2.7.6-7) ... [2021-09-24T13:19:17.329Z] #21 36.29 Setting up sudo (1.9.5p2-3) ... [2021-09-24T13:19:17.329Z] #21 36.38 invoke-rc.d: could not determine current runlevel [2021-09-24T13:19:17.329Z] #21 36.39 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-24T13:19:17.329Z] #21 36.40 Setting up xfsprogs (5.10.0-4) ... [2021-09-24T13:19:17.329Z] #21 36.42 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:19:17.329Z] #21 36.44 Setting up inetutils-ping (2:2.0-1) ... [2021-09-24T13:19:17.329Z] #21 36.45 Setting up pigz (2.6-1) ... [2021-09-24T13:19:17.329Z] #21 36.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:19:17.329Z] #21 36.48 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:19:17.329Z] #21 36.52 Setting up python-pip-whl (20.3.4-4) ... [2021-09-24T13:19:17.329Z] #21 36.55 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:19:17.483Z] #21 40.66 Setting up vim (2:8.2.2434-3) ... [2021-09-24T13:19:17.718Z] #14 24.81 Reading package lists... [2021-09-24T13:19:17.718Z] #14 ... [2021-09-24T13:19:17.718Z] [2021-09-24T13:19:17.718Z] #49 [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-09-24T13:19:17.718Z] #49 sha256:f3c5c4bd51192d1983e364acef6570a446eae44de9e50e33df25bf0597623d6e [2021-09-24T13:19:17.718Z] #49 19.05 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-24T13:19:17.718Z] #49 19.16 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-24T13:19:17.718Z] #49 19.25 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-24T13:19:17.718Z] #49 23.95 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-24T13:19:17.718Z] #49 24.02 go: downloading golang.org/x/mod v0.3.0 [2021-09-24T13:19:17.718Z] #49 ... [2021-09-24T13:19:17.718Z] [2021-09-24T13:19:17.718Z] #51 [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-09-24T13:19:17.718Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:17.718Z] #51 26.99 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-24T13:19:17.718Z] #51 27.15 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-24T13:19:17.718Z] #51 27.36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-24T13:19:17.718Z] #51 27.66 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-24T13:19:17.718Z] #51 27.73 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-24T13:19:17.718Z] #51 28.36 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-24T13:19:17.718Z] #51 28.51 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-24T13:19:17.718Z] #51 28.52 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-24T13:19:17.718Z] #51 28.83 go: downloading github.com/spf13/afero v1.1.2 [2021-09-24T13:19:17.718Z] #51 28.99 go: downloading github.com/spf13/cast v1.3.0 [2021-09-24T13:19:17.718Z] #51 29.16 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-24T13:19:17.718Z] #51 29.20 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-24T13:19:17.718Z] #51 29.21 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-24T13:19:17.718Z] #51 29.32 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-24T13:19:17.718Z] #51 29.63 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-24T13:19:17.747Z] #21 40.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-24T13:19:17.747Z] #21 40.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-24T13:19:17.747Z] #21 40.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-24T13:19:17.747Z] #21 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-24T13:19:17.747Z] #21 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-24T13:19:17.747Z] #21 40.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-24T13:19:17.747Z] #21 40.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-24T13:19:17.748Z] #21 40.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-24T13:19:17.748Z] #21 40.75 Setting up python3-setuptools (52.0.0-4) ... [2021-09-24T13:19:17.838Z] #19 96.62 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-09-24T13:19:17.838Z] #19 96.63 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2021-09-24T13:19:17.982Z] #51 30.02 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-24T13:19:18.097Z] #19 96.63 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-09-24T13:19:18.246Z] #51 30.24 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-24T13:19:18.246Z] #51 30.25 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-24T13:19:18.246Z] #51 30.26 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-24T13:19:18.246Z] #51 30.27 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-24T13:19:18.271Z] #21 37.29 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:19:18.271Z] #21 37.30 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:19:18.508Z] #51 ... [2021-09-24T13:19:18.508Z] [2021-09-24T13:19:18.508Z] #35 [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-09-24T13:19:18.508Z] #35 sha256:8bb45e3684257fea339cab3508281540943d7191a7a9cad83d26a4d6be24ae14 [2021-09-24T13:19:18.508Z] #35 DONE 30.4s [2021-09-24T13:19:18.508Z] [2021-09-24T13:19:18.508Z] #51 [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-09-24T13:19:18.508Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:18.508Z] #51 30.44 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-24T13:19:18.508Z] #51 30.51 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-24T13:19:18.508Z] #51 ... [2021-09-24T13:19:18.508Z] [2021-09-24T13:19:18.508Z] #57 [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-09-24T13:19:18.508Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:19:18.508Z] #57 20.51 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:19:18.531Z] #21 37.62 Setting up libelf1:amd64 (0.183-1) ... [2021-09-24T13:19:18.531Z] #21 37.69 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:19:18.531Z] #21 37.70 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:19:18.531Z] #21 37.71 Setting up python3-distutils (3.9.2-1) ... [2021-09-24T13:19:18.666Z] #19 97.34 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-09-24T13:19:18.666Z] #19 97.34 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-24T13:19:18.666Z] #19 97.34 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-09-24T13:19:18.770Z] #57 ... [2021-09-24T13:19:18.770Z] [2021-09-24T13:19:18.770Z] #51 [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-09-24T13:19:18.770Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:18.771Z] #51 30.68 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-24T13:19:18.771Z] #51 30.76 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-24T13:19:19.032Z] #51 30.93 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-24T13:19:19.032Z] #51 31.01 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-24T13:19:19.102Z] #21 38.15 Setting up vim (2:8.2.2434-3) ... [2021-09-24T13:19:19.102Z] #21 38.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-24T13:19:19.102Z] #21 38.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-24T13:19:19.102Z] #21 38.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-24T13:19:19.102Z] #21 38.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-24T13:19:19.102Z] #21 38.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-24T13:19:19.102Z] #21 38.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-24T13:19:19.102Z] #21 38.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-24T13:19:19.102Z] #21 38.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-24T13:19:19.102Z] #21 38.22 Setting up python3-setuptools (52.0.0-4) ... [2021-09-24T13:19:19.148Z] #21 42.12 Setting up libjq1:arm64 (1.6-2.1) ... [2021-09-24T13:19:19.148Z] #21 42.16 Setting up libnftnl11:arm64 (1.1.9-1) ... [2021-09-24T13:19:19.148Z] #21 42.19 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:19:19.148Z] #21 42.20 Setting up python3-pip (20.3.4-4) ... [2021-09-24T13:19:19.294Z] #51 31.20 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-24T13:19:19.294Z] #51 31.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-24T13:19:19.604Z] #19 97.96 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-09-24T13:19:19.604Z] #19 97.97 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-24T13:19:19.604Z] #19 97.97 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2021-09-24T13:19:19.863Z] #19 98.47 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2021-09-24T13:19:19.863Z] #19 98.48 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:19.863Z] #19 98.48 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:19:19.863Z] #19 98.54 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2021-09-24T13:19:19.863Z] #19 98.55 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:19.863Z] #19 98.56 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:19:20.247Z] #51 32.08 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-24T13:19:20.247Z] #51 32.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-24T13:19:20.247Z] #51 32.21 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-24T13:19:20.485Z] #21 39.46 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:19:20.485Z] #21 39.47 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:19:20.485Z] #21 39.49 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:19:20.485Z] #21 39.51 Setting up python3-pip (20.3.4-4) ... [2021-09-24T13:19:20.510Z] #51 32.42 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-24T13:19:20.510Z] #51 32.48 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-24T13:19:20.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-24T13:19:20.548Z] #21 43.58 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-24T13:19:20.548Z] #21 43.62 Setting up jq (1.6-2.1) ... [2021-09-24T13:19:20.548Z] #21 43.65 Setting up libbpf0:arm64 (1:0.3-2) ... [2021-09-24T13:19:20.548Z] #21 43.67 Setting up iptables (1.8.7-1) ... [2021-09-24T13:19:20.548Z] #21 43.69 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:19:20.548Z] #21 43.70 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:19:20.548Z] #21 43.71 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:19:20.548Z] #21 43.72 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:19:20.548Z] #21 43.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-24T13:19:20.771Z] #51 32.76 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-24T13:19:20.771Z] #51 32.86 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-24T13:19:20.812Z] #21 43.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-24T13:19:20.812Z] #21 43.78 Setting up iproute2 (5.10.0-4) ... [2021-09-24T13:19:21.055Z] #21 ... [2021-09-24T13:19:21.055Z] [2021-09-24T13:19:21.055Z] #41 [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-09-24T13:19:21.055Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:19:21.055Z] #41 DONE 122.2s [2021-09-24T13:19:21.055Z] [2021-09-24T13:19:21.055Z] #58 [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-09-24T13:19:21.055Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:19:21.076Z] #21 44.10 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:19:21.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-24T13:19:21.315Z] #58 ... [2021-09-24T13:19:21.315Z] [2021-09-24T13:19:21.315Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:19:21.315Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:19:21.575Z] #21 40.62 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:19:21.575Z] #21 40.64 Setting up jq (1.6-2.1) ... [2021-09-24T13:19:21.575Z] #21 40.66 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:19:21.576Z] #21 40.67 Setting up iptables (1.8.7-1) ... [2021-09-24T13:19:21.576Z] #21 40.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.69 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.71 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.72 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.73 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-24T13:19:21.576Z] #21 40.73 Setting up iproute2 (5.10.0-4) ... [2021-09-24T13:19:21.654Z] #21 DONE 44.7s [2021-09-24T13:19:21.655Z] [2021-09-24T13:19:21.655Z] #22 [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-09-24T13:19:21.655Z] #22 sha256:b31fe2585defe68aa9da892499c288e550b06b7463519760c252990634447254 [2021-09-24T13:19:21.715Z] #51 ... [2021-09-24T13:19:21.715Z] [2021-09-24T13:19:21.715Z] #47 [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-09-24T13:19:21.715Z] #47 sha256:509203bc8c8c986ba076bb8c71169bf2d8a6817b8f90467b0405e2460c672092 [2021-09-24T13:19:21.715Z] #47 DONE 33.7s [2021-09-24T13:19:21.837Z] #21 41.12 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:19:21.977Z] [2021-09-24T13:19:21.977Z] #51 [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-09-24T13:19:21.977Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:21.977Z] #51 33.87 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-24T13:19:21.977Z] #51 33.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-24T13:19:21.977Z] #51 33.97 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-24T13:19:21.977Z] #51 34.01 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-24T13:19:22.098Z] #21 DONE 41.5s [2021-09-24T13:19:22.098Z] [2021-09-24T13:19:22.098Z] #58 [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-09-24T13:19:22.098Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:19:22.238Z] #51 34.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-24T13:19:22.238Z] #51 34.23 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-24T13:19:22.358Z] #58 ... [2021-09-24T13:19:22.358Z] [2021-09-24T13:19:22.358Z] #22 [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-09-24T13:19:22.359Z] #22 sha256:992d22c598a02429c83376d6c7661c08128e17aa9cd79ad00c35fa4f8bc17422 [2021-09-24T13:19:22.499Z] #51 34.61 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-24T13:19:23.057Z] #22 1.446 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-24T13:19:23.058Z] #22 1.453 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-24T13:19:23.058Z] #22 1.458 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-24T13:19:23.058Z] #22 DONE 1.6s [2021-09-24T13:19:23.058Z] [2021-09-24T13:19:23.058Z] #51 [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-09-24T13:19:23.058Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:19:23.072Z] #51 34.97 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-24T13:19:23.072Z] #51 35.08 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-24T13:19:23.325Z] #51 ... [2021-09-24T13:19:23.325Z] [2021-09-24T13:19:23.325Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:19:23.325Z] #23 sha256:b30942118172f41255470fa07cc2bf423b820f07df60b30ecadaf955cade1c39 [2021-09-24T13:19:23.333Z] #51 35.27 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-24T13:19:23.333Z] #51 35.30 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-24T13:19:23.333Z] #51 35.32 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-24T13:19:23.593Z] #51 35.60 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-24T13:19:24.269Z] #22 1.867 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-24T13:19:24.269Z] #22 1.871 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-24T13:19:24.269Z] #22 1.876 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-24T13:19:24.269Z] #22 DONE 2.0s [2021-09-24T13:19:24.269Z] [2021-09-24T13:19:24.269Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:19:24.269Z] #23 sha256:8415f03b0154adf9bb9ede16c4a3774fe8011554cd9a5434814e4901c56ea42c [2021-09-24T13:19:24.979Z] #51 36.79 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-24T13:19:24.979Z] #51 36.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-24T13:19:25.241Z] #51 37.08 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-24T13:19:25.241Z] #51 37.11 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-24T13:19:25.241Z] #51 37.22 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-24T13:19:25.502Z] #51 37.46 go: downloading golang.org/x/text v0.3.2 [2021-09-24T13:19:27.316Z] INFO: Extraction ended at 09/24/2021 13:19:24. Duration:00:00:21.1625404 [2021-09-24T13:19:27.316Z] INFO: Updating the golang and path environment variables [2021-09-24T13:19:27.316Z] INFO: GOPATH=d:\gopath [2021-09-24T13:19:27.316Z] INFO: go version go1.17.1 windows/amd64 [2021-09-24T13:19:27.316Z] INFO: Running the daemon under test in debug mode [2021-09-24T13:19:27.316Z] INFO: Starting a daemon under test... [2021-09-24T13:19:27.316Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42879\2\daemon --pidfile d:\CI\PR-42879\2\docker.pid -D [2021-09-24T13:19:27.316Z] INFO: Process started successfully. [2021-09-24T13:19:27.316Z] INFO: Start tailing logs of the daemon under tests [2021-09-24T13:19:27.316Z] INFO: Waiting for the daemon under test to start... [2021-09-24T13:19:28.049Z] #51 ... [2021-09-24T13:19:28.049Z] [2021-09-24T13:19:28.049Z] #60 [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-09-24T13:19:28.049Z] #60 sha256:4dda283775e3cd0c7096e2e7cf718fd1c1d7c4e039ab43013acfcef60db01b7b [2021-09-24T13:19:28.049Z] #60 30.09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-24T13:19:28.049Z] #60 30.59 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-24T13:19:28.310Z] #60 ... [2021-09-24T13:19:28.310Z] [2021-09-24T13:19:28.310Z] #45 [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 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-09-24T13:19:28.310Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:28.310Z] #45 29.91 Get:8 https://downloadcontent.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2141 B] [2021-09-24T13:19:28.310Z] #45 35.21 Fetched 8416 kB in 27s (310 kB/s) [2021-09-24T13:19:28.310Z] #45 35.21 Reading package lists... [2021-09-24T13:19:28.310Z] #45 ... [2021-09-24T13:19:28.310Z] [2021-09-24T13:19:28.311Z] #41 [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-09-24T13:19:28.311Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:19:28.311Z] #41 35.44 Updating files: 82% (1448/1750) Updating files: 83% (1453/1750) Updating files: 84% (1470/1750) Updating files: 85% (1488/1750) Updating files: 86% (1505/1750) Updating files: 87% (1523/1750) Updating files: 88% (1540/1750) Updating files: 89% (1558/1750) Updating files: 90% (1575/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-09-24T13:19:28.311Z] #41 35.88 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-24T13:19:28.311Z] #41 39.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-09-24T13:19:28.830Z] 4612f6d0b889: Pull complete [2021-09-24T13:19:29.891Z] #19 108.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2021-09-24T13:19:29.892Z] #19 108.2 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:29.892Z] #19 108.2 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:19:29.892Z] #19 108.2 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2021-09-24T13:19:29.892Z] #19 108.3 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:29.892Z] #19 108.3 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:19:30.857Z] #41 ... [2021-09-24T13:19:30.857Z] [2021-09-24T13:19:30.857Z] #37 [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-09-24T13:19:30.857Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:19:30.857Z] #37 32.45 Fetched 8412 kB in 24s (345 kB/s) [2021-09-24T13:19:30.857Z] #37 32.45 Reading package lists... [2021-09-24T13:19:30.857Z] #37 40.92 Reading package lists... [2021-09-24T13:19:30.857Z] #37 ... [2021-09-24T13:19:30.857Z] [2021-09-24T13:19:30.857Z] #57 [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-09-24T13:19:30.857Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:19:30.857Z] #57 32.70 Fetched 8412 kB in 25s (341 kB/s) [2021-09-24T13:19:30.857Z] #57 32.70 Reading package lists... [2021-09-24T13:19:30.857Z] #57 41.17 Reading package lists... [2021-09-24T13:19:30.857Z] #57 ... [2021-09-24T13:19:30.857Z] [2021-09-24T13:19:30.857Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:30.857Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:30.857Z] #14 24.81 Reading package lists... [2021-09-24T13:19:30.857Z] #14 34.65 Reading package lists... [2021-09-24T13:19:31.691Z] #14 42.93 Building dependency tree... [2021-09-24T13:19:31.691Z] #14 ... [2021-09-24T13:19:31.691Z] [2021-09-24T13:19:31.691Z] #45 [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 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-09-24T13:19:31.691Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:31.691Z] #45 35.21 Reading package lists... [2021-09-24T13:19:32.428Z] #19 ... [2021-09-24T13:19:32.428Z] [2021-09-24T13:19:32.428Z] #48 [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-09-24T13:19:32.428Z] #48 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:19:32.428Z] #48 126.7 + dpkg --print-architecture [2021-09-24T13:19:32.428Z] #48 126.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-24T13:19:32.428Z] #48 127.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-24T13:19:32.428Z] #48 127.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-24T13:19:33.030Z] INFO: Extraction ended at 09/24/2021 13:19:31. Duration:00:00:22.4748301 [2021-09-24T13:19:33.030Z] INFO: Updating the golang and path environment variables [2021-09-24T13:19:33.030Z] INFO: GOPATH=d:\gopath [2021-09-24T13:19:33.030Z] INFO: go version go1.17.1 windows/amd64 [2021-09-24T13:19:33.030Z] INFO: Running the daemon under test in debug mode [2021-09-24T13:19:33.030Z] INFO: Running the daemon under test in containerd mode [2021-09-24T13:19:33.030Z] INFO: Starting a daemon under test... [2021-09-24T13:19:33.030Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42879\2\daemon --pidfile d:\CI\PR-42879\2\docker.pid -D --containerd \\.\pipe\containerd-containerd [2021-09-24T13:19:33.030Z] INFO: Containerd started successfully. [2021-09-24T13:19:33.030Z] INFO: Process started successfully. [2021-09-24T13:19:33.030Z] INFO: Start tailing logs of the daemon under tests [2021-09-24T13:19:33.030Z] INFO: Waiting for the daemon under test to start... [2021-09-24T13:19:33.365Z] #23 8.613 Collecting yamllint==1.26.1 [2021-09-24T13:19:33.365Z] #23 ... [2021-09-24T13:19:33.365Z] [2021-09-24T13:19:33.365Z] #51 [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-09-24T13:19:33.365Z] #51 sha256:4c51483f04040b06629cff65176fc4902067e79cc7f8d2b47f6e306fea5413ef [2021-09-24T13:19:33.365Z] #51 124.3 + /build/golangci-lint --version [2021-09-24T13:19:33.365Z] #51 124.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-24T13:19:34.274Z] #23 8.825 Collecting yamllint==1.26.1 [2021-09-24T13:19:34.274Z] #23 9.895 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-24T13:19:34.318Z] #51 DONE 125.7s [2021-09-24T13:19:34.319Z] [2021-09-24T13:19:34.319Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:19:34.319Z] #23 sha256:b30942118172f41255470fa07cc2bf423b820f07df60b30ecadaf955cade1c39 [2021-09-24T13:19:34.319Z] #23 9.668 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-24T13:19:34.319Z] #23 11.00 Collecting pathspec>=0.5.3 [2021-09-24T13:19:34.319Z] #23 11.04 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-24T13:19:34.583Z] #23 11.29 Collecting pyyaml [2021-09-24T13:19:34.583Z] #23 11.31 Downloading PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl (788 kB) [2021-09-24T13:19:34.583Z] #23 11.44 Building wheels for collected packages: yamllint [2021-09-24T13:19:34.583Z] #23 11.45 Building wheel for yamllint (setup.py): started [2021-09-24T13:19:35.214Z] #23 10.75 Collecting pathspec>=0.5.3 [2021-09-24T13:19:35.214Z] #23 10.77 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-24T13:19:35.214Z] #23 11.01 Collecting pyyaml [2021-09-24T13:19:35.477Z] #23 11.02 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-24T13:19:35.477Z] #23 11.13 Building wheels for collected packages: yamllint [2021-09-24T13:19:35.477Z] #23 11.14 Building wheel for yamllint (setup.py): started [2021-09-24T13:19:35.980Z] #23 12.67 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-24T13:19:35.980Z] #23 12.67 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fb9f78014bccfa807cdba0ff0fc47a92bd63d7f75af74c531ef191e0628025e1 [2021-09-24T13:19:35.980Z] #23 12.67 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-24T13:19:35.980Z] #23 12.69 Successfully built yamllint [2021-09-24T13:19:35.980Z] #23 12.72 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-24T13:19:36.046Z] #23 11.81 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-24T13:19:36.046Z] #23 11.81 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fb9f78014bccfa807cdba0ff0fc47a92bd63d7f75af74c531ef191e0628025e1 [2021-09-24T13:19:36.046Z] #23 11.81 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-24T13:19:36.046Z] #23 11.81 Successfully built yamllint [2021-09-24T13:19:36.046Z] #23 11.83 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-24T13:19:36.244Z] #23 13.15 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-24T13:19:36.308Z] #23 12.15 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-24T13:19:36.823Z] #23 DONE 13.5s [2021-09-24T13:19:36.823Z] [2021-09-24T13:19:36.823Z] #25 [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-09-24T13:19:36.823Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:19:37.242Z] #45 43.68 Reading package lists... [2021-09-24T13:19:37.242Z] #45 ... [2021-09-24T13:19:37.242Z] [2021-09-24T13:19:37.242Z] #51 [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-09-24T13:19:37.242Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:19:37.242Z] #51 46.21 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-24T13:19:37.242Z] #51 46.34 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-24T13:19:37.242Z] #51 46.45 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-24T13:19:37.242Z] #51 46.53 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-24T13:19:37.242Z] #51 46.71 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-24T13:19:37.242Z] #51 48.45 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-24T13:19:37.242Z] #51 48.76 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-24T13:19:37.242Z] #51 48.89 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-24T13:19:38.864Z] #23 DONE 14.5s [2021-09-24T13:19:38.864Z] [2021-09-24T13:19:38.864Z] #51 [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-09-24T13:19:38.864Z] #51 sha256:ebc567ccd400d9f60e25f63283002486f982d8aff5f7edc0010f1eb9fa534fd8 [2021-09-24T13:19:38.864Z] #51 134.6 + /build/golangci-lint --version [2021-09-24T13:19:38.864Z] #51 134.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-24T13:19:38.991Z] #48 ... [2021-09-24T13:19:38.991Z] [2021-09-24T13:19:38.991Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-09-24T13:19:38.991Z] #19 sha256:40181a04ca9d50d52c2f23c58b084bd906241e79059e82da01c4eea91fb785f0 [2021-09-24T13:19:38.991Z] #19 117.5 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2021-09-24T13:19:38.991Z] #19 117.5 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:38.991Z] #19 117.5 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:19:39.126Z] #51 DONE 135.0s [2021-09-24T13:19:39.126Z] [2021-09-24T13:19:39.126Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-24T13:19:39.126Z] #26 sha256:e2a07788db598af09cf4da5049ea6dd692b620191a7b434aa3cf128a51832ba9 [2021-09-24T13:19:39.126Z] #26 DONE 0.3s [2021-09-24T13:19:39.126Z] [2021-09-24T13:19:39.126Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-24T13:19:39.126Z] #31 sha256:11640bd64c029c240f4d52d197305667713eaca314e70978d13e83935b3bb262 [2021-09-24T13:19:39.952Z] #19 118.6 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2021-09-24T13:19:39.952Z] #19 118.6 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:40.211Z] #19 118.8 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:19:40.511Z] #31 DONE 1.3s [2021-09-24T13:19:40.512Z] [2021-09-24T13:19:40.512Z] #58 [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-09-24T13:19:40.512Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:19:40.512Z] #58 ... [2021-09-24T13:19:40.512Z] [2021-09-24T13:19:40.512Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-24T13:19:40.512Z] #34 sha256:677e9679e3dc9f47bce5112d897137d20ff7f79ca1092e160c7502e0e61ee48c [2021-09-24T13:19:40.543Z] #51 ... [2021-09-24T13:19:40.544Z] [2021-09-24T13:19:40.544Z] #45 [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 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-09-24T13:19:40.544Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:40.544Z] #45 43.68 Reading package lists... [2021-09-24T13:19:41.086Z] #34 DONE 0.7s [2021-09-24T13:19:41.086Z] [2021-09-24T13:19:41.086Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-24T13:19:41.086Z] #36 sha256:4c3047e11b912433ad675781c7d6e5d298dce944f40279c1383d7d8780970c58 [2021-09-24T13:19:41.348Z] #36 DONE 0.1s [2021-09-24T13:19:41.348Z] [2021-09-24T13:19:41.348Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-24T13:19:41.348Z] #39 sha256:a23406c58d5e99f13ef2e0339b0bd4e64bd11a726b9618065c952c94dbdb5128 [2021-09-24T13:19:41.348Z] #39 DONE 0.1s [2021-09-24T13:19:41.348Z] [2021-09-24T13:19:41.348Z] #55 [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-09-24T13:19:41.348Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:19:41.348Z] #55 ... [2021-09-24T13:19:41.348Z] [2021-09-24T13:19:41.348Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-24T13:19:41.348Z] #42 sha256:8a23b9d322ab8fb108e5c1f076cce29e7b544b868c22c6218e3abef42ca66bcd [2021-09-24T13:19:42.732Z] #42 DONE 1.2s [2021-09-24T13:19:42.732Z] [2021-09-24T13:19:42.732Z] #55 [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-09-24T13:19:42.732Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:19:42.732Z] #55 ... [2021-09-24T13:19:42.732Z] [2021-09-24T13:19:42.732Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-24T13:19:42.732Z] #46 sha256:8e63f3366f80f12c126231bd84748c4226727d0b96c5a4cfbdc944704c48edb1 [2021-09-24T13:19:42.732Z] #46 DONE 0.1s [2021-09-24T13:19:42.732Z] [2021-09-24T13:19:42.732Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-24T13:19:42.732Z] #48 sha256:634f0e9105217eb617b7a6b2e32bae8dd7c2638c515e4fbf2295e2af95735a28 [2021-09-24T13:19:42.732Z] #48 DONE 0.1s [2021-09-24T13:19:42.732Z] [2021-09-24T13:19:42.732Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-24T13:19:42.732Z] #50 sha256:37f7ca1aef1dc8b130d5ae0b0b5ceb1458a94621faefa9119357f873823b08fe [2021-09-24T13:19:42.732Z] #50 DONE 0.2s [2021-09-24T13:19:42.732Z] [2021-09-24T13:19:42.732Z] #55 [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-09-24T13:19:42.732Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:19:42.746Z] #19 ... [2021-09-24T13:19:42.746Z] [2021-09-24T13:19:42.746Z] #58 [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-09-24T13:19:42.746Z] #58 sha256:63881e2e892d9ec8ae1887cfb10b13e1b22b7a81c99e0e037d767d1ae54e0b4b [2021-09-24T13:19:42.746Z] #58 122.8 + /build/golangci-lint --version [2021-09-24T13:19:42.746Z] #58 123.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-24T13:19:42.746Z] #58 DONE 129.6s [2021-09-24T13:19:42.746Z] [2021-09-24T13:19:42.746Z] #48 [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-09-24T13:19:42.746Z] #48 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:19:42.746Z] #48 DONE 137.3s [2021-09-24T13:19:42.992Z] #55 ... [2021-09-24T13:19:42.993Z] [2021-09-24T13:19:42.993Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-24T13:19:42.993Z] #52 sha256:879af360a3fe972b9e936d5ea3fcf764281ddd53b856b6ae2c6240f4025f2a96 [2021-09-24T13:19:43.005Z] [2021-09-24T13:19:43.005Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-09-24T13:19:43.005Z] #19 sha256:40181a04ca9d50d52c2f23c58b084bd906241e79059e82da01c4eea91fb785f0 [2021-09-24T13:19:43.053Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-24T13:19:43.091Z] #45 52.00 Building dependency tree... [2021-09-24T13:19:43.091Z] #45 ... [2021-09-24T13:19:43.091Z] [2021-09-24T13:19:43.091Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:43.091Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:43.091Z] #14 42.93 Building dependency tree... [2021-09-24T13:19:43.091Z] #14 48.90 The following additional packages will be installed: [2021-09-24T13:19:43.091Z] #14 48.93 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:19:43.091Z] #14 48.94 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-24T13:19:43.091Z] #14 48.94 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-24T13:19:43.091Z] #14 48.94 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-24T13:19:43.091Z] #14 48.94 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-24T13:19:43.091Z] #14 48.94 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-24T13:19:43.091Z] #14 48.95 mingw-w64-common mingw-w64-x86-64-dev [2021-09-24T13:19:43.091Z] #14 49.00 Suggested packages: [2021-09-24T13:19:43.091Z] #14 49.00 gcc-10-locales seccomp wine64 [2021-09-24T13:19:43.091Z] #14 51.14 The following NEW packages will be installed: [2021-09-24T13:19:43.091Z] #14 51.17 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:19:43.091Z] #14 51.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-24T13:19:43.091Z] #14 51.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-24T13:19:43.091Z] #14 51.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-24T13:19:43.091Z] #14 51.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-24T13:19:43.091Z] #14 51.17 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-24T13:19:43.091Z] #14 51.17 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-24T13:19:43.091Z] #14 51.18 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-24T13:19:43.091Z] #14 51.18 mingw-w64-x86-64-dev [2021-09-24T13:19:43.091Z] #14 51.75 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:19:43.091Z] #14 51.75 Need to get 115 MB of archives. [2021-09-24T13:19:43.091Z] #14 51.75 After this operation, 645 MB of additional disk space will be used. [2021-09-24T13:19:43.091Z] #14 51.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-09-24T13:19:43.091Z] #14 51.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-09-24T13:19:43.091Z] #14 52.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-24T13:19:43.091Z] #14 52.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-09-24T13:19:43.091Z] #14 52.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-24T13:19:43.091Z] #14 52.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-24T13:19:43.091Z] #14 52.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-09-24T13:19:43.091Z] #14 52.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-09-24T13:19:43.091Z] #14 52.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-09-24T13:19:43.091Z] #14 53.75 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:19:43.353Z] #14 ... [2021-09-24T13:19:43.353Z] [2021-09-24T13:19:43.353Z] #53 [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-09-24T13:19:43.353Z] #53 sha256:89fdf90c406f1372ba05168f444b5db2a10cf6de9b90d02e0f5cf27abe1a0209 [2021-09-24T13:19:43.353Z] #53 DONE 55.4s [2021-09-24T13:19:43.353Z] [2021-09-24T13:19:43.354Z] #37 [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-09-24T13:19:43.354Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:19:43.354Z] #37 40.92 Reading package lists... [2021-09-24T13:19:43.354Z] #37 49.46 Building dependency tree... [2021-09-24T13:19:43.354Z] #37 55.17 The following additional packages will be installed: [2021-09-24T13:19:43.354Z] #37 55.20 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-24T13:19:43.354Z] #37 55.20 Suggested packages: [2021-09-24T13:19:43.354Z] #37 55.22 cmake-doc ninja-build lrzip [2021-09-24T13:19:43.354Z] #37 55.22 Recommended packages: [2021-09-24T13:19:43.354Z] #37 55.22 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-24T13:19:43.562Z] #52 DONE 0.7s [2021-09-24T13:19:43.562Z] [2021-09-24T13:19:43.562Z] #55 [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-09-24T13:19:43.562Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:19:43.822Z] #55 ... [2021-09-24T13:19:43.822Z] [2021-09-24T13:19:43.822Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-24T13:19:43.822Z] #54 sha256:963dd82132c324d61b88f05a7ec254e0c91d6acbb634e8f2c45ae404379be712 [2021-09-24T13:19:43.822Z] #54 DONE 0.1s [2021-09-24T13:19:43.822Z] [2021-09-24T13:19:43.822Z] #55 [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-09-24T13:19:43.822Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:19:43.933Z] #37 ... [2021-09-24T13:19:43.933Z] [2021-09-24T13:19:43.933Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:43.933Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:43.933Z] #14 55.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:19:44.582Z] #14 56.64 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-09-24T13:19:44.990Z] ...INFO: Daemon under test started and replied! [2021-09-24T13:19:44.990Z] INFO: Docker version of the daemon under test [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] Client: [2021-09-24T13:19:44.990Z] Version: 17.06.2-ce [2021-09-24T13:19:44.990Z] API version: 1.30 [2021-09-24T13:19:44.990Z] Go version: go1.8.3 [2021-09-24T13:19:44.990Z] Git commit: cec0b72 [2021-09-24T13:19:44.990Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-24T13:19:44.990Z] OS/Arch: windows/amd64 [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] Server: [2021-09-24T13:19:44.990Z] Version: 0.0.0-dev [2021-09-24T13:19:44.990Z] API version: 1.42 (minimum version 1.24) [2021-09-24T13:19:44.990Z] Go version: go1.17.1 [2021-09-24T13:19:44.990Z] Git commit: 09de87ebbe [2021-09-24T13:19:44.990Z] Built: 09/24/2021 13:17:59 [2021-09-24T13:19:44.990Z] OS/Arch: windows/amd64 [2021-09-24T13:19:44.990Z] Experimental: false [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] INFO: Docker info of the daemon under test [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] Containers: 0 [2021-09-24T13:19:44.990Z] Running: 0 [2021-09-24T13:19:44.990Z] Paused: 0 [2021-09-24T13:19:44.990Z] Stopped: 0 [2021-09-24T13:19:44.990Z] Images: 0 [2021-09-24T13:19:44.990Z] Server Version: 0.0.0-dev [2021-09-24T13:19:44.990Z] Storage Driver: windowsfilter [2021-09-24T13:19:44.990Z] Windows: [2021-09-24T13:19:44.990Z] Logging Driver: json-file [2021-09-24T13:19:44.990Z] Plugins: [2021-09-24T13:19:44.990Z] Volume: local [2021-09-24T13:19:44.990Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:19:44.990Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:19:44.990Z] Swarm: inactive [2021-09-24T13:19:44.990Z] Default Isolation: process [2021-09-24T13:19:44.990Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:19:44.990Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:19:44.990Z] OSType: windows [2021-09-24T13:19:44.990Z] Architecture: x86_64 [2021-09-24T13:19:44.990Z] CPUs: 4 [2021-09-24T13:19:44.990Z] Total Memory: 32GiB [2021-09-24T13:19:44.990Z] Name: azwin-2-2293a0 [2021-09-24T13:19:44.990Z] ID: AOWJ:SPE6:6JXK:B5H2:7CCJ:OJB5:BICU:EKXU:Q5N7:MRWI:GHZ2:7VCS [2021-09-24T13:19:44.990Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T13:19:44.990Z] Debug Mode (client): false [2021-09-24T13:19:44.990Z] Debug Mode (server): true [2021-09-24T13:19:44.990Z] File Descriptors: -1 [2021-09-24T13:19:44.990Z] Goroutines: 16 [2021-09-24T13:19:44.990Z] System Time: 2021-09-24T13:19:44.3420794Z [2021-09-24T13:19:44.990Z] EventsListeners: 0 [2021-09-24T13:19:44.990Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:19:44.990Z] Labels: [2021-09-24T13:19:44.990Z] Experimental: false [2021-09-24T13:19:44.990Z] Insecure Registries: [2021-09-24T13:19:44.990Z] 127.0.0.0/8 [2021-09-24T13:19:44.990Z] Live Restore Enabled: false [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] INFO: Docker images of the daemon under test [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:19:44.990Z] [2021-09-24T13:19:44.990Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-24T13:19:44.990Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-24T13:19:44.990Z] ltsc2022: Pulling from windows/servercore [2021-09-24T13:19:44.990Z] 8f616e6e9eec: Pulling fs layer [2021-09-24T13:19:44.990Z] 48a76b150a3a: Pulling fs layer [2021-09-24T13:19:45.546Z] #14 57.31 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:19:46.293Z] #19 124.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2021-09-24T13:19:46.293Z] #19 124.6 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:46.293Z] #19 124.6 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:19:46.293Z] #19 124.6 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2021-09-24T13:19:46.293Z] #19 124.6 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:46.293Z] #19 124.6 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:19:47.474Z] #14 59.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:19:47.735Z] #14 ... [2021-09-24T13:19:47.735Z] [2021-09-24T13:19:47.735Z] #57 [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-09-24T13:19:47.735Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:19:47.735Z] #57 41.17 Reading package lists... [2021-09-24T13:19:47.735Z] #57 49.98 Building dependency tree... [2021-09-24T13:19:47.735Z] #57 55.61 The following additional packages will be installed: [2021-09-24T13:19:47.735Z] #57 55.61 libbtrfs0 [2021-09-24T13:19:47.735Z] #57 55.99 The following NEW packages will be installed: [2021-09-24T13:19:47.735Z] #57 56.00 libbtrfs-dev libbtrfs0 [2021-09-24T13:19:47.735Z] #57 56.46 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:19:47.735Z] #57 56.46 Need to get 460 kB of archives. [2021-09-24T13:19:47.735Z] #57 56.46 After this operation, 1237 kB of additional disk space will be used. [2021-09-24T13:19:47.735Z] #57 56.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-24T13:19:47.735Z] #57 56.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-24T13:19:47.735Z] #57 57.75 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:19:47.735Z] #57 58.30 Fetched 460 kB in 0s (1087 kB/s) [2021-09-24T13:19:47.735Z] #57 58.50 Selecting previously unselected package libbtrfs0:amd64. [2021-09-24T13:19:47.735Z] #57 58.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-24T13:19:47.735Z] #57 58.67 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-24T13:19:47.735Z] #57 58.69 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:19:47.735Z] #57 59.07 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-24T13:19:47.735Z] #57 59.07 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-24T13:19:47.735Z] #57 59.07 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:19:47.997Z] #57 59.85 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:19:47.997Z] #57 59.89 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:19:47.997Z] #57 ... [2021-09-24T13:19:47.997Z] [2021-09-24T13:19:47.997Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:19:47.997Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:19:47.997Z] #14 59.87 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-09-24T13:19:47.997Z] #14 59.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-24T13:19:47.997Z] #14 59.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-24T13:19:47.997Z] #14 59.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-24T13:19:47.997Z] #14 59.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-24T13:19:47.997Z] #14 59.98 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-09-24T13:19:47.997Z] #14 59.98 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-24T13:19:47.997Z] #14 59.98 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-24T13:19:47.997Z] #14 60.01 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-24T13:19:47.997Z] #14 60.03 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-24T13:19:47.997Z] #14 60.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-24T13:19:47.997Z] #14 60.03 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-24T13:19:47.997Z] #14 60.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-24T13:19:47.997Z] #14 60.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-09-24T13:19:47.997Z] #14 60.16 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-24T13:19:47.997Z] #14 60.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-24T13:19:48.570Z] #14 ... [2021-09-24T13:19:48.570Z] [2021-09-24T13:19:48.570Z] #57 [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-09-24T13:19:48.570Z] #57 sha256:7ca3e42685459dff7d8dbe39e766b5937b951ddb767a1c4c1ae7a817e6578066 [2021-09-24T13:19:48.570Z] #57 59.94 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:19:48.570Z] #57 DONE 60.4s [2021-09-24T13:19:48.570Z] [2021-09-24T13:19:48.570Z] #45 [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 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-09-24T13:19:48.570Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:48.570Z] #45 57.51 The following additional packages will be installed: [2021-09-24T13:19:48.570Z] #45 57.51 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 libpython2-stdlib [2021-09-24T13:19:48.570Z] #45 57.51 libpython2.7-minimal libpython2.7-stdlib mailcap mime-support [2021-09-24T13:19:48.570Z] #45 57.51 python-is-python2 python2 python2-minimal python2.7 python2.7-minimal [2021-09-24T13:19:48.570Z] #45 57.51 python3-pkg-resources python3-protobuf python3-six [2021-09-24T13:19:48.570Z] #45 57.55 Suggested packages: [2021-09-24T13:19:48.570Z] #45 57.56 python2-doc python-tk python2.7-doc binfmt-support python3-setuptools [2021-09-24T13:19:48.570Z] #45 57.56 Recommended packages: [2021-09-24T13:19:48.570Z] #45 57.56 iproute2 | iproute bzip2 file xz-utils [2021-09-24T13:19:48.570Z] #45 59.31 The following NEW packages will be installed: [2021-09-24T13:19:48.570Z] #45 59.35 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 libpython2-stdlib [2021-09-24T13:19:48.570Z] #45 59.36 libpython2.7-minimal libpython2.7-stdlib mailcap mime-support [2021-09-24T13:19:48.570Z] #45 59.36 python-is-python2 python2 python2-minimal python2.7 python2.7-minimal [2021-09-24T13:19:48.570Z] #45 59.37 python3-pkg-resources python3-protobuf python3-six [2021-09-24T13:19:48.570Z] #45 60.02 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:19:48.570Z] #45 60.02 Need to get 6313 kB of archives. [2021-09-24T13:19:48.570Z] #45 60.02 After this operation, 27.3 MB of additional disk space will be used. [2021-09-24T13:19:48.570Z] #45 60.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2.7-minimal amd64 2.7.18-8 [396 kB] [2021-09-24T13:19:48.570Z] #45 60.03 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2.7-minimal amd64 2.7.18-8 [1322 kB] [2021-09-24T13:19:48.570Z] #45 60.19 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2-minimal amd64 2.7.18-3 [34.2 kB] [2021-09-24T13:19:48.570Z] #45 60.19 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] [2021-09-24T13:19:48.570Z] #45 60.19 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] [2021-09-24T13:19:48.570Z] #45 60.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2.7-stdlib amd64 2.7.18-8 [1865 kB] [2021-09-24T13:19:48.832Z] #45 60.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2.7 amd64 2.7.18-8 [311 kB] [2021-09-24T13:19:48.832Z] #45 60.46 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpython2-stdlib amd64 2.7.18-3 [21.2 kB] [2021-09-24T13:19:48.832Z] #45 60.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python2 amd64 2.7.18-3 [24.5 kB] [2021-09-24T13:19:48.832Z] #45 60.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-24T13:19:48.832Z] #45 60.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:19:48.832Z] #45 60.54 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-24T13:19:48.832Z] #45 60.56 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-24T13:19:48.832Z] #45 60.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-is-python2 all 2.7.18-9 [2940 B] [2021-09-24T13:19:48.832Z] #45 60.61 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-24T13:19:48.832Z] #45 60.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-24T13:19:48.832Z] #45 60.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-24T13:19:50.497Z] #19 128.7 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2021-09-24T13:19:50.497Z] #19 128.7 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:50.497Z] #19 128.7 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:19:50.497Z] #19 128.8 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2021-09-24T13:19:50.497Z] #19 128.8 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:50.497Z] #19 128.8 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:19:50.656Z] ...INFO: Daemon under test started and replied! [2021-09-24T13:19:50.656Z] INFO: Docker version of the daemon under test [2021-09-24T13:19:50.656Z] [2021-09-24T13:19:50.656Z] Client: [2021-09-24T13:19:51.113Z] Version: 17.06.2-ce [2021-09-24T13:19:51.113Z] API version: 1.30 [2021-09-24T13:19:51.113Z] Go version: go1.8.3 [2021-09-24T13:19:51.113Z] Git commit: cec0b72 [2021-09-24T13:19:51.113Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-24T13:19:51.113Z] OS/Arch: windows/amd64 [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] Server: [2021-09-24T13:19:51.113Z] Version: 0.0.0-dev [2021-09-24T13:19:51.113Z] API version: 1.42 (minimum version 1.24) [2021-09-24T13:19:51.113Z] Go version: go1.17.1 [2021-09-24T13:19:51.113Z] Git commit: 09de87ebbe [2021-09-24T13:19:51.113Z] Built: 09/24/2021 13:18:02 [2021-09-24T13:19:51.113Z] OS/Arch: windows/amd64 [2021-09-24T13:19:51.113Z] Experimental: false [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] INFO: Docker info of the daemon under test [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] Containers: 0 [2021-09-24T13:19:51.113Z] Running: 0 [2021-09-24T13:19:51.113Z] Paused: 0 [2021-09-24T13:19:51.113Z] Stopped: 0 [2021-09-24T13:19:51.113Z] Images: 0 [2021-09-24T13:19:51.113Z] Server Version: 0.0.0-dev [2021-09-24T13:19:51.113Z] Storage Driver: windowsfilter [2021-09-24T13:19:51.113Z] Windows: [2021-09-24T13:19:51.113Z] Logging Driver: json-file [2021-09-24T13:19:51.113Z] Plugins: [2021-09-24T13:19:51.113Z] Volume: local [2021-09-24T13:19:51.113Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:19:51.113Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:19:51.113Z] Swarm: inactive [2021-09-24T13:19:51.113Z] Default Isolation: process [2021-09-24T13:19:51.113Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T13:19:51.113Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T13:19:51.113Z] OSType: windows [2021-09-24T13:19:51.113Z] Architecture: x86_64 [2021-09-24T13:19:51.113Z] CPUs: 4 [2021-09-24T13:19:51.113Z] Total Memory: 32GiB [2021-09-24T13:19:51.113Z] Name: azwin-2-8035f0 [2021-09-24T13:19:51.113Z] ID: 5ZXF:JPLU:DH2U:LVI6:4IHN:HACS:VDIF:UZLD:4TEO:T5SQ:6OUG:K4CX [2021-09-24T13:19:51.113Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T13:19:51.113Z] Debug Mode (client): false [2021-09-24T13:19:51.113Z] Debug Mode (server): true [2021-09-24T13:19:51.113Z] File Descriptors: -1 [2021-09-24T13:19:51.113Z] Goroutines: 31 [2021-09-24T13:19:51.113Z] System Time: 2021-09-24T13:19:50.6579436Z [2021-09-24T13:19:51.113Z] EventsListeners: 0 [2021-09-24T13:19:51.113Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:19:51.113Z] Labels: [2021-09-24T13:19:51.113Z] Experimental: false [2021-09-24T13:19:51.113Z] Insecure Registries: [2021-09-24T13:19:51.113Z] 127.0.0.0/8 [2021-09-24T13:19:51.113Z] Live Restore Enabled: false [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] INFO: Docker images of the daemon under test [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:19:51.113Z] [2021-09-24T13:19:51.113Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-24T13:19:51.113Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-24T13:19:51.113Z] ltsc2022: Pulling from windows/servercore [2021-09-24T13:19:51.113Z] 8f616e6e9eec: Pulling fs layer [2021-09-24T13:19:51.113Z] 48a76b150a3a: Pulling fs layer [2021-09-24T13:19:52.139Z] #45 63.24 Get:18 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.16-1 [661 kB] [2021-09-24T13:19:52.401Z] #45 ... [2021-09-24T13:19:52.401Z] [2021-09-24T13:19:52.401Z] #58 [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-09-24T13:19:52.401Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:19:52.401Z] #58 1.662 + RM_GOPATH=0 [2021-09-24T13:19:52.401Z] #58 1.662 + TMP_GOPATH= [2021-09-24T13:19:52.401Z] #58 1.662 + : /build [2021-09-24T13:19:52.401Z] #58 1.662 + '[' -z '' ']' [2021-09-24T13:19:52.401Z] #58 1.685 ++ mktemp -d [2021-09-24T13:19:52.401Z] #58 1.695 + export GOPATH=/tmp/tmp.vzFah4Q7Mk [2021-09-24T13:19:52.401Z] #58 1.696 + GOPATH=/tmp/tmp.vzFah4Q7Mk [2021-09-24T13:19:52.401Z] #58 1.696 + RM_GOPATH=1 [2021-09-24T13:19:52.401Z] #58 1.696 + case "$(go env GOARCH)" in [2021-09-24T13:19:52.401Z] #58 1.697 ++ go env GOARCH [2021-09-24T13:19:52.401Z] #58 1.768 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:19:52.401Z] #58 1.768 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:19:52.401Z] #58 1.768 ++ dirname /tmp/install/install.sh [2021-09-24T13:19:52.401Z] #58 1.770 + dir=/tmp/install [2021-09-24T13:19:52.401Z] #58 1.770 + bin=containerd [2021-09-24T13:19:52.401Z] #58 1.770 + shift [2021-09-24T13:19:52.401Z] #58 1.770 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-24T13:19:52.401Z] #58 1.770 + . /tmp/install/containerd.installer [2021-09-24T13:19:52.401Z] #58 1.770 ++ set -e [2021-09-24T13:19:52.401Z] #58 1.770 ++ : v1.5.5 [2021-09-24T13:19:52.401Z] #58 1.783 + install_containerd [2021-09-24T13:19:52.401Z] #58 1.784 + echo 'Install containerd version v1.5.5' [2021-09-24T13:19:52.401Z] #58 1.784 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vzFah4Q7Mk/src/github.com/containerd/containerd [2021-09-24T13:19:52.401Z] #58 1.784 Install containerd version v1.5.5 [2021-09-24T13:19:52.401Z] #58 1.786 Cloning into '/tmp/tmp.vzFah4Q7Mk/src/github.com/containerd/containerd'... [2021-09-24T13:19:53.561Z] 48a76b150a3a: Retrying in 5 seconds [2021-09-24T13:19:53.562Z] 48a76b150a3a: Retrying in 4 seconds [2021-09-24T13:19:54.316Z] #58 ... [2021-09-24T13:19:54.316Z] [2021-09-24T13:19:54.316Z] #45 [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 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-09-24T13:19:54.316Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:19:54.316Z] #45 65.16 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:19:54.316Z] #45 65.56 Fetched 6313 kB in 4s (1524 kB/s) [2021-09-24T13:19:54.316Z] #45 65.73 Selecting previously unselected package libpython2.7-minimal:amd64. [2021-09-24T13:19:54.316Z] #45 65.73 (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 ... 15713 files and directories currently installed.) [2021-09-24T13:19:54.316Z] #45 65.81 Preparing to unpack .../0-libpython2.7-minimal_2.7.18-8_amd64.deb ... [2021-09-24T13:19:54.316Z] #45 65.84 Unpacking libpython2.7-minimal:amd64 (2.7.18-8) ... [2021-09-24T13:19:54.527Z] 48a76b150a3a: Retrying in 3 seconds [2021-09-24T13:19:54.577Z] #45 ... [2021-09-24T13:19:54.577Z] [2021-09-24T13:19:54.577Z] #37 [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-09-24T13:19:54.577Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:19:54.577Z] #37 56.64 The following NEW packages will be installed: [2021-09-24T13:19:54.577Z] #37 56.64 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-24T13:19:54.577Z] #37 56.64 vim-common xxd [2021-09-24T13:19:54.577Z] #37 57.27 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:19:54.577Z] #37 57.27 Need to get 17.7 MB of archives. [2021-09-24T13:19:54.577Z] #37 57.27 After this operation, 70.7 MB of additional disk space will be used. [2021-09-24T13:19:54.577Z] #37 57.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-24T13:19:54.577Z] #37 57.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:19:54.577Z] #37 57.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-24T13:19:54.577Z] #37 57.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-24T13:19:54.577Z] #37 58.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-24T13:19:54.577Z] #37 58.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-24T13:19:54.577Z] #37 58.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-24T13:19:54.577Z] #37 58.25 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-24T13:19:54.577Z] #37 58.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-24T13:19:54.577Z] #37 58.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-24T13:19:54.577Z] #37 60.09 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:19:54.577Z] #37 60.47 Fetched 17.7 MB in 2s (9548 kB/s) [2021-09-24T13:19:54.577Z] #37 60.69 Selecting previously unselected package xxd. [2021-09-24T13:19:54.577Z] #37 60.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-24T13:19:54.577Z] #37 60.83 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:19:54.577Z] #37 60.92 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:19:54.577Z] #37 61.19 Selecting previously unselected package vim-common. [2021-09-24T13:19:54.578Z] #37 61.20 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:19:54.578Z] #37 61.23 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:19:54.578Z] #37 61.63 Selecting previously unselected package cmake-data. [2021-09-24T13:19:54.578Z] #37 61.64 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-24T13:19:54.578Z] #37 61.65 Unpacking cmake-data (3.18.4-2) ... [2021-09-24T13:19:54.578Z] #37 66.27 Selecting previously unselected package libicu67:amd64. [2021-09-24T13:19:54.578Z] #37 66.27 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-24T13:19:54.578Z] #37 66.28 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-24T13:19:54.686Z] #19 132.6 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-09-24T13:19:54.686Z] #19 132.6 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:19:54.686Z] #19 132.7 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:19:54.686Z] #19 132.7 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-09-24T13:19:54.686Z] #19 132.7 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:19:54.686Z] #19 132.7 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:19:54.686Z] #19 132.7 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-09-24T13:19:54.686Z] #19 132.7 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:19:54.686Z] #19 132.7 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:19:54.686Z] #19 132.7 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-09-24T13:19:54.686Z] #19 132.7 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:19:54.686Z] #19 132.7 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:19:54.686Z] #19 132.8 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-09-24T13:19:54.686Z] #19 132.8 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:19:54.686Z] #19 132.8 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:19:54.686Z] #19 132.8 Selecting previously unselected package cross-config. [2021-09-24T13:19:54.686Z] #19 132.8 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2021-09-24T13:19:54.686Z] #19 132.8 Unpacking cross-config (2.6.18+nmu1) ... [2021-09-24T13:19:54.686Z] #19 132.8 Selecting previously unselected package gcc-10-cross-base. [2021-09-24T13:19:54.686Z] #19 132.8 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 132.9 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 132.9 Selecting previously unselected package libc6-arm64-cross. [2021-09-24T13:19:54.686Z] #19 132.9 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2021-09-24T13:19:54.686Z] #19 132.9 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2021-09-24T13:19:54.686Z] #19 133.0 Selecting previously unselected package libgcc-s1-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.0 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.0 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.0 Selecting previously unselected package libgomp1-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.1 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.1 Selecting previously unselected package libitm1-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.1 Selecting previously unselected package libatomic1-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.1 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.1 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.2 Selecting previously unselected package libasan6-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.4 Selecting previously unselected package liblsan0-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.4 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.686Z] #19 133.4 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:54.686Z] #19 133.5 Selecting previously unselected package libtsan0-arm64-cross. [2021-09-24T13:19:54.686Z] #19 133.5 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:54.838Z] #37 ... [2021-09-24T13:19:54.838Z] [2021-09-24T13:19:54.839Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:19:54.839Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:19:54.944Z] #19 133.5 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:55.100Z] #33 66.13 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-09-24T13:19:55.203Z] #19 133.7 Selecting previously unselected package libstdc++6-arm64-cross. [2021-09-24T13:19:55.203Z] #19 133.7 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:55.203Z] #19 133.7 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:55.203Z] #19 133.8 Selecting previously unselected package libubsan1-arm64-cross. [2021-09-24T13:19:55.203Z] #19 133.8 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:55.203Z] #19 133.8 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:55.203Z] #19 133.9 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2021-09-24T13:19:55.203Z] #19 133.9 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:19:55.203Z] #19 133.9 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:19:55.203Z] #19 134.0 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2021-09-24T13:19:55.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-24T13:19:55.361Z] #33 66.96 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-24T13:19:55.462Z] #19 134.0 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:19:55.463Z] #19 134.0 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:19:55.493Z] 48a76b150a3a: Retrying in 2 seconds [2021-09-24T13:19:56.316Z] #33 68.10 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:19:56.460Z] 48a76b150a3a: Retrying in 1 second [2021-09-24T13:19:57.426Z] 8f616e6e9eec: Verifying Checksum [2021-09-24T13:19:57.426Z] 8f616e6e9eec: Download complete [2021-09-24T13:19:58.847Z] #25 ... [2021-09-24T13:19:58.847Z] [2021-09-24T13:19:58.847Z] #58 [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-09-24T13:19:58.847Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:19:58.847Z] #58 146.7 + bin/containerd [2021-09-24T13:20:00.524Z] #33 ... [2021-09-24T13:20:00.524Z] [2021-09-24T13:20:00.524Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:20:00.524Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:20:00.524Z] #14 61.77 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:20:00.524Z] #14 62.21 Fetched 115 MB in 9s (12.9 MB/s) [2021-09-24T13:20:00.524Z] #14 62.33 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-24T13:20:00.524Z] #14 62.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 ... 15713 files and directories currently installed.) [2021-09-24T13:20:00.524Z] #14 62.38 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:20:00.524Z] #14 62.39 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:20:00.524Z] #14 66.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-24T13:20:00.524Z] #14 66.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:20:00.524Z] #14 66.10 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:20:00.524Z] #14 70.08 Selecting previously unselected package binutils-mingw-w64. [2021-09-24T13:20:00.524Z] #14 70.12 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-24T13:20:00.524Z] #14 70.14 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:20:00.524Z] #14 70.31 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-24T13:20:00.524Z] #14 70.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:20:00.524Z] #14 70.33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:20:00.524Z] #14 70.62 Selecting previously unselected package dmsetup. [2021-09-24T13:20:00.524Z] #14 70.63 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:20:00.524Z] #14 70.63 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:20:00.524Z] #14 70.86 Selecting previously unselected package mingw-w64-common. [2021-09-24T13:20:00.524Z] #14 70.86 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-24T13:20:00.524Z] #14 70.86 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-24T13:20:00.524Z] #14 ... [2021-09-24T13:20:00.524Z] [2021-09-24T13:20:00.524Z] #45 [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 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-09-24T13:20:00.524Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:20:00.524Z] #45 66.84 Selecting previously unselected package python2.7-minimal. [2021-09-24T13:20:00.524Z] #45 66.85 Preparing to unpack .../1-python2.7-minimal_2.7.18-8_amd64.deb ... [2021-09-24T13:20:00.524Z] #45 66.90 Unpacking python2.7-minimal (2.7.18-8) ... [2021-09-24T13:20:00.524Z] #45 68.59 Selecting previously unselected package python2-minimal. [2021-09-24T13:20:00.524Z] #45 68.59 Preparing to unpack .../2-python2-minimal_2.7.18-3_amd64.deb ... [2021-09-24T13:20:00.524Z] #45 68.60 Unpacking python2-minimal (2.7.18-3) ... [2021-09-24T13:20:00.524Z] #45 68.82 Selecting previously unselected package mailcap. [2021-09-24T13:20:00.524Z] #45 68.83 Preparing to unpack .../3-mailcap_3.69_all.deb ... [2021-09-24T13:20:00.524Z] #45 68.84 Unpacking mailcap (3.69) ... [2021-09-24T13:20:00.524Z] #45 69.02 Selecting previously unselected package mime-support. [2021-09-24T13:20:00.524Z] #45 69.02 Preparing to unpack .../4-mime-support_3.66_all.deb ... [2021-09-24T13:20:00.524Z] #45 69.03 Unpacking mime-support (3.66) ... [2021-09-24T13:20:00.524Z] #45 69.25 Selecting previously unselected package libpython2.7-stdlib:amd64. [2021-09-24T13:20:00.524Z] #45 69.26 Preparing to unpack .../5-libpython2.7-stdlib_2.7.18-8_amd64.deb ... [2021-09-24T13:20:00.524Z] #45 69.27 Unpacking libpython2.7-stdlib:amd64 (2.7.18-8) ... [2021-09-24T13:20:00.524Z] #45 72.13 Selecting previously unselected package python2.7. [2021-09-24T13:20:00.524Z] #45 72.13 Preparing to unpack .../6-python2.7_2.7.18-8_amd64.deb ... [2021-09-24T13:20:00.524Z] #45 72.15 Unpacking python2.7 (2.7.18-8) ... [2021-09-24T13:20:00.733Z] #19 139.1 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-09-24T13:20:00.733Z] #19 139.1 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:00.733Z] #19 139.1 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:00.733Z] #19 139.1 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-09-24T13:20:00.733Z] #19 139.1 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2021-09-24T13:20:00.733Z] #19 139.1 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-09-24T13:20:00.733Z] #19 139.3 Selecting previously unselected package libc6-dev-arm64-cross. [2021-09-24T13:20:00.733Z] #19 139.3 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:00.733Z] #19 139.3 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2021-09-24T13:20:00.733Z] #19 139.5 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2021-09-24T13:20:00.785Z] #45 72.54 Selecting previously unselected package libpython2-stdlib:amd64. [2021-09-24T13:20:00.991Z] #19 139.5 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:00.991Z] #19 139.5 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:01.047Z] #45 72.55 Preparing to unpack .../7-libpython2-stdlib_2.7.18-3_amd64.deb ... [2021-09-24T13:20:01.047Z] #45 72.55 Unpacking libpython2-stdlib:amd64 (2.7.18-3) ... [2021-09-24T13:20:01.047Z] #45 72.77 Setting up libpython2.7-minimal:amd64 (2.7.18-8) ... [2021-09-24T13:20:01.308Z] #45 72.88 Setting up python2.7-minimal (2.7.18-8) ... [2021-09-24T13:20:01.557Z] #19 140.2 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2021-09-24T13:20:01.557Z] #19 140.2 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:01.557Z] #19 140.2 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:01.931Z] #55 ... [2021-09-24T13:20:01.931Z] [2021-09-24T13:20:01.931Z] #58 [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-09-24T13:20:01.931Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:20:01.931Z] #58 155.6 + bin/containerd [2021-09-24T13:20:02.172Z] #58 ... [2021-09-24T13:20:02.172Z] [2021-09-24T13:20:02.172Z] #25 [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-09-24T13:20:02.172Z] #25 sha256:1a33640ebba52e93e6f4c7e5bd7eafc583fda6381266a99835dab6f5e02d6f22 [2021-09-24T13:20:02.172Z] #25 153.4 + return [2021-09-24T13:20:03.219Z] 48a76b150a3a: Verifying Checksum [2021-09-24T13:20:03.219Z] 48a76b150a3a: Download complete [2021-09-24T13:20:03.237Z] #45 74.79 Setting up python2-minimal (2.7.18-3) ... [2021-09-24T13:20:03.237Z] #45 ... [2021-09-24T13:20:03.237Z] [2021-09-24T13:20:03.237Z] #37 [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-09-24T13:20:03.237Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:20:03.237Z] #37 75.16 Selecting previously unselected package libxml2:amd64. [2021-09-24T13:20:03.237Z] #37 75.16 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-24T13:20:03.237Z] #37 75.17 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-24T13:20:03.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-24T13:20:03.457Z] 48a76b150a3a: Verifying Checksum [2021-09-24T13:20:03.457Z] 48a76b150a3a: Download complete [2021-09-24T13:20:03.500Z] #37 75.63 Selecting previously unselected package libarchive13:amd64. [2021-09-24T13:20:03.572Z] #25 DONE 155.3s [2021-09-24T13:20:03.573Z] [2021-09-24T13:20:03.573Z] #55 [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-09-24T13:20:03.573Z] #55 sha256:bd6a10e71a9434195f2effed2ce845d0e650d2f87af2aa958899df496f45c8b0 [2021-09-24T13:20:03.761Z] #37 75.63 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-24T13:20:03.761Z] #37 75.64 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-24T13:20:03.761Z] #37 75.93 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-24T13:20:03.761Z] #37 75.93 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-24T13:20:04.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-24T13:20:04.022Z] #37 75.94 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-24T13:20:04.022Z] #37 76.08 Selecting previously unselected package librhash0:amd64. [2021-09-24T13:20:04.283Z] #37 76.08 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-24T13:20:04.283Z] #37 76.09 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-24T13:20:04.283Z] #37 76.25 Selecting previously unselected package libuv1:amd64. [2021-09-24T13:20:04.283Z] #37 76.25 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-24T13:20:04.283Z] #37 76.26 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-24T13:20:04.283Z] #37 76.41 Selecting previously unselected package cmake. [2021-09-24T13:20:04.283Z] #37 76.43 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-24T13:20:04.283Z] #37 76.45 Unpacking cmake (3.18.4-2) ... [2021-09-24T13:20:04.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-24T13:20:05.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-24T13:20:05.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-24T13:20:06.140Z] #55 ... [2021-09-24T13:20:06.140Z] [2021-09-24T13:20:06.140Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-24T13:20:06.140Z] #26 sha256:c31cbf42a6ae8bafd8c3f851fc54f24eb4054568616094661cb91a222246a5d9 [2021-09-24T13:20:06.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-24T13:20:07.094Z] #26 DONE 1.2s [2021-09-24T13:20:07.094Z] [2021-09-24T13:20:07.094Z] #58 [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-09-24T13:20:07.094Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:20:07.358Z] #58 ... [2021-09-24T13:20:07.358Z] [2021-09-24T13:20:07.358Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-24T13:20:07.358Z] #31 sha256:b7762c4c5d92ae6beb30fb33322d1e16817d824a8ee1cbe2fd8b47b81ef8a0bc [2021-09-24T13:20:08.123Z] #19 146.1 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-09-24T13:20:08.123Z] #19 146.1 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:08.123Z] #19 146.2 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:08.128Z] 8f616e6e9eec: Verifying Checksum [2021-09-24T13:20:08.128Z] 8f616e6e9eec: Download complete [2021-09-24T13:20:08.689Z] #19 147.2 Selecting previously unselected package patch. [2021-09-24T13:20:08.689Z] #19 147.2 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2021-09-24T13:20:08.689Z] #19 147.3 Unpacking patch (2.7.6-7) ... [2021-09-24T13:20:08.689Z] #19 147.3 Selecting previously unselected package dpkg-dev. [2021-09-24T13:20:08.689Z] #19 147.3 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2021-09-24T13:20:08.689Z] #19 147.3 Unpacking dpkg-dev (1.20.9) ... [2021-09-24T13:20:08.757Z] #31 DONE 1.4s [2021-09-24T13:20:08.757Z] [2021-09-24T13:20:08.757Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-24T13:20:08.757Z] #34 sha256:c43b22b6cd293825b369f0f5f7607786924e641fc112c02a8a51a4d97be8ad06 [2021-09-24T13:20:08.757Z] #34 DONE 0.1s [2021-09-24T13:20:08.757Z] [2021-09-24T13:20:08.757Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-24T13:20:08.757Z] #36 sha256:c5bb6336daa81f02fd0225889be6cbcae9b88145bdc6c407b6601a3597c863ce [2021-09-24T13:20:08.757Z] #36 DONE 0.1s [2021-09-24T13:20:08.757Z] [2021-09-24T13:20:08.757Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-24T13:20:08.757Z] #39 sha256:2e675e7ca4eb000bf28a36444abb914cda2fb80a572cba1cee4bc18ed48db26f [2021-09-24T13:20:08.948Z] #19 147.4 Selecting previously unselected package libconfig-inifiles-perl. [2021-09-24T13:20:08.948Z] #19 147.4 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2021-09-24T13:20:08.948Z] #19 147.4 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2021-09-24T13:20:08.948Z] #19 147.5 Selecting previously unselected package libio-string-perl. [2021-09-24T13:20:08.948Z] #19 147.5 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2021-09-24T13:20:08.948Z] #19 147.5 Unpacking libio-string-perl (1.08-3.1) ... [2021-09-24T13:20:08.948Z] #19 147.5 Selecting previously unselected package libicu67:amd64. [2021-09-24T13:20:08.948Z] #19 147.5 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2021-09-24T13:20:08.948Z] #19 147.5 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-24T13:20:09.024Z] #39 DONE 0.1s [2021-09-24T13:20:09.024Z] [2021-09-24T13:20:09.024Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-24T13:20:09.024Z] #42 sha256:a3eb7a59805216a57ec63e5a894bdd67171782863dde395988b18a62b8582013 [2021-09-24T13:20:09.288Z] #42 DONE 0.3s [2021-09-24T13:20:09.288Z] [2021-09-24T13:20:09.288Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-24T13:20:09.288Z] #46 sha256:8a0a5d2263726ae00c3934c5e8be408c5493f40f798fd71fe5a60ef8c80bae9e [2021-09-24T13:20:09.288Z] #46 DONE 0.1s [2021-09-24T13:20:09.288Z] [2021-09-24T13:20:09.288Z] #55 [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-09-24T13:20:09.288Z] #55 sha256:bd6a10e71a9434195f2effed2ce845d0e650d2f87af2aa958899df496f45c8b0 [2021-09-24T13:20:09.288Z] #55 101.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-24T13:20:09.288Z] #55 ... [2021-09-24T13:20:09.288Z] [2021-09-24T13:20:09.288Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-24T13:20:09.288Z] #48 sha256:e463dd2857a6d39356a39ff3c6a75f5153c45f1fb3987a5fe4337d5e9ffcecd1 [2021-09-24T13:20:09.288Z] #48 DONE 0.1s [2021-09-24T13:20:09.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-24T13:20:09.552Z] [2021-09-24T13:20:09.552Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-24T13:20:09.552Z] #50 sha256:80eb0da3b13f7645042577751786654cccfd75ddb24410fcdce115168a3e0005 [2021-09-24T13:20:09.552Z] #50 DONE 0.2s [2021-09-24T13:20:09.552Z] [2021-09-24T13:20:09.552Z] #55 [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-09-24T13:20:09.552Z] #55 sha256:bd6a10e71a9434195f2effed2ce845d0e650d2f87af2aa958899df496f45c8b0 [2021-09-24T13:20:09.815Z] #55 102.9 + mkdir -p /build [2021-09-24T13:20:09.815Z] #55 102.9 + cp runc /build/runc [2021-09-24T13:20:09.884Z] #19 148.3 Selecting previously unselected package libxml2:amd64. [2021-09-24T13:20:09.884Z] #19 148.3 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-24T13:20:09.884Z] #19 148.3 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-24T13:20:09.884Z] #19 148.4 Selecting previously unselected package libxml-namespacesupport-perl. [2021-09-24T13:20:09.884Z] #19 148.4 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2021-09-24T13:20:09.884Z] #19 148.4 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2021-09-24T13:20:09.884Z] #19 148.5 Selecting previously unselected package libxml-sax-base-perl. [2021-09-24T13:20:09.884Z] #19 148.5 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2021-09-24T13:20:09.884Z] #19 148.5 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2021-09-24T13:20:09.884Z] #19 148.5 Selecting previously unselected package libxml-sax-perl. [2021-09-24T13:20:09.884Z] #19 148.5 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2021-09-24T13:20:09.884Z] #19 148.5 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2021-09-24T13:20:09.884Z] #19 148.6 Selecting previously unselected package libxml-libxml-perl. [2021-09-24T13:20:09.884Z] #19 148.6 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2021-09-24T13:20:09.884Z] #19 148.6 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-09-24T13:20:09.884Z] #19 148.6 Selecting previously unselected package libxml-simple-perl. [2021-09-24T13:20:09.884Z] #19 148.6 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-09-24T13:20:09.884Z] #19 148.6 Unpacking libxml-simple-perl (2.25-1) ... [2021-09-24T13:20:09.884Z] #19 148.7 Selecting previously unselected package libyaml-perl. [2021-09-24T13:20:09.884Z] #19 148.7 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.7 Unpacking libyaml-perl (1.30-1) ... [2021-09-24T13:20:10.142Z] #19 148.7 Selecting previously unselected package libconfig-auto-perl. [2021-09-24T13:20:10.142Z] #19 148.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.7 Unpacking libconfig-auto-perl (0.44-1.1) ... [2021-09-24T13:20:10.142Z] #19 148.7 Selecting previously unselected package libfile-which-perl. [2021-09-24T13:20:10.142Z] #19 148.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.7 Unpacking libfile-which-perl (1.23-1) ... [2021-09-24T13:20:10.142Z] #19 148.8 Selecting previously unselected package libfile-homedir-perl. [2021-09-24T13:20:10.142Z] #19 148.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.8 Unpacking libfile-homedir-perl (1.006-1) ... [2021-09-24T13:20:10.142Z] #19 148.8 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-09-24T13:20:10.142Z] #19 148.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-09-24T13:20:10.142Z] #19 148.8 Selecting previously unselected package dpkg-cross. [2021-09-24T13:20:10.142Z] #19 148.8 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2021-09-24T13:20:10.142Z] #19 148.9 Unpacking dpkg-cross (2.6.18+nmu1) ... [2021-09-24T13:20:10.142Z] #19 148.9 Selecting previously unselected package crossbuild-essential-arm64. [2021-09-24T13:20:10.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-24T13:20:10.401Z] #19 148.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2021-09-24T13:20:10.401Z] #19 148.9 Unpacking crossbuild-essential-arm64 (12.9) ... [2021-09-24T13:20:10.401Z] #19 148.9 Selecting previously unselected package libc6-armel-cross. [2021-09-24T13:20:10.401Z] #19 148.9 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:10.401Z] #19 148.9 Unpacking libc6-armel-cross (2.31-9cross4) ... [2021-09-24T13:20:10.401Z] #19 149.0 Selecting previously unselected package libgcc-s1-armel-cross. [2021-09-24T13:20:10.401Z] #19 149.1 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.401Z] #19 149.1 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.401Z] #19 149.1 Selecting previously unselected package libgomp1-armel-cross. [2021-09-24T13:20:10.401Z] #19 149.1 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.401Z] #19 149.1 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.401Z] #19 149.1 Selecting previously unselected package libatomic1-armel-cross. [2021-09-24T13:20:10.401Z] #19 149.1 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.401Z] #19 149.1 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.401Z] #19 149.2 Selecting previously unselected package libasan6-armel-cross. [2021-09-24T13:20:10.660Z] #19 149.2 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.660Z] #19 149.2 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.660Z] #19 149.4 Selecting previously unselected package libstdc++6-armel-cross. [2021-09-24T13:20:10.660Z] #19 149.4 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.660Z] #19 149.4 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.660Z] #19 149.5 Selecting previously unselected package libubsan1-armel-cross. [2021-09-24T13:20:10.818Z] #55 DONE 103.7s [2021-09-24T13:20:10.818Z] [2021-09-24T13:20:10.818Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-24T13:20:10.818Z] #52 sha256:ae5f35844c07c3996edef8f9ca38a55658c00f9e9a5652b56972d4d2c5f620a9 [2021-09-24T13:20:10.818Z] #52 DONE 1.1s [2021-09-24T13:20:10.818Z] [2021-09-24T13:20:10.818Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-24T13:20:10.818Z] #54 sha256:724b1cb342ae626101c656f96c19fa56047e2591365948ecdd06785a3b7191f4 [2021-09-24T13:20:10.818Z] #54 DONE 0.1s [2021-09-24T13:20:10.818Z] [2021-09-24T13:20:10.818Z] #58 [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-09-24T13:20:10.818Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:20:10.874Z] #37 ... [2021-09-24T13:20:10.874Z] [2021-09-24T13:20:10.874Z] #45 [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 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-09-24T13:20:10.874Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:20:10.874Z] #45 75.04 Selecting previously unselected package python2. [2021-09-24T13:20:10.874Z] #45 75.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16483 files and directories currently installed.) [2021-09-24T13:20:10.874Z] #45 75.11 Preparing to unpack .../0-python2_2.7.18-3_amd64.deb ... [2021-09-24T13:20:10.874Z] #45 75.12 Unpacking python2 (2.7.18-3) ... [2021-09-24T13:20:10.874Z] #45 75.20 Selecting previously unselected package libprotobuf23:amd64. [2021-09-24T13:20:10.874Z] #45 75.22 Preparing to unpack .../1-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-24T13:20:10.874Z] #45 75.23 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-24T13:20:10.874Z] #45 76.00 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:20:10.874Z] #45 76.00 Preparing to unpack .../2-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:20:10.874Z] #45 76.00 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:20:10.874Z] #45 76.22 Selecting previously unselected package python3-six. [2021-09-24T13:20:10.874Z] #45 76.22 Preparing to unpack .../3-python3-six_1.16.0-2_all.deb ... [2021-09-24T13:20:10.874Z] #45 76.22 Unpacking python3-six (1.16.0-2) ... [2021-09-24T13:20:10.874Z] #45 76.28 Selecting previously unselected package python3-protobuf. [2021-09-24T13:20:10.874Z] #45 76.29 Preparing to unpack .../4-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-24T13:20:10.874Z] #45 76.30 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-24T13:20:10.874Z] #45 76.71 Selecting previously unselected package python-is-python2. [2021-09-24T13:20:10.874Z] #45 76.71 Preparing to unpack .../5-python-is-python2_2.7.18-9_all.deb ... [2021-09-24T13:20:10.874Z] #45 76.72 Unpacking python-is-python2 (2.7.18-9) ... [2021-09-24T13:20:10.874Z] #45 76.85 Selecting previously unselected package libnet1:amd64. [2021-09-24T13:20:10.874Z] #45 76.85 Preparing to unpack .../6-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-24T13:20:10.874Z] #45 76.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:20:10.874Z] #45 77.01 Selecting previously unselected package libnl-3-200:amd64. [2021-09-24T13:20:10.874Z] #45 77.01 Preparing to unpack .../7-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-24T13:20:10.874Z] #45 77.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:20:10.875Z] #45 77.21 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-24T13:20:10.875Z] #45 77.22 Preparing to unpack .../8-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-24T13:20:10.875Z] #45 77.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:20:10.875Z] #45 77.39 Selecting previously unselected package criu. [2021-09-24T13:20:10.875Z] #45 77.40 Preparing to unpack .../9-criu_3.16-1_amd64.deb ... [2021-09-24T13:20:10.875Z] #45 77.40 Unpacking criu (3.16-1) ... [2021-09-24T13:20:10.875Z] #45 78.39 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:20:10.875Z] #45 80.77 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-24T13:20:10.875Z] #45 80.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:20:10.875Z] #45 80.81 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:20:10.875Z] #45 80.83 Setting up python3-six (1.16.0-2) ... [2021-09-24T13:20:10.875Z] #45 81.93 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:20:10.875Z] #45 81.96 Setting up python3-protobuf (3.12.4-1) ... [2021-09-24T13:20:10.875Z] #45 ... [2021-09-24T13:20:10.875Z] [2021-09-24T13:20:10.875Z] #37 [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-09-24T13:20:10.875Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:20:10.875Z] #37 82.32 Setting up libicu67:amd64 (67.1-7) ... [2021-09-24T13:20:10.875Z] #37 82.33 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:20:10.875Z] #37 82.35 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-24T13:20:10.875Z] #37 82.36 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:20:10.875Z] #37 82.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-24T13:20:10.875Z] #37 82.47 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-24T13:20:10.875Z] #37 82.49 Setting up cmake-data (3.18.4-2) ... [2021-09-24T13:20:10.875Z] #37 82.51 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-24T13:20:10.875Z] #37 82.53 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-24T13:20:10.875Z] #37 82.55 Setting up cmake (3.18.4-2) ... [2021-09-24T13:20:10.875Z] #37 82.59 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:20:10.918Z] #19 149.5 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.918Z] #19 149.5 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.918Z] #19 149.6 Selecting previously unselected package libgcc-10-dev-armel-cross. [2021-09-24T13:20:10.918Z] #19 149.6 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:10.919Z] #19 149.6 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:10.919Z] #19 149.7 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2021-09-24T13:20:11.177Z] #19 149.7 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:11.177Z] #19 149.7 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:20:11.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-24T13:20:11.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-24T13:20:11.931Z] #58 ... [2021-09-24T13:20:11.931Z] [2021-09-24T13:20:11.931Z] #55 [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-09-24T13:20:11.931Z] #55 sha256:d4541a547d6bf080091018ccacdbf75469f9b1cc2ecd41f03a37c7783ef2fa6d [2021-09-24T13:20:11.931Z] #55 102.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-24T13:20:12.192Z] #55 103.2 + mkdir -p /build [2021-09-24T13:20:12.192Z] #55 103.2 + cp runc /build/runc [2021-09-24T13:20:12.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-24T13:20:12.794Z] #58 ... [2021-09-24T13:20:12.794Z] [2021-09-24T13:20:12.794Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-24T13:20:12.794Z] #56 sha256:e35f565233b9e1f5ebdd06059434402e7d64993421501ddee03d6de55868ef5f [2021-09-24T13:20:12.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-24T13:20:13.058Z] #56 DONE 0.3s [2021-09-24T13:20:13.058Z] [2021-09-24T13:20:13.058Z] #58 [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-09-24T13:20:13.058Z] #58 sha256:306788cb0747df7eeeb34d3ae0a82a5d5ebfe2f05b852f068178641a229c7c98 [2021-09-24T13:20:13.577Z] #55 DONE 104.2s [2021-09-24T13:20:13.577Z] [2021-09-24T13:20:13.577Z] #58 [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-09-24T13:20:13.577Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:20:14.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-24T13:20:14.520Z] #58 ... [2021-09-24T13:20:14.520Z] [2021-09-24T13:20:14.520Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-24T13:20:14.520Z] #56 sha256:182dcf02e737b51ac85749f4a0e84d09182971e6287d509508f2babb93833305 [2021-09-24T13:20:14.781Z] #56 DONE 0.4s [2021-09-24T13:20:14.781Z] [2021-09-24T13:20:14.781Z] #58 [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-09-24T13:20:14.781Z] #58 sha256:44ce2746afd6be56260f1608bb70d45e148c5fcb760e08bf5775ff5a5a2069f8 [2021-09-24T13:20:14.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-24T13:20:15.092Z] #37 ... [2021-09-24T13:20:15.092Z] [2021-09-24T13:20:15.092Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:20:15.092Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:20:15.092Z] #14 76.93 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-24T13:20:15.092Z] #14 76.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-24T13:20:15.092Z] #14 76.94 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:20:15.092Z] #14 85.16 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-24T13:20:15.092Z] #14 85.17 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:20:15.092Z] #14 85.22 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:20:15.092Z] #14 85.68 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-24T13:20:15.092Z] #14 85.70 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:20:15.092Z] #14 85.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:20:15.353Z] #14 ... [2021-09-24T13:20:15.353Z] [2021-09-24T13:20:15.353Z] #37 [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-09-24T13:20:15.353Z] #37 sha256:e385f50c9bd149460eaadc75d8d67babb4e1c1aaeaf9258cc10a493f682c7bef [2021-09-24T13:20:15.353Z] #37 DONE 87.3s [2021-09-24T13:20:15.353Z] [2021-09-24T13:20:15.353Z] #38 [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-09-24T13:20:15.353Z] #38 sha256:cec1d301f48cd94d33f6b4a6bb0e3a8bae288ba4f401180e66834b5c2fa2c19c [2021-09-24T13:20:15.353Z] #38 ... [2021-09-24T13:20:15.353Z] [2021-09-24T13:20:15.353Z] #49 [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-09-24T13:20:15.353Z] #49 sha256:f3c5c4bd51192d1983e364acef6570a446eae44de9e50e33df25bf0597623d6e [2021-09-24T13:20:15.353Z] #49 DONE 87.3s [2021-09-24T13:20:15.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-24T13:20:15.614Z] [2021-09-24T13:20:15.614Z] #45 [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 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-09-24T13:20:15.614Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:20:15.614Z] #45 86.91 Setting up mailcap (3.69) ... [2021-09-24T13:20:15.614Z] #45 87.09 Setting up mime-support (3.66) ... [2021-09-24T13:20:15.614Z] #45 87.12 Setting up libpython2.7-stdlib:amd64 (2.7.18-8) ... [2021-09-24T13:20:15.614Z] #45 87.15 Setting up python2.7 (2.7.18-8) ... [2021-09-24T13:20:16.447Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:20:16.447Z] Using test binary docker [2021-09-24T13:20:16.447Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-24T13:20:16.447Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:20:16.447Z] INFO: Waiting for daemon to start... [2021-09-24T13:20:16.447Z] Starting dockerd [2021-09-24T13:20:16.450Z] #19 154.5 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-09-24T13:20:16.450Z] #19 154.5 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:16.450Z] #19 154.5 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:20:16.450Z] #19 154.5 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-09-24T13:20:16.450Z] #19 154.5 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2021-09-24T13:20:16.450Z] #19 154.5 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-09-24T13:20:16.450Z] #19 154.8 Selecting previously unselected package libc6-dev-armel-cross. [2021-09-24T13:20:16.450Z] #19 154.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:16.450Z] #19 154.8 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2021-09-24T13:20:16.450Z] #19 155.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2021-09-24T13:20:16.450Z] #19 155.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:16.450Z] #19 155.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:16.708Z] #19 155.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2021-09-24T13:20:16.708Z] #19 155.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:16.708Z] #19 155.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:20:18.359Z] . [2021-09-24T13:20:18.359Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:20:18.359Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:20:18.359Z] Error: No such image: emptyfs [2021-09-24T13:20:18.620Z] Running integration-test (iteration 1) [2021-09-24T13:20:18.620Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-24T13:20:18.880Z] Loaded image: busybox:latest [2021-09-24T13:20:18.880Z] Loaded image: busybox:glibc [2021-09-24T13:20:20.267Z] Loaded image: debian:bullseye-slim [2021-09-24T13:20:20.267Z] Loaded image: hello-world:latest [2021-09-24T13:20:20.267Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:20:20.267Z] INFO: Testing against a local daemon [2021-09-24T13:20:20.267Z] === RUN TestCgroupNamespacesBuild [2021-09-24T13:20:20.903Z] #45 ... [2021-09-24T13:20:20.903Z] [2021-09-24T13:20:20.903Z] #38 [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-09-24T13:20:20.903Z] #38 sha256:cec1d301f48cd94d33f6b4a6bb0e3a8bae288ba4f401180e66834b5c2fa2c19c [2021-09-24T13:20:20.903Z] #38 2.055 + RM_GOPATH=0 [2021-09-24T13:20:20.903Z] #38 2.055 + TMP_GOPATH= [2021-09-24T13:20:20.903Z] #38 2.055 + : /build [2021-09-24T13:20:20.903Z] #38 2.055 + '[' -z '' ']' [2021-09-24T13:20:20.903Z] #38 2.056 ++ mktemp -d [2021-09-24T13:20:20.903Z] #38 2.057 + export GOPATH=/tmp/tmp.qEPY7ul4LB [2021-09-24T13:20:20.903Z] #38 2.057 + GOPATH=/tmp/tmp.qEPY7ul4LB [2021-09-24T13:20:20.903Z] #38 2.057 + RM_GOPATH=1 [2021-09-24T13:20:20.903Z] #38 2.057 + case "$(go env GOARCH)" in [2021-09-24T13:20:20.903Z] #38 2.057 ++ go env GOARCH [2021-09-24T13:20:20.903Z] #38 2.083 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:20:20.903Z] #38 2.083 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:20:20.903Z] #38 2.083 ++ dirname /tmp/install/install.sh [2021-09-24T13:20:20.903Z] #38 2.083 + dir=/tmp/install [2021-09-24T13:20:20.903Z] #38 2.083 + bin=tini [2021-09-24T13:20:20.903Z] #38 2.083 + shift [2021-09-24T13:20:20.903Z] #38 2.083 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-24T13:20:20.903Z] #38 2.083 + . /tmp/install/tini.installer [2021-09-24T13:20:20.903Z] #38 2.083 ++ : v0.19.0 [2021-09-24T13:20:20.903Z] #38 2.083 + install_tini [2021-09-24T13:20:20.903Z] #38 2.083 + echo 'Install tini version v0.19.0' [2021-09-24T13:20:20.903Z] #38 2.083 + git clone https://github.com/krallin/tini.git /tmp/tmp.qEPY7ul4LB/tini [2021-09-24T13:20:20.903Z] #38 2.083 Install tini version v0.19.0 [2021-09-24T13:20:20.903Z] #38 2.115 Cloning into '/tmp/tmp.qEPY7ul4LB/tini'... [2021-09-24T13:20:20.903Z] #38 3.316 + cd /tmp/tmp.qEPY7ul4LB/tini [2021-09-24T13:20:20.903Z] #38 3.316 + git checkout -q v0.19.0 [2021-09-24T13:20:20.903Z] #38 3.316 + cmake . [2021-09-24T13:20:20.903Z] #38 4.173 -- The C compiler identification is GNU 10.2.1 [2021-09-24T13:20:20.903Z] #38 4.340 -- Detecting C compiler ABI info [2021-09-24T13:20:20.903Z] #38 5.074 -- Detecting C compiler ABI info - done [2021-09-24T13:20:20.903Z] #38 5.157 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-24T13:20:20.903Z] #38 5.170 -- Detecting C compile features [2021-09-24T13:20:20.903Z] #38 5.176 -- Detecting C compile features - done [2021-09-24T13:20:20.903Z] #38 5.253 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-24T13:20:20.903Z] #38 5.590 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-24T13:20:20.903Z] #38 5.711 -- Configuring done [2021-09-24T13:20:21.164Z] #38 5.739 -- Generating done [2021-09-24T13:20:21.164Z] #38 5.750 -- Build files have been written to: /tmp/tmp.qEPY7ul4LB/tini [2021-09-24T13:20:21.164Z] #38 5.772 + make tini-static [2021-09-24T13:20:21.425Z] #38 6.259 Scanning dependencies of target tini-static [2021-09-24T13:20:21.651Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2021-09-24T13:20:21.651Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-24T13:20:21.979Z] #19 159.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-09-24T13:20:21.979Z] #19 159.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:21.979Z] #19 159.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:20:21.979Z] #19 159.8 Selecting previously unselected package crossbuild-essential-armel. [2021-09-24T13:20:21.979Z] #19 159.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2021-09-24T13:20:21.979Z] #19 159.8 Unpacking crossbuild-essential-armel (12.9) ... [2021-09-24T13:20:21.979Z] #19 159.8 Selecting previously unselected package libc6-armhf-cross. [2021-09-24T13:20:21.979Z] #19 159.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:21.979Z] #19 159.9 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2021-09-24T13:20:21.979Z] #19 160.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.0 Selecting previously unselected package libgomp1-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.1 Selecting previously unselected package libatomic1-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.1 Selecting previously unselected package libasan6-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.3 Selecting previously unselected package libstdc++6-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.4 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.4 Selecting previously unselected package libubsan1-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2021-09-24T13:20:21.979Z] #19 160.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:21.979Z] #19 160.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:21.979Z] #19 160.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2021-09-24T13:20:21.979Z] #19 160.6 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:21.979Z] #19 160.6 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:20:21.997Z] #38 6.536 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-24T13:20:23.034Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.19s) [2021-09-24T13:20:23.034Z] === RUN TestBuildWithSession [2021-09-24T13:20:23.034Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:20:23.034Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:20:23.034Z] === RUN TestBuildSquashParent [2021-09-24T13:20:23.910Z] #38 8.298 [100%] Linking C executable tini-static [2021-09-24T13:20:24.480Z] #38 9.196 [100%] Built target tini-static [2021-09-24T13:20:24.480Z] #38 9.269 + mkdir -p /build [2021-09-24T13:20:24.741Z] #38 9.280 + cp tini-static /build/docker-init [2021-09-24T13:20:25.002Z] #38 DONE 9.9s [2021-09-24T13:20:25.002Z] [2021-09-24T13:20:25.002Z] #45 [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 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-09-24T13:20:25.002Z] #45 sha256:80ce385240dbd7ad698772a262d50af63f55c3ecdde686405e045557a5e21182 [2021-09-24T13:20:25.002Z] #45 93.76 Setting up libpython2-stdlib:amd64 (2.7.18-3) ... [2021-09-24T13:20:25.002Z] #45 93.77 Setting up python2 (2.7.18-3) ... [2021-09-24T13:20:25.002Z] #45 93.78 Setting up python-is-python2 (2.7.18-9) ... [2021-09-24T13:20:25.002Z] #45 93.80 Setting up criu (3.16-1) ... [2021-09-24T13:20:25.002Z] #45 96.48 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:20:25.573Z] #45 DONE 97.2s [2021-09-24T13:20:25.573Z] [2021-09-24T13:20:25.573Z] #41 [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-09-24T13:20:25.573Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:20:25.573Z] #41 ... [2021-09-24T13:20:25.573Z] [2021-09-24T13:20:25.573Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:20:25.573Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:20:25.573Z] #14 97.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-24T13:20:25.573Z] #14 97.72 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:20:25.833Z] #14 97.74 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:20:27.248Z] #19 165.4 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-09-24T13:20:27.248Z] #19 165.4 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:27.248Z] #19 165.4 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:20:27.248Z] #19 165.5 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-09-24T13:20:27.248Z] #19 165.5 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2021-09-24T13:20:27.248Z] #19 165.5 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-09-24T13:20:27.248Z] #19 165.6 Selecting previously unselected package libc6-dev-armhf-cross. [2021-09-24T13:20:27.248Z] #19 165.6 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:27.248Z] #19 165.6 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2021-09-24T13:20:27.248Z] #19 165.9 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2021-09-24T13:20:27.248Z] #19 165.9 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:27.248Z] #19 165.9 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:27.506Z] #19 166.1 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2021-09-24T13:20:27.506Z] #19 166.1 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:27.506Z] #19 166.1 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:20:31.167Z] --- PASS: TestBuildSquashParent (7.30s) [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:20:31.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:20:31.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:20:31.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:20:31.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:20:31.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:20:31.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:20:31.168Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:20:31.168Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:20:31.168Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:20:31.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:20:31.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:20:32.778Z] #19 170.6 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-09-24T13:20:32.778Z] #19 170.6 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:32.778Z] #19 170.6 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:20:32.778Z] #19 170.7 Selecting previously unselected package crossbuild-essential-armhf. [2021-09-24T13:20:32.778Z] #19 170.7 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2021-09-24T13:20:32.778Z] #19 170.7 Unpacking crossbuild-essential-armhf (12.9) ... [2021-09-24T13:20:32.778Z] #19 170.7 Selecting previously unselected package libc6-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 170.7 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:32.778Z] #19 170.7 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2021-09-24T13:20:32.778Z] #19 170.9 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 170.9 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 170.9 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 170.9 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 170.9 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 170.9 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 171.0 Selecting previously unselected package libitm1-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 171.0 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 171.0 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 171.0 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 171.0 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 171.0 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 171.0 Selecting previously unselected package libasan6-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 171.0 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 171.0 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 171.3 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 171.3 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 171.3 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:32.778Z] #19 171.4 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-09-24T13:20:32.778Z] #19 171.4 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:32.778Z] #19 171.4 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:33.037Z] #19 171.6 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-09-24T13:20:33.037Z] #19 171.6 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:33.037Z] #19 171.6 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:33.037Z] #19 171.7 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-09-24T13:20:33.037Z] #19 171.7 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:33.037Z] #19 171.7 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:33.037Z] #19 171.8 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-09-24T13:20:33.296Z] #19 171.8 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:33.296Z] #19 171.8 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:33.296Z] #19 171.9 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2021-09-24T13:20:33.296Z] #19 171.9 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:33.296Z] #19 171.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:33.296Z] #19 172.1 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2021-09-24T13:20:33.296Z] #19 172.1 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:33.296Z] #19 172.1 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:33.650Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:20:33.911Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.64s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.68s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.95s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.02s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.19s) [2021-09-24T13:20:35.822Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s) [2021-09-24T13:20:35.822Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:20:35.822Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:20:38.611Z] #19 176.8 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-09-24T13:20:38.611Z] #19 176.8 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:38.611Z] #19 176.8 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:38.611Z] #19 176.8 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-09-24T13:20:38.611Z] #19 176.8 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2021-09-24T13:20:38.611Z] #19 176.8 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-09-24T13:20:38.611Z] #19 177.0 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-09-24T13:20:38.611Z] #19 177.0 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:38.611Z] #19 177.0 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-09-24T13:20:38.611Z] #19 177.3 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2021-09-24T13:20:38.611Z] #19 177.3 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:38.611Z] #19 177.3 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:38.871Z] #19 177.6 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2021-09-24T13:20:38.871Z] #19 177.6 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:38.871Z] #19 177.6 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:39.122Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:20:39.678Z] #58 189.7 # github.com/containerd/containerd/cmd/containerd [2021-09-24T13:20:39.678Z] #58 189.7 /usr/bin/ld: /tmp/go-link-220302612/000019.o: in function `New': [2021-09-24T13:20:39.678Z] #58 189.7 /tmp/tmp.pQiWbUnZlN/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-09-24T13:20:39.678Z] #58 189.8 + bin/containerd-stress [2021-09-24T13:20:40.077Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:20:40.740Z] #14 ... [2021-09-24T13:20:40.740Z] [2021-09-24T13:20:40.740Z] #58 [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-09-24T13:20:40.740Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:20:41.002Z] #58 50.65 Updating files: 40% (1874/4578) Updating files: 41% (1877/4578) Updating files: 42% (1923/4578) Updating files: 43% (1969/4578) Updating files: 44% (2015/4578) Updating files: 45% (2061/4578) Updating files: 46% (2106/4578) Updating files: 47% (2152/4578) Updating files: 48% (2198/4578) Updating files: 49% (2244/4578) Updating files: 50% (2289/4578) Updating files: 51% (2335/4578) Updating files: 52% (2381/4578) Updating files: 53% (2427/4578) Updating files: 54% (2473/4578) Updating files: 55% (2518/4578) Updating files: 56% (2564/4578) Updating files: 57% (2610/4578) Updating files: 58% (2656/4578) Updating files: 59% (2702/4578) Updating files: 60% (2747/4578) Updating files: 61% (2793/4578) Updating files: 62% (2839/4578) Updating files: 63% (2885/4578) Updating files: 64% (2930/4578) Updating files: 65% (2976/4578) Updating files: 66% (3022/4578) Updating files: 67% (3068/4578) Updating files: 68% (3114/4578) Updating files: 69% (3159/4578) Updating files: 70% (3205/4578) Updating files: 71% (3251/4578) Updating files: 72% (3297/4578) Updating files: 73% (3342/4578) Updating files: 74% (3388/4578) Updating files: 75% (3434/4578) Updating files: 76% (3480/4578) Updating files: 77% (3526/4578) Updating files: 77% (3554/4578) Updating files: 78% (3571/4578) Updating files: 79% (3617/4578) Updating files: 80% (3663/4578) Updating files: 81% (3709/4578) Updating files: 82% (3754/4578) Updating files: 83% (3800/4578) Updating files: 84% (3846/4578) Updating files: 85% (3892/4578) Updating files: 86% (3938/4578) Updating files: 87% (3983/4578) Updating files: 88% (4029/4578) Updating files: 89% (4075/4578) Updating files: 90% (4121/4578) Updating files: 91% (4166/4578) Updating files: 92% (4212/4578) Updating files: 93% (4258/4578) Updating files: 94% (4304/4578) Updating files: 95% (4350/4578) Updating files: 96% (4395/4578) Updating files: 97% (4441/4578) Updating files: 98% (4487/4578) Updating files: 99% (4533/4578) Updating files: 100% (4578/4578) Updating files: 100% (4578/4578), done. [2021-09-24T13:20:41.002Z] #58 52.66 + cd /tmp/tmp.vzFah4Q7Mk/src/github.com/containerd/containerd [2021-09-24T13:20:41.002Z] #58 52.66 + git checkout -q v1.5.5 [2021-09-24T13:20:41.045Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:20:41.357Z] #58 194.4 # github.com/containerd/containerd/cmd/containerd [2021-09-24T13:20:41.357Z] #58 194.4 /usr/bin/ld: /tmp/go-link-1424796114/000019.o: in function `New': [2021-09-24T13:20:41.357Z] #58 194.4 /tmp/tmp.q1Z3IRVEMy/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-09-24T13:20:41.357Z] #58 194.4 + bin/containerd-stress [2021-09-24T13:20:41.357Z] #58 195.5 + bin/containerd-shim [2021-09-24T13:20:42.427Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy (7.22s) [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.21s) [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-09-24T13:20:43.366Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2021-09-24T13:20:43.366Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:20:43.552Z] #58 54.74 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-24T13:20:43.552Z] #58 54.75 + BUILDTAGS='netgo osusergo static_build' [2021-09-24T13:20:43.552Z] #58 54.75 + export EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:20:43.552Z] #58 54.75 + EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:20:43.552Z] #58 54.75 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-24T13:20:43.552Z] #58 54.75 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-24T13:20:43.552Z] #58 54.75 + '[' '' = dynamic ']' [2021-09-24T13:20:43.552Z] #58 54.75 + make [2021-09-24T13:20:43.891Z] #58 195.1 + bin/containerd-shim [2021-09-24T13:20:44.143Z] #19 182.0 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-09-24T13:20:44.143Z] #19 182.0 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:44.143Z] #19 182.0 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:44.143Z] #19 182.0 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-09-24T13:20:44.143Z] #19 182.0 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.0 Unpacking crossbuild-essential-ppc64el (12.9) ... [2021-09-24T13:20:44.143Z] #19 182.1 Selecting previously unselected package libc6-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.1 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.1 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2021-09-24T13:20:44.143Z] #19 182.2 Selecting previously unselected package libgcc-s1-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.2 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.3 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.3 Selecting previously unselected package libgomp1-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.3 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.3 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.3 Selecting previously unselected package libitm1-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.3 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.3 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.4 Selecting previously unselected package libatomic1-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.4 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.4 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.4 Selecting previously unselected package libasan6-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.4 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.4 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.6 Selecting previously unselected package libstdc++6-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.6 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.6 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.7 Selecting previously unselected package libubsan1-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.7 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.7 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.143Z] #19 182.8 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2021-09-24T13:20:44.143Z] #19 182.8 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:44.143Z] #19 182.8 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:44.405Z] #19 182.9 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2021-09-24T13:20:44.405Z] #19 182.9 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:44.405Z] #19 183.0 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:45.469Z] #58 56.87 + bin/ctr [2021-09-24T13:20:46.042Z] #58 ... [2021-09-24T13:20:46.042Z] [2021-09-24T13:20:46.042Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:20:46.042Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:20:46.042Z] #14 118.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-24T13:20:46.042Z] #14 118.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:20:46.042Z] #14 118.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:20:47.938Z] #58 202.8 + bin/containerd-shim-runc-v1 [2021-09-24T13:20:48.593Z] #19 187.3 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-09-24T13:20:48.593Z] #19 187.3 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:48.593Z] #19 187.3 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:48.593Z] #19 187.3 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-09-24T13:20:48.593Z] #19 187.3 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2021-09-24T13:20:48.593Z] #19 187.3 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-09-24T13:20:48.648Z] --- PASS: TestBuildMultiStageParentConfig (4.98s) [2021-09-24T13:20:48.649Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:20:48.851Z] #19 187.5 Selecting previously unselected package libc6-dev-s390x-cross. [2021-09-24T13:20:48.851Z] #19 187.5 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2021-09-24T13:20:48.851Z] #19 187.5 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2021-09-24T13:20:49.109Z] #19 187.7 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2021-09-24T13:20:49.109Z] #19 187.7 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-24T13:20:49.109Z] #19 187.7 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:49.367Z] #19 188.0 Selecting previously unselected package g++-10-s390x-linux-gnu. [2021-09-24T13:20:49.367Z] #19 188.0 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-24T13:20:49.367Z] #19 188.0 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:52.056Z] #58 203.2 + bin/containerd-shim-runc-v1 [2021-09-24T13:20:52.144Z] #58 208.0 + bin/containerd-shim-runc-v2 [2021-09-24T13:20:52.714Z] #58 208.5 + binaries [2021-09-24T13:20:52.715Z] #58 208.6 + install -D bin/containerd /build/containerd [2021-09-24T13:20:52.715Z] #58 208.6 + install -D bin/containerd-shim /build/containerd-shim [2021-09-24T13:20:52.715Z] #58 208.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-24T13:20:52.715Z] #58 208.6 + install -D bin/ctr /build/ctr [2021-09-24T13:20:53.556Z] #19 192.3 Selecting previously unselected package g++-s390x-linux-gnu. [2021-09-24T13:20:53.557Z] #19 192.3 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-24T13:20:53.557Z] #19 192.3 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:53.814Z] #19 192.4 Selecting previously unselected package crossbuild-essential-s390x. [2021-09-24T13:20:53.815Z] #19 192.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2021-09-24T13:20:53.815Z] #19 192.4 Unpacking crossbuild-essential-s390x (12.9) ... [2021-09-24T13:20:53.815Z] #19 192.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2021-09-24T13:20:53.815Z] #19 192.5 Setting up libfile-which-perl (1.23-1) ... [2021-09-24T13:20:53.815Z] #19 192.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-09-24T13:20:54.072Z] #19 192.7 Setting up libc6-armhf-cross (2.31-9cross4) ... [2021-09-24T13:20:54.187Z] #14 126.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-24T13:20:54.187Z] #14 126.1 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:20:54.187Z] #14 126.1 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:20:54.330Z] #19 192.9 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2021-09-24T13:20:54.588Z] #19 193.1 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:20:54.588Z] #19 193.2 Setting up libicu67:amd64 (67.1-7) ... [2021-09-24T13:20:54.846Z] #19 193.4 Setting up libmagic-mgc (1:5.39-3) ... [2021-09-24T13:20:54.846Z] #19 193.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2021-09-24T13:20:55.104Z] #19 193.6 Setting up libc6-s390x-cross (2.31-9cross4) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up libmagic1:amd64 (1:5.39-3) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up file (1:5.39-3) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up bzip2 (1.0.8-4) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up libyaml-perl (1.30-1) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-09-24T13:20:55.104Z] #19 193.7 Setting up libxml-sax-base-perl (1.09-1.1) ... [2021-09-24T13:20:55.104Z] #19 193.8 Setting up libio-string-perl (1.08-3.1) ... [2021-09-24T13:20:55.104Z] #19 193.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-09-24T13:20:55.104Z] #19 193.8 Setting up cross-config (2.6.18+nmu1) ... [2021-09-24T13:20:55.104Z] #19 193.9 Setting up xz-utils (5.2.5-2) ... [2021-09-24T13:20:55.362Z] #19 193.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-24T13:20:55.362Z] #19 193.9 Setting up libc6-arm64-cross (2.31-9cross4) ... [2021-09-24T13:20:55.362Z] #19 193.9 Setting up patch (2.7.6-7) ... [2021-09-24T13:20:55.362Z] #19 193.9 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-09-24T13:20:55.362Z] #19 193.9 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 193.9 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libc6-armel-cross (2.31-9cross4) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-09-24T13:20:55.362Z] #19 194.0 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up libfile-homedir-perl (1.006-1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.1 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.2 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.2 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.2 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.2 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.362Z] #19 194.2 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.2 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.2 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.2 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.2 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2021-09-24T13:20:55.621Z] #19 194.3 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.4 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.4 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.621Z] #19 194.4 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2021-09-24T13:20:55.621Z] #19 194.4 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-09-24T13:20:55.883Z] #19 194.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-09-24T13:20:55.883Z] #19 194.6 [2021-09-24T13:20:55.883Z] #19 194.6 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-09-24T13:20:55.883Z] #19 194.7 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:55.883Z] #19 194.7 Setting up dpkg-dev (1.20.9) ... [2021-09-24T13:20:55.883Z] #19 194.7 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.7 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:20:56.142Z] #19 194.7 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.7 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.142Z] #19 194.8 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-09-24T13:20:56.142Z] #19 194.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-09-24T13:20:56.142Z] #19 194.9 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-09-24T13:20:56.400Z] #19 195.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-09-24T13:20:56.400Z] #19 195.1 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-09-24T13:20:56.400Z] #19 195.1 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.400Z] #19 195.2 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.400Z] #19 195.2 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.400Z] #19 195.2 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.2 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.2 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.2 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.2 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.2 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up libxml-simple-perl (2.25-1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.3 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libconfig-auto-perl (0.44-1.1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.4 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.5 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.5 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:20:56.658Z] #19 195.5 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-24T13:20:56.658Z] #19 195.5 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-09-24T13:20:56.658Z] #19 195.5 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.778Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-09-24T13:20:56.778Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:20:56.909Z] #58 DONE 212.1s [2021-09-24T13:20:56.916Z] #19 195.5 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-24T13:20:56.916Z] #19 195.5 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.916Z] #19 195.5 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.916Z] #19 195.5 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up dpkg-cross (2.6.18+nmu1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.6 Setting up crossbuild-essential-armel (12.9) ... [2021-09-24T13:20:56.916Z] #19 195.7 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-24T13:20:56.916Z] #19 195.7 Setting up crossbuild-essential-armhf (12.9) ... [2021-09-24T13:20:56.916Z] #19 195.7 Setting up crossbuild-essential-arm64 (12.9) ... [2021-09-24T13:20:56.916Z] #19 195.7 Setting up crossbuild-essential-s390x (12.9) ... [2021-09-24T13:20:56.916Z] #19 195.7 Setting up crossbuild-essential-ppc64el (12.9) ... [2021-09-24T13:20:57.175Z] #19 195.7 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:20:57.175Z] #19 DONE 195.9s [2021-09-24T13:20:57.175Z] [2021-09-24T13:20:57.175Z] #67 [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-09-24T13:20:57.175Z] #67 sha256:9e0cb424a09c1e1d5c1b2c1da4cd11a9cc2cf91d5e80fcc6850540a0bf2185e4 [2021-09-24T13:20:57.371Z] #58 208.0 + bin/containerd-shim-runc-v2 [2021-09-24T13:20:57.371Z] #58 208.9 + binaries [2021-09-24T13:20:57.371Z] #58 208.9 + install -D bin/containerd /build/containerd [2021-09-24T13:20:57.371Z] #58 209.0 + install -D bin/containerd-shim /build/containerd-shim [2021-09-24T13:20:57.481Z] [2021-09-24T13:20:57.481Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-24T13:20:57.481Z] #59 sha256:a29a3aff27c0b22e7ad0658455d927ee2dac80e50ccb05dfe14bdbc7b0ec1227 [2021-09-24T13:20:57.633Z] #58 209.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-24T13:20:57.633Z] #58 209.0 + install -D bin/ctr /build/ctr [2021-09-24T13:20:58.862Z] #59 DONE 1.3s [2021-09-24T13:20:58.862Z] [2021-09-24T13:20:58.862Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-24T13:20:58.862Z] #63 sha256:b7f5e10e6ff7f8169f9ce7f06746dc3f3b6c80a2ad86774c50714c9c173b8bcb [2021-09-24T13:20:59.078Z] #67 1.763 + RM_GOPATH=0 [2021-09-24T13:20:59.078Z] #67 1.763 + TMP_GOPATH= [2021-09-24T13:20:59.078Z] #67 1.763 + : /build [2021-09-24T13:20:59.078Z] #67 1.763 + '[' -z '' ']' [2021-09-24T13:20:59.078Z] #67 1.765 ++ mktemp -d [2021-09-24T13:20:59.078Z] #67 1.774 + export GOPATH=/tmp/tmp.QZapOz1a7h [2021-09-24T13:20:59.078Z] #67 1.774 + GOPATH=/tmp/tmp.QZapOz1a7h [2021-09-24T13:20:59.078Z] #67 1.774 + RM_GOPATH=1 [2021-09-24T13:20:59.078Z] #67 1.774 + case "$(go env GOARCH)" in [2021-09-24T13:20:59.078Z] #67 1.774 ++ go env GOARCH [2021-09-24T13:20:59.078Z] #67 1.778 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:20:59.078Z] #67 1.778 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:20:59.078Z] #67 1.779 ++ dirname /tmp/install/install.sh [2021-09-24T13:20:59.078Z] #67 1.779 + dir=/tmp/install [2021-09-24T13:20:59.078Z] #67 1.780 + bin=rootlesskit [2021-09-24T13:20:59.078Z] #67 1.780 + shift [2021-09-24T13:20:59.078Z] #67 1.780 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-24T13:20:59.078Z] #67 1.780 + . /tmp/install/rootlesskit.installer [2021-09-24T13:20:59.078Z] #67 1.780 ++ : v0.14.4 [2021-09-24T13:20:59.078Z] #67 1.781 + install_rootlesskit [2021-09-24T13:20:59.078Z] #67 1.781 + case "$1" in [2021-09-24T13:20:59.078Z] #67 1.781 + export CGO_ENABLED=0 [2021-09-24T13:20:59.078Z] #67 1.781 + CGO_ENABLED=0 [2021-09-24T13:20:59.078Z] #67 1.781 + _install_rootlesskit [2021-09-24T13:20:59.078Z] #67 1.781 + echo 'Install rootlesskit version v0.14.4' [2021-09-24T13:20:59.078Z] #67 1.782 Install rootlesskit version v0.14.4 [2021-09-24T13:20:59.078Z] #67 1.782 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:20:59.078Z] #67 1.783 + GOBIN=/build [2021-09-24T13:20:59.078Z] #67 1.783 + GO111MODULE=on [2021-09-24T13:20:59.078Z] #67 1.783 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-24T13:20:59.122Z] #63 DONE 0.3s [2021-09-24T13:20:59.122Z] [2021-09-24T13:20:59.122Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-24T13:20:59.122Z] #68 sha256:02b3d608064e94674fc4800d14d983043e200394254ae2ecadf0ff6f1bf24b04 [2021-09-24T13:20:59.321Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-09-24T13:20:59.321Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:20:59.337Z] #67 2.159 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-24T13:21:00.502Z] #68 DONE 1.7s [2021-09-24T13:21:00.502Z] [2021-09-24T13:21:00.502Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-24T13:21:00.502Z] #69 sha256:6e7bbc87571cbf08163dd6b64c8bbe08ae23bd3212da0db2cfd2c14e532c37c2 [2021-09-24T13:21:00.502Z] #69 DONE 0.0s [2021-09-24T13:21:00.713Z] #67 3.395 go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:21:00.713Z] #67 3.417 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-24T13:21:00.713Z] #67 3.427 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-24T13:21:00.762Z] [2021-09-24T13:21:00.762Z] #70 [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-09-24T13:21:00.762Z] #70 sha256:9fa55c60377740cd2631fabaf941e1ee8910738c032f9dabb61c770ba3a0d814 [2021-09-24T13:21:00.972Z] #67 3.754 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-24T13:21:01.700Z] #70 0.863 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:21:01.700Z] #70 1.035 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:21:01.848Z] #58 DONE 212.7s [2021-09-24T13:21:01.960Z] #70 1.212 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:21:02.355Z] #67 4.885 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-24T13:21:02.355Z] #67 ... [2021-09-24T13:21:02.355Z] [2021-09-24T13:21:02.355Z] #32 [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-09-24T13:21:02.355Z] #32 sha256:3b82aaba9c16411e3cd06e106d547fd13b82a89e2efd8b75c847b8e9991aeaaa [2021-09-24T13:21:02.355Z] #32 1.787 + RM_GOPATH=0 [2021-09-24T13:21:02.355Z] #32 1.787 + TMP_GOPATH= [2021-09-24T13:21:02.355Z] #32 1.787 + : /build [2021-09-24T13:21:02.355Z] #32 1.787 + '[' -z '' ']' [2021-09-24T13:21:02.355Z] #32 1.791 ++ mktemp -d [2021-09-24T13:21:02.355Z] #32 1.792 + export GOPATH=/tmp/tmp.KtXpYVQj2I [2021-09-24T13:21:02.355Z] #32 1.792 + GOPATH=/tmp/tmp.KtXpYVQj2I [2021-09-24T13:21:02.355Z] #32 1.792 + RM_GOPATH=1 [2021-09-24T13:21:02.355Z] #32 1.792 + case "$(go env GOARCH)" in [2021-09-24T13:21:02.355Z] #32 1.793 ++ go env GOARCH [2021-09-24T13:21:02.355Z] #32 1.796 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:02.355Z] #32 1.796 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:02.355Z] #32 1.796 ++ dirname /tmp/install/install.sh [2021-09-24T13:21:02.355Z] #32 1.797 + dir=/tmp/install [2021-09-24T13:21:02.355Z] #32 1.797 + bin=dockercli [2021-09-24T13:21:02.355Z] #32 1.797 + shift [2021-09-24T13:21:02.355Z] #32 1.797 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-24T13:21:02.355Z] #32 1.797 + . /tmp/install/dockercli.installer [2021-09-24T13:21:02.355Z] #32 1.797 ++ : stable [2021-09-24T13:21:02.355Z] #32 1.798 ++ : 17.06.2-ce [2021-09-24T13:21:02.355Z] #32 1.798 + install_dockercli [2021-09-24T13:21:02.355Z] #32 1.798 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-24T13:21:02.355Z] #32 1.798 Install docker/cli version 17.06.2-ce from stable [2021-09-24T13:21:02.355Z] #32 1.798 ++ uname -m [2021-09-24T13:21:02.355Z] #32 1.799 + arch=x86_64 [2021-09-24T13:21:02.355Z] #32 1.800 + '[' x86_64 '!=' x86_64 ']' [2021-09-24T13:21:02.356Z] #32 1.800 + url=https://download.docker.com/linux/static [2021-09-24T13:21:02.356Z] #32 1.800 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-24T13:21:02.356Z] #32 1.800 + tar -xz docker/docker [2021-09-24T13:21:02.356Z] #32 4.735 + mkdir -p /build [2021-09-24T13:21:02.356Z] #32 4.738 + mv docker/docker /build/ [2021-09-24T13:21:02.356Z] #32 4.742 + rmdir docker [2021-09-24T13:21:02.356Z] #32 DONE 5.0s [2021-09-24T13:21:02.356Z] [2021-09-24T13:21:02.356Z] #44 [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-09-24T13:21:02.356Z] #44 sha256:b201c5b5393f0e63274621ab19667608bf495a618a19e6b322d39a9792f9f7c7 [2021-09-24T13:21:02.356Z] #44 2.192 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:21:02.356Z] #44 2.301 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:21:02.356Z] #44 2.488 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:21:02.356Z] #44 2.499 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:21:02.356Z] #44 2.794 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-24T13:21:02.356Z] #44 3.368 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-24T13:21:02.356Z] #44 3.914 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-24T13:21:02.356Z] #44 4.361 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-24T13:21:02.356Z] #44 4.870 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [32.6 kB] [2021-09-24T13:21:02.356Z] #44 4.874 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [35.7 kB] [2021-09-24T13:21:02.356Z] #44 4.884 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [33.9 kB] [2021-09-24T13:21:02.356Z] #44 4.889 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:21:02.356Z] #44 4.895 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [33.9 kB] [2021-09-24T13:21:02.356Z] #44 4.985 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2088 B] [2021-09-24T13:21:02.356Z] #44 4.989 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2088 B] [2021-09-24T13:21:02.356Z] #44 5.000 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2100 B] [2021-09-24T13:21:02.356Z] #44 5.000 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:21:02.356Z] #44 5.000 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2096 B] [2021-09-24T13:21:02.531Z] #70 1.290 Reading package lists... [2021-09-24T13:21:02.795Z] [2021-09-24T13:21:02.795Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-24T13:21:02.795Z] #59 sha256:2b32d26bcfbbb4df5daba0e7a55d8a201e046c4eca8ba03af6c850991911f72e [2021-09-24T13:21:03.103Z] #70 1.811 Reading package lists... [2021-09-24T13:21:03.103Z] #70 2.313 Building dependency tree... [2021-09-24T13:21:03.103Z] #70 2.426 Reading state information... [2021-09-24T13:21:03.103Z] #70 2.543 The following additional packages will be installed: [2021-09-24T13:21:03.311Z] #44 ... [2021-09-24T13:21:03.311Z] [2021-09-24T13:21:03.311Z] #67 [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-09-24T13:21:03.311Z] #67 sha256:9e0cb424a09c1e1d5c1b2c1da4cd11a9cc2cf91d5e80fcc6850540a0bf2185e4 [2021-09-24T13:21:03.311Z] #67 5.198 go: downloading github.com/google/uuid v1.3.0 [2021-09-24T13:21:03.311Z] #67 5.281 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-24T13:21:03.311Z] #67 5.301 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-24T13:21:03.311Z] #67 5.350 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-24T13:21:03.311Z] #67 5.447 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-24T13:21:03.311Z] #67 5.624 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-24T13:21:03.311Z] #67 5.885 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-24T13:21:03.311Z] #67 5.948 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-24T13:21:03.362Z] #70 2.543 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-09-24T13:21:03.362Z] #70 2.544 systemd-timesyncd [2021-09-24T13:21:03.362Z] #70 2.544 Suggested packages: [2021-09-24T13:21:03.362Z] #70 2.544 systemd-container policykit-1 [2021-09-24T13:21:03.362Z] #70 2.544 Recommended packages: [2021-09-24T13:21:03.362Z] #70 2.544 libnss-systemd [2021-09-24T13:21:03.362Z] #70 2.631 The following NEW packages will be installed: [2021-09-24T13:21:03.362Z] #70 2.631 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-09-24T13:21:03.362Z] #70 2.632 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-09-24T13:21:03.622Z] #70 2.898 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:21:03.622Z] #70 2.898 Need to get 5937 kB of archives. [2021-09-24T13:21:03.622Z] #70 2.898 After this operation, 19.5 MB of additional disk space will be used. [2021-09-24T13:21:03.622Z] #70 2.898 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-09-24T13:21:03.622Z] #70 2.900 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-09-24T13:21:03.622Z] #70 2.901 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-09-24T13:21:03.622Z] #70 2.905 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-09-24T13:21:03.622Z] #70 2.906 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-09-24T13:21:03.622Z] #70 2.907 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-09-24T13:21:03.882Z] #70 3.029 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-09-24T13:21:03.882Z] #70 3.079 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-09-24T13:21:03.882Z] #70 3.081 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-09-24T13:21:03.882Z] #70 3.083 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-09-24T13:21:03.882Z] #70 3.085 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2021-09-24T13:21:03.882Z] #70 3.279 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:21:04.142Z] #70 3.310 Fetched 5937 kB in 0s (13.2 MB/s) [2021-09-24T13:21:04.142Z] #70 3.335 Selecting previously unselected package libargon2-1:amd64. [2021-09-24T13:21:04.142Z] #70 3.335 (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 ... 28626 files and directories currently installed.) [2021-09-24T13:21:04.142Z] #70 3.350 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-09-24T13:21:04.142Z] #70 3.357 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-24T13:21:04.142Z] #70 3.397 Selecting previously unselected package libjson-c5:amd64. [2021-09-24T13:21:04.142Z] #70 3.400 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-09-24T13:21:04.142Z] #70 3.405 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-09-24T13:21:04.142Z] #70 3.442 Selecting previously unselected package libcryptsetup12:amd64. [2021-09-24T13:21:04.142Z] #70 3.445 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-09-24T13:21:04.142Z] #70 3.448 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-24T13:21:04.142Z] #70 3.504 Selecting previously unselected package libkmod2:amd64. [2021-09-24T13:21:04.142Z] #70 3.507 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-09-24T13:21:04.142Z] #70 3.511 Unpacking libkmod2:amd64 (28-1) ... [2021-09-24T13:21:04.142Z] #70 3.551 Selecting previously unselected package systemd-timesyncd. [2021-09-24T13:21:04.142Z] #70 3.554 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-09-24T13:21:04.142Z] #70 3.559 Unpacking systemd-timesyncd (247.3-6) ... [2021-09-24T13:21:04.142Z] #70 3.613 Selecting previously unselected package systemd. [2021-09-24T13:21:04.192Z] #14 135.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-24T13:21:04.192Z] #14 136.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:04.192Z] #14 136.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:21:04.403Z] #70 3.616 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-09-24T13:21:04.403Z] #70 3.651 Unpacking systemd (247.3-6) ... [2021-09-24T13:21:04.606Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-09-24T13:21:04.606Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:21:04.606Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2021-09-24T13:21:04.606Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:21:04.712Z] #59 DONE 1.5s [2021-09-24T13:21:04.712Z] [2021-09-24T13:21:04.712Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-24T13:21:04.712Z] #63 sha256:862f37aece5f1670b781bbf2f887c5dda45f3df0fcf5cfa49ae4601ba01c53a5 [2021-09-24T13:21:04.712Z] #63 DONE 0.3s [2021-09-24T13:21:04.712Z] [2021-09-24T13:21:04.712Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-24T13:21:04.712Z] #68 sha256:c75b646df25e28b57d07d0e9e0c3684a0eddac07057bbe1752c35f3e4b1cc92d [2021-09-24T13:21:04.972Z] #70 4.197 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-24T13:21:04.972Z] #70 4.209 Setting up libjson-c5:amd64 (0.15-2) ... [2021-09-24T13:21:04.972Z] #70 4.223 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-24T13:21:04.972Z] #70 4.237 Setting up libkmod2:amd64 (28-1) ... [2021-09-24T13:21:04.972Z] #70 4.250 Setting up systemd (247.3-6) ... [2021-09-24T13:21:04.972Z] #70 4.298 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-09-24T13:21:04.972Z] #70 4.300 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-09-24T13:21:04.972Z] #70 4.303 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-09-24T13:21:05.217Z] #67 7.781 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-24T13:21:05.217Z] #67 7.828 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-24T13:21:05.542Z] #70 4.641 Setting up systemd-timesyncd (247.3-6) ... [2021-09-24T13:21:05.542Z] #70 4.855 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-24T13:21:05.542Z] #70 4.855 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-24T13:21:05.542Z] #70 4.963 Selecting previously unselected package systemd-sysv. [2021-09-24T13:21:05.802Z] #70 4.963 (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 ... 29454 files and directories currently installed.) [2021-09-24T13:21:05.802Z] #70 4.976 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-09-24T13:21:05.802Z] #70 4.980 Unpacking systemd-sysv (247.3-6) ... [2021-09-24T13:21:05.802Z] #70 5.025 Selecting previously unselected package libdbus-1-3:amd64. [2021-09-24T13:21:05.802Z] #70 5.028 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-09-24T13:21:05.802Z] #70 5.033 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-24T13:21:05.802Z] #70 5.096 Selecting previously unselected package dbus. [2021-09-24T13:21:05.802Z] #70 5.099 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-09-24T13:21:05.802Z] #70 5.108 Unpacking dbus (1.12.20-2) ... [2021-09-24T13:21:05.802Z] #70 5.165 Selecting previously unselected package libpam-systemd:amd64. [2021-09-24T13:21:05.802Z] #70 5.167 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-09-24T13:21:05.802Z] #70 5.172 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-09-24T13:21:05.802Z] #70 5.219 Selecting previously unselected package dbus-user-session. [2021-09-24T13:21:06.061Z] #70 5.222 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-09-24T13:21:06.061Z] #70 5.226 Unpacking dbus-user-session (1.12.20-2) ... [2021-09-24T13:21:06.061Z] #70 5.314 Setting up systemd-sysv (247.3-6) ... [2021-09-24T13:21:06.061Z] #70 5.328 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-24T13:21:06.061Z] #70 5.340 Setting up dbus (1.12.20-2) ... [2021-09-24T13:21:06.061Z] #70 5.453 invoke-rc.d: could not determine current runlevel [2021-09-24T13:21:06.322Z] #70 5.455 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-24T13:21:06.322Z] #70 5.459 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-09-24T13:21:06.322Z] #70 5.651 Setting up dbus-user-session (1.12.20-2) ... [2021-09-24T13:21:06.322Z] #70 5.667 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:21:06.582Z] #70 DONE 5.8s [2021-09-24T13:21:06.582Z] [2021-09-24T13:21:06.583Z] #71 [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-09-24T13:21:06.583Z] #71 sha256:6a945f7217069292c95717f7ec8b4f2c503cad42859d4e90ca449a5518b80801 [2021-09-24T13:21:06.630Z] #68 DONE 1.8s [2021-09-24T13:21:06.630Z] [2021-09-24T13:21:06.630Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-24T13:21:06.630Z] #69 sha256:6531d0830cd2875fb28c787328eaeb70df5948528bc448b68ef5c63d3e3297f4 [2021-09-24T13:21:06.630Z] #69 DONE 0.0s [2021-09-24T13:21:06.630Z] [2021-09-24T13:21:06.630Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-24T13:21:06.630Z] #70 sha256:f3b5157d7dadda95a072d3a6cbe70ae82dea70a51ac2e7c70d8ea8facf3ccb5e [2021-09-24T13:21:07.152Z] #71 0.468 % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-24T13:21:07.152Z] #71 0.470 Dload Upload Total Spent Left Speed [2021-09-24T13:21:07.152Z] #71 0.471 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 13916 0 --:--:-- --:--:-- --:--:-- 13810 100 1823 100 1823 0 0 13916 0 --:--:-- --:--:-- --:--:-- 13810 [2021-09-24T13:21:07.152Z] #71 DONE 0.7s [2021-09-24T13:21:07.152Z] [2021-09-24T13:21:07.152Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-24T13:21:07.152Z] #72 sha256:0711a10d7e7e6dd07b89e164f4a709beee397a00d20274c4609f6e25b52728a2 [2021-09-24T13:21:07.754Z] #67 ... [2021-09-24T13:21:07.754Z] [2021-09-24T13:21:07.754Z] #64 [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-09-24T13:21:07.754Z] #64 sha256:3af73c212a0c62ce792667a5a5d5c8464a35e6d17ea07d8eb34ef7f4f4b7a327 [2021-09-24T13:21:07.754Z] #64 2.189 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:21:07.754Z] #64 2.300 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:21:07.754Z] #64 2.478 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:21:07.754Z] #64 2.531 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-24T13:21:07.754Z] #64 3.004 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-24T13:21:07.754Z] #64 3.529 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-24T13:21:07.754Z] #64 4.064 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-24T13:21:07.754Z] #64 4.704 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:21:07.754Z] #64 5.184 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [32.6 kB] [2021-09-24T13:21:07.755Z] #64 5.184 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [33.9 kB] [2021-09-24T13:21:07.755Z] #64 5.184 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [33.9 kB] [2021-09-24T13:21:07.755Z] #64 5.198 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [35.7 kB] [2021-09-24T13:21:07.755Z] #64 5.206 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:21:07.755Z] #64 5.301 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2096 B] [2021-09-24T13:21:07.755Z] #64 5.321 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:21:07.755Z] #64 5.321 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2088 B] [2021-09-24T13:21:07.755Z] #64 5.321 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2100 B] [2021-09-24T13:21:07.755Z] #64 5.321 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2088 B] [2021-09-24T13:21:07.755Z] #64 ... [2021-09-24T13:21:07.755Z] [2021-09-24T13:21:07.755Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:07.755Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:07.755Z] #20 2.200 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:21:07.755Z] #20 2.299 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:21:07.755Z] #20 2.475 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:21:07.755Z] #20 2.478 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-24T13:21:07.755Z] #20 2.861 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-24T13:21:07.755Z] #20 3.300 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-24T13:21:07.755Z] #20 3.824 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:21:07.755Z] #20 4.344 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-24T13:21:07.755Z] #20 4.773 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [33.9 kB] [2021-09-24T13:21:07.755Z] #20 4.776 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [32.6 kB] [2021-09-24T13:21:07.755Z] #20 4.778 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [33.9 kB] [2021-09-24T13:21:07.755Z] #20 4.782 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:21:07.755Z] #20 4.784 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [35.7 kB] [2021-09-24T13:21:07.755Z] #20 5.080 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2096 B] [2021-09-24T13:21:07.755Z] #20 5.089 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:21:07.755Z] #20 5.090 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2100 B] [2021-09-24T13:21:07.755Z] #20 5.091 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2088 B] [2021-09-24T13:21:07.755Z] #20 5.091 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2088 B] [2021-09-24T13:21:08.092Z] #72 DONE 0.9s [2021-09-24T13:21:08.092Z] [2021-09-24T13:21:08.092Z] #73 exporting to image [2021-09-24T13:21:08.092Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-24T13:21:08.092Z] #73 exporting layers [2021-09-24T13:21:08.551Z] #70 DONE 2.0s [2021-09-24T13:21:08.551Z] [2021-09-24T13:21:08.551Z] #71 exporting to image [2021-09-24T13:21:08.551Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-24T13:21:08.551Z] #71 exporting layers [2021-09-24T13:21:09.888Z] --- PASS: TestBuildMultiStageLayerLeak (4.44s) [2021-09-24T13:21:09.888Z] === RUN TestBuildWithHugeFile [2021-09-24T13:21:12.772Z] #71 exporting layers 4.1s done [2021-09-24T13:21:12.772Z] #71 writing image sha256:e60ca747e0d99294fd9d98f80353ccb0e8848e8b1405aac0dbfdeec7f6a6f558 done [2021-09-24T13:21:12.772Z] #71 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:21:12.772Z] #71 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 done [2021-09-24T13:21:12.772Z] #71 DONE 4.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-24T13:21:13.121Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-24T13:21:13.414Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/test/unit [2021-09-24T13:21:14.360Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-24T13:21:14.360Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-24T13:21:14.360Z] + TESTDIRS=./... [2021-09-24T13:21:14.360Z] + exclude_paths='/vendor/|/integration' [2021-09-24T13:21:14.360Z] ++ go list ./... [2021-09-24T13:21:14.360Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-24T13:21:14.682Z] #73 exporting layers 6.1s done [2021-09-24T13:21:14.682Z] #73 writing image sha256:a44159c7a2d82c4b239116ef6e37d9db5429e8f860456d9f17759651c6aea33c done [2021-09-24T13:21:14.682Z] #73 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 done [2021-09-24T13:21:14.682Z] #73 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:21:15.080Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -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:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh dynbinary test-integration [2021-09-24T13:21:15.312Z] + pkg_list='github.com/docker/docker/api [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/backend [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/container [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/events [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/filters [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/image [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/mount [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/network [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/registry [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/time [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/versions [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/types/volume [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:21:15.312Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:21:15.312Z] github.com/docker/docker/cli [2021-09-24T13:21:15.312Z] github.com/docker/docker/cli/config [2021-09-24T13:21:15.312Z] github.com/docker/docker/cli/debug [2021-09-24T13:21:15.312Z] github.com/docker/docker/client [2021-09-24T13:21:15.312Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:21:15.312Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:21:15.312Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:21:15.312Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:21:15.312Z] github.com/docker/docker/container [2021-09-24T13:21:15.312Z] github.com/docker/docker/container/stream [2021-09-24T13:21:15.312Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:21:15.312Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:21:15.312Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/config [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/events [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/exec [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/images [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/links [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/names [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/network [2021-09-24T13:21:15.312Z] github.com/docker/docker/daemon/stats [2021-09-24T13:21:15.312Z] github.com/docker/docker/distribution [2021-09-24T13:21:15.312Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:21:15.312Z] github.com/docker/docker/distribution/utils [2021-09-24T13:21:15.312Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:21:15.312Z] github.com/docker/docker/dockerversion [2021-09-24T13:21:15.312Z] github.com/docker/docker/errdefs [2021-09-24T13:21:15.312Z] github.com/docker/docker/image [2021-09-24T13:21:15.312Z] github.com/docker/docker/image/cache [2021-09-24T13:21:15.312Z] github.com/docker/docker/image/tarexport [2021-09-24T13:21:15.312Z] github.com/docker/docker/image/v1 [2021-09-24T13:21:15.312Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:21:15.312Z] github.com/docker/docker/layer [2021-09-24T13:21:15.312Z] github.com/docker/docker/libcontainerd [2021-09-24T13:21:15.312Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:21:15.312Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:21:15.312Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:21:15.312Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:21:15.312Z] github.com/docker/docker/oci [2021-09-24T13:21:15.312Z] github.com/docker/docker/oci/caps [2021-09-24T13:21:15.312Z] github.com/docker/docker/opts [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/archive [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/directory [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/locker [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/mount [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/platform [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/pools [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/progress [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/signal [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/stack [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/system [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/term [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:21:15.312Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:21:15.312Z] github.com/docker/docker/plugin [2021-09-24T13:21:15.312Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:21:15.312Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:21:15.312Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:21:15.312Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:21:15.312Z] github.com/docker/docker/quota [2021-09-24T13:21:15.312Z] github.com/docker/docker/reference [2021-09-24T13:21:15.312Z] github.com/docker/docker/registry [2021-09-24T13:21:15.312Z] github.com/docker/docker/registry/resumable [2021-09-24T13:21:15.312Z] github.com/docker/docker/restartmanager [2021-09-24T13:21:15.312Z] github.com/docker/docker/rootless [2021-09-24T13:21:15.312Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:21:15.312Z] github.com/docker/docker/runconfig [2021-09-24T13:21:15.312Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/environment [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/registry [2021-09-24T13:21:15.312Z] github.com/docker/docker/testutil/request [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/drivers [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/local [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/mounts [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/service [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:21:15.312Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:21:15.312Z] ++ echo 'github.com/docker/docker/api [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:21:15.312Z] github.com/docker/docker/api/server/router [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/backend [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/events [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/filters [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/image [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/mount [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/network [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/registry [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/time [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/volume [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli/config [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli/debug [2021-09-24T13:21:15.313Z] github.com/docker/docker/client [2021-09-24T13:21:15.313Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:21:15.313Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:21:15.313Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:21:15.313Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:21:15.313Z] github.com/docker/docker/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/container/stream [2021-09-24T13:21:15.313Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:21:15.313Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:21:15.313Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/config [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/events [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/exec [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/images [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/links [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/names [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/network [2021-09-24T13:21:15.313Z] github.com/docker/docker/daemon/stats [2021-09-24T13:21:15.313Z] github.com/docker/docker/distribution [2021-09-24T13:21:15.313Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:21:15.313Z] github.com/docker/docker/distribution/utils [2021-09-24T13:21:15.313Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:21:15.313Z] github.com/docker/docker/dockerversion [2021-09-24T13:21:15.313Z] github.com/docker/docker/errdefs [2021-09-24T13:21:15.313Z] github.com/docker/docker/image [2021-09-24T13:21:15.313Z] github.com/docker/docker/image/cache [2021-09-24T13:21:15.313Z] github.com/docker/docker/image/tarexport [2021-09-24T13:21:15.313Z] github.com/docker/docker/image/v1 [2021-09-24T13:21:15.313Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:21:15.313Z] github.com/docker/docker/layer [2021-09-24T13:21:15.313Z] github.com/docker/docker/libcontainerd [2021-09-24T13:21:15.313Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:21:15.313Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:21:15.313Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:21:15.313Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:21:15.313Z] github.com/docker/docker/oci [2021-09-24T13:21:15.313Z] github.com/docker/docker/oci/caps [2021-09-24T13:21:15.313Z] github.com/docker/docker/opts [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/archive [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/directory [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/locker [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/mount [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/platform [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/pools [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/progress [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/signal [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/stack [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/system [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/term [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:21:15.313Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:21:15.313Z] github.com/docker/docker/plugin [2021-09-24T13:21:15.313Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:21:15.313Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:21:15.313Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:21:15.313Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:21:15.313Z] github.com/docker/docker/quota [2021-09-24T13:21:15.313Z] github.com/docker/docker/reference [2021-09-24T13:21:15.313Z] github.com/docker/docker/registry [2021-09-24T13:21:15.313Z] github.com/docker/docker/registry/resumable [2021-09-24T13:21:15.313Z] github.com/docker/docker/restartmanager [2021-09-24T13:21:15.313Z] github.com/docker/docker/rootless [2021-09-24T13:21:15.313Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:21:15.313Z] github.com/docker/docker/runconfig [2021-09-24T13:21:15.313Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/environment [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/registry [2021-09-24T13:21:15.313Z] github.com/docker/docker/testutil/request [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/drivers [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/local [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/mounts [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/service [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:21:15.313Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:21:15.313Z] ++ grep --fixed-strings -v /libnetwork [2021-09-24T13:21:15.313Z] + base_pkg_list='github.com/docker/docker/api [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/backend [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/container [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/events [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/filters [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/image [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/mount [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/network [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/registry [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/time [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:21:15.313Z] github.com/docker/docker/api/types/volume [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:21:15.313Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli/config [2021-09-24T13:21:15.313Z] github.com/docker/docker/cli/debug [2021-09-24T13:21:15.314Z] github.com/docker/docker/client [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:21:15.314Z] github.com/docker/docker/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/container/stream [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/config [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/events [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/exec [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/images [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/links [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/names [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/network [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/stats [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/utils [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:21:15.314Z] github.com/docker/docker/dockerversion [2021-09-24T13:21:15.314Z] github.com/docker/docker/errdefs [2021-09-24T13:21:15.314Z] github.com/docker/docker/image [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/cache [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/tarexport [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/v1 [2021-09-24T13:21:15.314Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:21:15.314Z] github.com/docker/docker/layer [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:21:15.314Z] github.com/docker/docker/oci [2021-09-24T13:21:15.314Z] github.com/docker/docker/oci/caps [2021-09-24T13:21:15.314Z] github.com/docker/docker/opts [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/archive [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/directory [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/locker [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/mount [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/platform [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/pools [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/progress [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/signal [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/stack [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/system [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/term [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:21:15.314Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:21:15.314Z] github.com/docker/docker/plugin [2021-09-24T13:21:15.314Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:21:15.314Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:21:15.314Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:21:15.314Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:21:15.314Z] github.com/docker/docker/quota [2021-09-24T13:21:15.314Z] github.com/docker/docker/reference [2021-09-24T13:21:15.314Z] github.com/docker/docker/registry [2021-09-24T13:21:15.314Z] github.com/docker/docker/registry/resumable [2021-09-24T13:21:15.314Z] github.com/docker/docker/restartmanager [2021-09-24T13:21:15.314Z] github.com/docker/docker/rootless [2021-09-24T13:21:15.314Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:21:15.314Z] github.com/docker/docker/runconfig [2021-09-24T13:21:15.314Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/environment [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/registry [2021-09-24T13:21:15.314Z] github.com/docker/docker/testutil/request [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/drivers [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/local [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/mounts [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/service [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:21:15.314Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:21:15.314Z] ++ grep --fixed-strings /libnetwork [2021-09-24T13:21:15.314Z] ++ echo 'github.com/docker/docker/api [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/backend [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/events [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/filters [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/image [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/mount [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/network [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/registry [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/time [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/versions [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:21:15.314Z] github.com/docker/docker/api/types/volume [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:21:15.314Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:21:15.314Z] github.com/docker/docker/cli [2021-09-24T13:21:15.314Z] github.com/docker/docker/cli/config [2021-09-24T13:21:15.314Z] github.com/docker/docker/cli/debug [2021-09-24T13:21:15.314Z] github.com/docker/docker/client [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:21:15.314Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:21:15.314Z] github.com/docker/docker/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/container/stream [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:21:15.314Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/config [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/events [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/exec [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/images [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/links [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/names [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/network [2021-09-24T13:21:15.314Z] github.com/docker/docker/daemon/stats [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/utils [2021-09-24T13:21:15.314Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:21:15.314Z] github.com/docker/docker/dockerversion [2021-09-24T13:21:15.314Z] github.com/docker/docker/errdefs [2021-09-24T13:21:15.314Z] github.com/docker/docker/image [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/cache [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/tarexport [2021-09-24T13:21:15.314Z] github.com/docker/docker/image/v1 [2021-09-24T13:21:15.314Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:21:15.314Z] github.com/docker/docker/layer [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:21:15.314Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:21:15.314Z] github.com/docker/docker/libnetwork [2021-09-24T13:21:15.314Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:21:15.314Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:21:15.314Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:21:15.314Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:21:15.315Z] github.com/docker/docker/oci [2021-09-24T13:21:15.315Z] github.com/docker/docker/oci/caps [2021-09-24T13:21:15.315Z] github.com/docker/docker/opts [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/archive [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/directory [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/locker [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/mount [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/platform [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/pools [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/progress [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/signal [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/stack [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/system [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/term [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:21:15.315Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:21:15.315Z] github.com/docker/docker/plugin [2021-09-24T13:21:15.315Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:21:15.315Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:21:15.315Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:21:15.315Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:21:15.315Z] github.com/docker/docker/quota [2021-09-24T13:21:15.315Z] github.com/docker/docker/reference [2021-09-24T13:21:15.315Z] github.com/docker/docker/registry [2021-09-24T13:21:15.315Z] github.com/docker/docker/registry/resumable [2021-09-24T13:21:15.315Z] github.com/docker/docker/restartmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/rootless [2021-09-24T13:21:15.315Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:21:15.315Z] github.com/docker/docker/runconfig [2021-09-24T13:21:15.315Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/environment [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/registry [2021-09-24T13:21:15.315Z] github.com/docker/docker/testutil/request [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/drivers [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/local [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/mounts [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/service [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:21:15.315Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:21:15.315Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/types' [2021-09-24T13:21:15.315Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-24T13:21:15.315Z] + echo 'github.com/docker/docker/libnetwork [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:21:15.315Z] github.com/docker/docker/libnetwork/types' [2021-09-24T13:21:15.479Z] 8f616e6e9eec: Pull complete [2021-09-24T13:21:15.579Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:21:15.579Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:21:15.579Z] + type docker-proxy [2021-09-24T13:21:15.579Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-24T13:21:15.579Z] + hack/make.sh binary-proxy install-proxy [2021-09-24T13:21:15.579Z] [2021-09-24T13:21:15.579Z] Removing bundles/ [2021-09-24T13:21:15.579Z] [2021-09-24T13:21:15.579Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-24T13:21:15.579Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-24T13:21:15.579Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:21:15.653Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-09-24T13:21:15.653Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-09-24T13:21:15.653Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-09-24T13:21:15.653Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-09-24T13:21:15.653Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2021-09-24T13:21:15.653Z] Detected virtualization docker. [2021-09-24T13:21:15.653Z] Detected architecture x86-64. [2021-09-24T13:21:15.653Z] Set hostname to <692f10744bff>. [2021-09-24T13:21:15.653Z] modprobe@configfs.service: Succeeded. [2021-09-24T13:21:15.653Z] modprobe@drm.service: Succeeded. [2021-09-24T13:21:15.653Z] modprobe@fuse.service: Succeeded. [2021-09-24T13:21:16.247Z] + source /etc/docker-entrypoint-cmd [2021-09-24T13:21:16.247Z] ++ hack/make.sh dynbinary test-integration [2021-09-24T13:21:16.247Z] [2021-09-24T13:21:16.247Z] Removing bundles/ [2021-09-24T13:21:16.247Z] [2021-09-24T13:21:16.247Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-24T13:21:16.247Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:21:16.247Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:21:17.737Z] #20 ... [2021-09-24T13:21:17.737Z] [2021-09-24T13:21:17.737Z] #44 [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-09-24T13:21:17.737Z] #44 sha256:b201c5b5393f0e63274621ab19667608bf495a618a19e6b322d39a9792f9f7c7 [2021-09-24T13:21:17.737Z] #44 18.92 Fetched 40.0 MB in 17s (2320 kB/s) [2021-09-24T13:21:19.099Z] #14 ... [2021-09-24T13:21:19.099Z] [2021-09-24T13:21:19.099Z] #60 [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-09-24T13:21:19.099Z] #60 sha256:4dda283775e3cd0c7096e2e7cf718fd1c1d7c4e039ab43013acfcef60db01b7b [2021-09-24T13:21:19.099Z] #60 149.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:21:19.099Z] #60 149.6 + GOBIN=/build [2021-09-24T13:21:19.099Z] #60 149.6 + GO111MODULE=on [2021-09-24T13:21:19.099Z] #60 149.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-24T13:21:20.130Z] 8f616e6e9eec: Pull complete [2021-09-24T13:21:23.427Z] #60 ... [2021-09-24T13:21:23.428Z] [2021-09-24T13:21:23.428Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:23.428Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:21:23.428Z] #14 155.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-24T13:21:23.428Z] #14 155.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:23.428Z] #14 155.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:21:24.309Z] #44 18.92 Reading package lists... [2021-09-24T13:21:24.309Z] #44 ... [2021-09-24T13:21:24.309Z] [2021-09-24T13:21:24.309Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:24.309Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:24.309Z] #20 19.01 Fetched 40.0 MB in 17s (2320 kB/s) [2021-09-24T13:21:24.881Z] #20 19.01 Reading package lists... [2021-09-24T13:21:24.881Z] #20 ... [2021-09-24T13:21:24.881Z] [2021-09-24T13:21:24.881Z] #64 [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-09-24T13:21:24.881Z] #64 sha256:3af73c212a0c62ce792667a5a5d5c8464a35e6d17ea07d8eb34ef7f4f4b7a327 [2021-09-24T13:21:24.881Z] #64 18.83 Fetched 40.0 MB in 17s (2324 kB/s) [2021-09-24T13:21:24.881Z] #64 18.83 Reading package lists... [2021-09-24T13:21:25.230Z] a0ddf88812f1: Pull complete [2021-09-24T13:21:25.230Z] Digest: sha256:2b33eda096538c803fbf0c03dc7ea42c3c1b713e30aae03116d989867eda2bf8 [2021-09-24T13:21:25.230Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:21:25.230Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:21:25.230Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-09-24T13:21:25.230Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-09-24T13:21:25.230Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2183' [2021-09-24T13:21:25.230Z] INFO: Docker version of control daemon [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Client: [2021-09-24T13:21:25.230Z] Version: 20.10.8 [2021-09-24T13:21:25.230Z] API version: 1.41 [2021-09-24T13:21:25.230Z] Go version: go1.16.6 [2021-09-24T13:21:25.230Z] Git commit: 3967b7d [2021-09-24T13:21:25.230Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-24T13:21:25.230Z] OS/Arch: windows/amd64 [2021-09-24T13:21:25.230Z] Context: default [2021-09-24T13:21:25.230Z] Experimental: true [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Server: Docker Engine - Community [2021-09-24T13:21:25.230Z] Engine: [2021-09-24T13:21:25.230Z] Version: 20.10.8 [2021-09-24T13:21:25.230Z] API version: 1.41 (minimum version 1.24) [2021-09-24T13:21:25.230Z] Go version: go1.16.6 [2021-09-24T13:21:25.230Z] Git commit: 75249d8 [2021-09-24T13:21:25.230Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-24T13:21:25.230Z] OS/Arch: windows/amd64 [2021-09-24T13:21:25.230Z] Experimental: true [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] INFO: Docker info of control daemon [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Client: [2021-09-24T13:21:25.230Z] Context: default [2021-09-24T13:21:25.230Z] Debug Mode: false [2021-09-24T13:21:25.230Z] Plugins: [2021-09-24T13:21:25.230Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-24T13:21:25.230Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-24T13:21:25.230Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Server: [2021-09-24T13:21:25.230Z] Containers: 0 [2021-09-24T13:21:25.230Z] Running: 0 [2021-09-24T13:21:25.230Z] Paused: 0 [2021-09-24T13:21:25.230Z] Stopped: 0 [2021-09-24T13:21:25.230Z] Images: 1 [2021-09-24T13:21:25.230Z] Server Version: 20.10.8 [2021-09-24T13:21:25.230Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-09-24T13:21:25.230Z] LCOW: [2021-09-24T13:21:25.230Z] Windows: [2021-09-24T13:21:25.230Z] Logging Driver: json-file [2021-09-24T13:21:25.230Z] Plugins: [2021-09-24T13:21:25.230Z] Volume: local [2021-09-24T13:21:25.230Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:21:25.230Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:21:25.230Z] Swarm: inactive [2021-09-24T13:21:25.230Z] Default Isolation: process [2021-09-24T13:21:25.230Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-24T13:21:25.230Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-24T13:21:25.230Z] OSType: windows [2021-09-24T13:21:25.230Z] Architecture: x86_64 [2021-09-24T13:21:25.230Z] CPUs: 4 [2021-09-24T13:21:25.230Z] Total Memory: 32GiB [2021-09-24T13:21:25.230Z] Name: azwin-2-8a50b0 [2021-09-24T13:21:25.230Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-24T13:21:25.230Z] Docker Root Dir: D:\docker [2021-09-24T13:21:25.230Z] Debug Mode: false [2021-09-24T13:21:25.230Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:21:25.230Z] Labels: [2021-09-24T13:21:25.230Z] Experimental: true [2021-09-24T13:21:25.230Z] Insecure Registries: [2021-09-24T13:21:25.230Z] 10.0.0.4:5000 [2021-09-24T13:21:25.230Z] 127.0.0.0/8 [2021-09-24T13:21:25.230Z] Registry Mirrors: [2021-09-24T13:21:25.230Z] http://10.0.0.4:5000/ [2021-09-24T13:21:25.230Z] Live Restore Enabled: false [2021-09-24T13:21:25.230Z] Product License: Community Engine [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] INFO: Commit hash is 09de87ebbe [2021-09-24T13:21:25.230Z] INFO: Nuke-Everything... [2021-09-24T13:21:25.230Z] INFO: Container count on control daemon to delete is 0 [2021-09-24T13:21:25.230Z] INFO: Nuking d:\CI [2021-09-24T13:21:25.230Z] INFO: Zapped successfully [2021-09-24T13:21:25.230Z] INFO: Location for testing is d:\CI\PR-42879\2 [2021-09-24T13:21:25.230Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] INFO: Building the image from Dockerfile.windows at 09/24/2021 13:21:12... [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Sending build context to Docker daemon 60.66MB [2021-09-24T13:21:25.230Z] [2021-09-24T13:21:25.230Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-24T13:21:25.230Z] ---> 6e98155df178 [2021-09-24T13:21:25.230Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-24T13:21:25.230Z] ---> Running in 2f22d2a19119 [2021-09-24T13:21:25.230Z] Removing intermediate container 2f22d2a19119 [2021-09-24T13:21:25.230Z] ---> 5fa4d4e90cea [2021-09-24T13:21:25.230Z] Step 3/11 : ARG GO_VERSION=1.17.1 [2021-09-24T13:21:25.230Z] ---> Running in f18ff7fc7b57 [2021-09-24T13:21:25.230Z] Removing intermediate container f18ff7fc7b57 [2021-09-24T13:21:25.230Z] ---> 5e2f9b7dd0e8 [2021-09-24T13:21:25.230Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-24T13:21:25.230Z] ---> Running in 87e0e38cdc7b [2021-09-24T13:21:25.230Z] Removing intermediate container 87e0e38cdc7b [2021-09-24T13:21:25.230Z] ---> 92372d13bf81 [2021-09-24T13:21:25.230Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-24T13:21:25.230Z] ---> Running in 4aa3797a2b65 [2021-09-24T13:21:25.230Z] Removing intermediate container 4aa3797a2b65 [2021-09-24T13:21:25.230Z] ---> 13b1754882fc [2021-09-24T13:21:25.230Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-09-24T13:21:25.230Z] ---> Running in 6fcece6dcadc [2021-09-24T13:21:25.230Z] Removing intermediate container 6fcece6dcadc [2021-09-24T13:21:25.230Z] ---> 0651d25aa2ba [2021-09-24T13:21:25.231Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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-09-24T13:21:25.231Z] ---> Running in 401e6d43f8ab [2021-09-24T13:21:25.449Z] #64 27.75 Reading package lists... [2021-09-24T13:21:25.449Z] #64 ... [2021-09-24T13:21:25.449Z] [2021-09-24T13:21:25.449Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:25.449Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:25.449Z] #20 19.01 Reading package lists... [2021-09-24T13:21:25.600Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-24T13:21:25.600Z] [2021-09-24T13:21:25.600Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-24T13:21:25.600Z] Installing docker-proxy to /usr/local/bin/ [2021-09-24T13:21:25.600Z] [2021-09-24T13:21:25.600Z] + mkdir -p bundles [2021-09-24T13:21:25.600Z] + '[' -n 'github.com/docker/docker/api [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/backend [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/container [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/events [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/filters [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/image [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/mount [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/network [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/registry [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/time [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/versions [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:21:25.600Z] github.com/docker/docker/api/types/volume [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:21:25.600Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:21:25.600Z] github.com/docker/docker/cli [2021-09-24T13:21:25.600Z] github.com/docker/docker/cli/config [2021-09-24T13:21:25.600Z] github.com/docker/docker/cli/debug [2021-09-24T13:21:25.600Z] github.com/docker/docker/client [2021-09-24T13:21:25.600Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:21:25.600Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:21:25.600Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:21:25.600Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:21:25.600Z] github.com/docker/docker/container [2021-09-24T13:21:25.600Z] github.com/docker/docker/container/stream [2021-09-24T13:21:25.600Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:21:25.600Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:21:25.600Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/config [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/events [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/exec [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/images [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/links [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/names [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/network [2021-09-24T13:21:25.600Z] github.com/docker/docker/daemon/stats [2021-09-24T13:21:25.600Z] github.com/docker/docker/distribution [2021-09-24T13:21:25.600Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:21:25.600Z] github.com/docker/docker/distribution/utils [2021-09-24T13:21:25.600Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:21:25.600Z] github.com/docker/docker/dockerversion [2021-09-24T13:21:25.600Z] github.com/docker/docker/errdefs [2021-09-24T13:21:25.600Z] github.com/docker/docker/image [2021-09-24T13:21:25.600Z] github.com/docker/docker/image/cache [2021-09-24T13:21:25.600Z] github.com/docker/docker/image/tarexport [2021-09-24T13:21:25.600Z] github.com/docker/docker/image/v1 [2021-09-24T13:21:25.600Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:21:25.600Z] github.com/docker/docker/layer [2021-09-24T13:21:25.600Z] github.com/docker/docker/libcontainerd [2021-09-24T13:21:25.600Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:21:25.600Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:21:25.600Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:21:25.600Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:21:25.600Z] github.com/docker/docker/oci [2021-09-24T13:21:25.600Z] github.com/docker/docker/oci/caps [2021-09-24T13:21:25.600Z] github.com/docker/docker/opts [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/archive [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/directory [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/locker [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/mount [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/platform [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/pools [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/progress [2021-09-24T13:21:25.600Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/signal [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/stack [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/system [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/term [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:21:25.601Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:21:25.601Z] github.com/docker/docker/plugin [2021-09-24T13:21:25.601Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:21:25.601Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:21:25.601Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:21:25.601Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:21:25.601Z] github.com/docker/docker/quota [2021-09-24T13:21:25.601Z] github.com/docker/docker/reference [2021-09-24T13:21:25.601Z] github.com/docker/docker/registry [2021-09-24T13:21:25.601Z] github.com/docker/docker/registry/resumable [2021-09-24T13:21:25.601Z] github.com/docker/docker/restartmanager [2021-09-24T13:21:25.601Z] github.com/docker/docker/rootless [2021-09-24T13:21:25.601Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:21:25.601Z] github.com/docker/docker/runconfig [2021-09-24T13:21:25.601Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/environment [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/registry [2021-09-24T13:21:25.601Z] github.com/docker/docker/testutil/request [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/drivers [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/local [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/mounts [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/service [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:21:25.601Z] github.com/docker/docker/volume/testutils' ']' [2021-09-24T13:21:25.601Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-09-24T13:21:26.548Z] ? github.com/docker/docker/api [no test files] [2021-09-24T13:21:30.053Z] #14 ... [2021-09-24T13:21:30.053Z] [2021-09-24T13:21:30.053Z] #60 [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-09-24T13:21:30.053Z] #60 sha256:4dda283775e3cd0c7096e2e7cf718fd1c1d7c4e039ab43013acfcef60db01b7b [2021-09-24T13:21:30.053Z] #60 DONE 161.6s [2021-09-24T13:21:30.053Z] [2021-09-24T13:21:30.053Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-24T13:21:30.053Z] #61 sha256:93ab65bfa3b89c2a392a5599d4c9d8ca5c27ca6a5e595ca54a524cfafabe5b68 [2021-09-24T13:21:30.053Z] #61 DONE 0.1s [2021-09-24T13:21:30.053Z] [2021-09-24T13:21:30.053Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-24T13:21:30.053Z] #62 sha256:f18cd3765a311bd16a73b071c515271023b6dbd5f143488a4e71b9017c362b07 [2021-09-24T13:21:30.053Z] #62 DONE 0.1s [2021-09-24T13:21:30.053Z] [2021-09-24T13:21:30.053Z] #41 [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-09-24T13:21:30.053Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:21:31.438Z] #41 ... [2021-09-24T13:21:31.438Z] [2021-09-24T13:21:31.438Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:31.438Z] #14 sha256:357c7725a00bf2316045b3f930583d0f900e86884a8c0ac4752a509b485f2df3 [2021-09-24T13:21:31.438Z] #14 163.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-24T13:21:31.438Z] #14 163.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-24T13:21:31.438Z] #14 163.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:21:31.438Z] #14 163.5 Selecting previously unselected package libapparmor1:amd64. [2021-09-24T13:21:31.438Z] #14 163.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-24T13:21:31.438Z] #14 163.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:21:31.699Z] #14 163.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-24T13:21:31.699Z] #14 163.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-24T13:21:31.699Z] #14 163.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:21:31.960Z] #14 163.9 Selecting previously unselected package libbtrfs0:amd64. [2021-09-24T13:21:31.960Z] #14 163.9 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-24T13:21:31.960Z] #14 163.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:21:32.223Z] #14 164.1 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-24T13:21:32.223Z] #14 164.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-24T13:21:32.223Z] #14 164.1 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:21:32.223Z] #14 164.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-24T13:21:32.223Z] #14 164.3 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:21:32.223Z] #14 164.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:32.284Z] [2021-09-24T13:21:32.284Z] SUCCESS: Specified value was saved. [2021-09-24T13:21:32.484Z] #14 164.5 Selecting previously unselected package libudev-dev:amd64. [2021-09-24T13:21:32.484Z] #14 164.5 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-24T13:21:32.484Z] #14 164.5 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:21:32.741Z] INFO: Downloading git... [2021-09-24T13:21:32.746Z] #14 164.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-24T13:21:32.746Z] #14 164.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-24T13:21:32.746Z] #14 164.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:21:33.318Z] #14 165.1 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-24T13:21:33.318Z] #14 165.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-24T13:21:33.318Z] #14 165.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:21:33.318Z] #14 165.3 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-24T13:21:33.318Z] #14 165.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-24T13:21:33.318Z] #14 165.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:21:33.579Z] #14 165.6 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-24T13:21:33.579Z] #14 165.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-24T13:21:33.579Z] #14 165.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:21:33.579Z] #14 165.7 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-24T13:21:33.839Z] #14 165.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-24T13:21:33.839Z] #14 165.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:21:34.270Z] INFO: Downloading go... [2021-09-24T13:21:34.410Z] #14 166.3 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-24T13:21:34.410Z] #14 166.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-24T13:21:34.410Z] #14 166.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:21:34.671Z] #14 166.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-24T13:21:34.671Z] #14 166.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:21:34.671Z] #14 166.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:34.932Z] #14 166.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-24T13:21:34.932Z] #14 166.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-24T13:21:34.932Z] #14 166.8 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:21:34.932Z] #14 167.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-24T13:21:35.193Z] #14 167.0 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-24T13:21:35.193Z] #14 167.0 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:21:35.428Z] #20 28.28 Reading package lists... [2021-09-24T13:21:35.428Z] #20 ... [2021-09-24T13:21:35.428Z] [2021-09-24T13:21:35.428Z] #64 [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-09-24T13:21:35.428Z] #64 sha256:3af73c212a0c62ce792667a5a5d5c8464a35e6d17ea07d8eb34ef7f4f4b7a327 [2021-09-24T13:21:35.428Z] #64 27.75 Reading package lists... [2021-09-24T13:21:35.428Z] #64 36.96 Building dependency tree... [2021-09-24T13:21:35.428Z] #64 ... [2021-09-24T13:21:35.428Z] [2021-09-24T13:21:35.428Z] #44 [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-09-24T13:21:35.428Z] #44 sha256:b201c5b5393f0e63274621ab19667608bf495a618a19e6b322d39a9792f9f7c7 [2021-09-24T13:21:35.428Z] #44 18.92 Reading package lists... [2021-09-24T13:21:35.428Z] #44 28.22 Reading package lists... [2021-09-24T13:21:35.428Z] #44 37.18 Building dependency tree... [2021-09-24T13:21:35.428Z] #44 ... [2021-09-24T13:21:35.428Z] [2021-09-24T13:21:35.429Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:35.429Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:35.429Z] #20 28.28 Reading package lists... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:21:35.765Z] #14 167.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:21:35.765Z] #14 167.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:21:35.765Z] #14 167.9 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:21:36.026Z] #14 167.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:21:36.026Z] #14 167.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:21:36.026Z] #14 168.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:21:36.026Z] #14 168.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:21:36.026Z] #14 168.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:21:36.026Z] #14 168.1 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-24T13:21:36.026Z] #14 168.1 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:21:36.287Z] #14 168.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:21:36.287Z] #14 168.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:21:36.287Z] #14 168.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:21:36.287Z] #14 168.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:21:36.287Z] #14 168.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:21:36.287Z] #14 168.3 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-09-24T13:21:36.288Z] #14 168.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:21:36.288Z] #14 168.3 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-09-24T13:21:36.288Z] #14 168.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:21:36.288Z] #14 168.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:21:36.288Z] #14 168.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-09-24T13:21:36.288Z] #14 168.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:21:36.441Z] INFO: Downloading compiler 1 of 3... [2021-09-24T13:21:36.549Z] #14 168.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:21:36.549Z] #14 168.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:36.549Z] #14 168.4 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:21:36.549Z] #14 168.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:36.549Z] #14 168.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:36.549Z] #14 168.5 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:21:36.806Z] #20 37.11 Building dependency tree... [2021-09-24T13:21:36.807Z] #20 39.23 Reading state information... [2021-09-24T13:21:37.406Z] INFO: Downloading compiler 2 of 3... [2021-09-24T13:21:37.497Z] #14 DONE 169.3s [2021-09-24T13:21:37.497Z] [2021-09-24T13:21:37.497Z] #55 [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-09-24T13:21:37.497Z] #55 sha256:06455272be19915ad3771a00a18f6054302dc7f411fa82dbf5579b2010d3bc30 [2021-09-24T13:21:37.862Z] INFO: Downloading compiler 3 of 3... [2021-09-24T13:21:38.716Z] #20 41.26 The following additional packages will be installed: [2021-09-24T13:21:38.716Z] #20 41.26 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:21:38.716Z] #20 41.26 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-24T13:21:38.716Z] #20 41.26 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-24T13:21:38.716Z] #20 41.26 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-24T13:21:38.716Z] #20 41.27 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-24T13:21:38.716Z] #20 41.27 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-24T13:21:38.716Z] #20 41.28 mingw-w64-common mingw-w64-x86-64-dev [2021-09-24T13:21:38.716Z] #20 41.30 Suggested packages: [2021-09-24T13:21:38.716Z] #20 41.30 gcc-10-locales seccomp wine64 [2021-09-24T13:21:38.825Z] INFO: Extracting git... [2021-09-24T13:21:39.325Z] #20 41.97 The following NEW packages will be installed: [2021-09-24T13:21:39.325Z] #20 41.97 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-24T13:21:39.325Z] #20 41.97 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-24T13:21:39.325Z] #20 41.97 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-24T13:21:39.325Z] #20 41.97 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-24T13:21:39.326Z] #20 41.97 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-24T13:21:39.326Z] #20 41.97 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-24T13:21:39.326Z] #20 41.98 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-24T13:21:39.326Z] #20 41.98 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-24T13:21:39.326Z] #20 41.98 mingw-w64-x86-64-dev [2021-09-24T13:21:39.585Z] #20 42.32 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:21:39.585Z] #20 42.32 Need to get 115 MB of archives. [2021-09-24T13:21:39.585Z] #20 42.32 After this operation, 645 MB of additional disk space will be used. [2021-09-24T13:21:39.585Z] #20 42.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-09-24T13:21:39.585Z] #20 42.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-09-24T13:21:39.585Z] #20 42.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-24T13:21:39.585Z] #20 42.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-09-24T13:21:39.585Z] #20 42.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-09-24T13:21:39.585Z] #20 42.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-24T13:21:39.869Z] #20 42.59 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-09-24T13:21:39.869Z] #20 42.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-09-24T13:21:39.869Z] #20 42.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-09-24T13:21:40.053Z] #55 2.359 + RM_GOPATH=0 [2021-09-24T13:21:40.053Z] #55 2.359 + TMP_GOPATH= [2021-09-24T13:21:40.053Z] #55 2.359 + : /build [2021-09-24T13:21:40.053Z] #55 2.359 + '[' -z '' ']' [2021-09-24T13:21:40.053Z] #55 2.359 ++ mktemp -d [2021-09-24T13:21:40.053Z] #55 2.359 + export GOPATH=/tmp/tmp.QUNZvzSG1S [2021-09-24T13:21:40.053Z] #55 2.359 + GOPATH=/tmp/tmp.QUNZvzSG1S [2021-09-24T13:21:40.053Z] #55 2.359 + RM_GOPATH=1 [2021-09-24T13:21:40.053Z] #55 2.359 + case "$(go env GOARCH)" in [2021-09-24T13:21:40.053Z] #55 2.359 ++ go env GOARCH [2021-09-24T13:21:40.053Z] #55 2.373 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:40.053Z] #55 2.373 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:40.053Z] #55 2.373 ++ dirname /tmp/install/install.sh [2021-09-24T13:21:40.053Z] #55 2.376 + dir=/tmp/install [2021-09-24T13:21:40.053Z] #55 2.376 + bin=runc [2021-09-24T13:21:40.053Z] #55 2.376 + shift [2021-09-24T13:21:40.053Z] #55 2.376 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-24T13:21:40.053Z] #55 2.376 + . /tmp/install/runc.installer [2021-09-24T13:21:40.053Z] #55 2.396 ++ set -e [2021-09-24T13:21:40.053Z] #55 2.396 ++ : v1.0.2 [2021-09-24T13:21:40.053Z] #55 2.396 + install_runc [2021-09-24T13:21:40.053Z] #55 2.396 + RUNC_BUILDTAGS=seccomp [2021-09-24T13:21:40.053Z] #55 2.396 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-24T13:21:40.053Z] #55 2.396 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.QUNZvzSG1S/src/github.com/opencontainers/runc [2021-09-24T13:21:40.053Z] #55 2.399 Cloning into '/tmp/tmp.QUNZvzSG1S/src/github.com/opencontainers/runc'... [2021-09-24T13:21:40.053Z] #55 2.400 Install runc version v1.0.2 (build tags: seccomp) [2021-09-24T13:21:40.451Z] #20 42.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:21:40.625Z] #55 ... [2021-09-24T13:21:40.625Z] [2021-09-24T13:21:40.625Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-24T13:21:40.625Z] #15 sha256:d89995be48c715465ca8776fa1d432e66c3a452e01b7948b04f93a8d3f6d1266 [2021-09-24T13:21:40.625Z] #15 DONE 3.2s [2021-09-24T13:21:40.625Z] [2021-09-24T13:21:40.625Z] #16 [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-09-24T13:21:40.625Z] #16 sha256:050e32dd6560946e7a7e05db39812e4449ab9ccf3317bdfb93bfd51d5bca7aed [2021-09-24T13:21:40.712Z] #20 ... [2021-09-24T13:21:40.713Z] [2021-09-24T13:21:40.713Z] #64 [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-09-24T13:21:40.713Z] #64 sha256:3af73c212a0c62ce792667a5a5d5c8464a35e6d17ea07d8eb34ef7f4f4b7a327 [2021-09-24T13:21:40.713Z] #64 36.96 Building dependency tree... [2021-09-24T13:21:40.713Z] #64 39.03 Reading state information... [2021-09-24T13:21:40.713Z] #64 40.98 The following additional packages will be installed: [2021-09-24T13:21:40.713Z] #64 41.01 libbtrfs0 [2021-09-24T13:21:40.713Z] #64 41.28 The following NEW packages will be installed: [2021-09-24T13:21:40.713Z] #64 41.30 libbtrfs-dev libbtrfs0 [2021-09-24T13:21:40.713Z] #64 41.72 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:21:40.713Z] #64 41.72 Need to get 460 kB of archives. [2021-09-24T13:21:40.713Z] #64 41.72 After this operation, 1237 kB of additional disk space will be used. [2021-09-24T13:21:40.713Z] #64 41.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-24T13:21:40.713Z] #64 41.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-24T13:21:40.713Z] #64 42.18 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:21:40.713Z] #64 42.43 Fetched 460 kB in 0s (1554 kB/s) [2021-09-24T13:21:40.713Z] #64 42.48 Selecting previously unselected package libbtrfs0:amd64. [2021-09-24T13:21:40.713Z] #64 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 ... 30211 files and directories currently installed.) [2021-09-24T13:21:40.713Z] #64 42.56 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-24T13:21:40.713Z] #64 42.57 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:21:40.713Z] #64 42.69 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-24T13:21:40.713Z] #64 42.70 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-24T13:21:40.713Z] #64 42.70 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:21:40.713Z] #64 42.88 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:21:40.713Z] #64 42.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:21:40.713Z] #64 42.93 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:21:40.713Z] #64 DONE 43.3s [2021-09-24T13:21:40.713Z] [2021-09-24T13:21:40.713Z] #65 [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-09-24T13:21:40.713Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:21:41.548Z] ok github.com/docker/docker/api/server 0.026s coverage: 9.0% of statements [2021-09-24T13:21:41.651Z] #65 1.035 + RM_GOPATH=0 [2021-09-24T13:21:41.651Z] #65 1.035 + TMP_GOPATH= [2021-09-24T13:21:41.651Z] #65 1.037 + : /build [2021-09-24T13:21:41.651Z] #65 1.037 + '[' -z '' ']' [2021-09-24T13:21:41.651Z] #65 1.038 ++ mktemp -d [2021-09-24T13:21:41.651Z] #65 1.039 + export GOPATH=/tmp/tmp.GO95wHyj2M [2021-09-24T13:21:41.651Z] #65 1.039 + GOPATH=/tmp/tmp.GO95wHyj2M [2021-09-24T13:21:41.651Z] #65 1.039 + RM_GOPATH=1 [2021-09-24T13:21:41.651Z] #65 1.040 + case "$(go env GOARCH)" in [2021-09-24T13:21:41.651Z] #65 1.040 ++ go env GOARCH [2021-09-24T13:21:41.651Z] #65 1.047 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:41.651Z] #65 1.049 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:41.651Z] #65 1.052 ++ dirname /tmp/install/install.sh [2021-09-24T13:21:41.651Z] #65 1.055 + dir=/tmp/install [2021-09-24T13:21:41.651Z] #65 1.055 + bin=containerd [2021-09-24T13:21:41.651Z] #65 1.055 + shift [2021-09-24T13:21:41.651Z] #65 1.055 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-24T13:21:41.651Z] #65 1.055 + . /tmp/install/containerd.installer [2021-09-24T13:21:41.651Z] #65 1.056 ++ set -e [2021-09-24T13:21:41.652Z] #65 1.056 ++ : v1.5.5 [2021-09-24T13:21:41.652Z] #65 1.056 + install_containerd [2021-09-24T13:21:41.652Z] #65 1.056 + echo 'Install containerd version v1.5.5' [2021-09-24T13:21:41.652Z] #65 1.056 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GO95wHyj2M/src/github.com/containerd/containerd [2021-09-24T13:21:41.652Z] #65 1.056 Install containerd version v1.5.5 [2021-09-24T13:21:41.652Z] #65 1.065 Cloning into '/tmp/tmp.GO95wHyj2M/src/github.com/containerd/containerd'... [2021-09-24T13:21:42.542Z] #16 DONE 2.1s [2021-09-24T13:21:42.542Z] [2021-09-24T13:21:42.542Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-24T13:21:42.542Z] #17 sha256:d85bd41018b0bc3dda487a9e39ce5478acc1c221b42b0ef3b3668be03c8931a5 [2021-09-24T13:21:43.032Z] #65 ... [2021-09-24T13:21:43.032Z] [2021-09-24T13:21:43.032Z] #67 [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-09-24T13:21:43.032Z] #67 sha256:9e0cb424a09c1e1d5c1b2c1da4cd11a9cc2cf91d5e80fcc6850540a0bf2185e4 [2021-09-24T13:21:43.032Z] #67 41.81 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-24T13:21:43.032Z] #67 41.81 + GOBIN=/build [2021-09-24T13:21:43.032Z] #67 41.81 + GO111MODULE=on [2021-09-24T13:21:43.032Z] #67 41.81 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-24T13:21:43.032Z] #67 DONE 45.6s [2021-09-24T13:21:43.032Z] [2021-09-24T13:21:43.032Z] #68 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-24T13:21:43.032Z] #68 sha256:32f230dedb613ba27656cce1badd5e1ce28a090660109ca58ac2c925e9f7069e [2021-09-24T13:21:43.032Z] #68 DONE 0.1s [2021-09-24T13:21:43.032Z] [2021-09-24T13:21:43.032Z] #69 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-24T13:21:43.032Z] #69 sha256:2a37d3c32eefee28250841e1a5f3eea0df7ea9be68d6f228b03d5cdabe4c7a5c [2021-09-24T13:21:43.032Z] #69 DONE 0.1s [2021-09-24T13:21:43.032Z] [2021-09-24T13:21:43.032Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:43.032Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:43.032Z] #20 43.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:21:43.032Z] #20 43.76 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-09-24T13:21:43.032Z] #20 44.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-24T13:21:43.032Z] #20 44.54 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-09-24T13:21:43.032Z] #20 44.70 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-09-24T13:21:43.032Z] #20 44.70 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-24T13:21:43.032Z] #20 44.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-24T13:21:43.032Z] #20 44.71 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-24T13:21:43.032Z] #20 44.71 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-24T13:21:43.032Z] #20 44.71 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-09-24T13:21:43.032Z] #20 44.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-24T13:21:43.032Z] #20 44.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-24T13:21:43.032Z] #20 44.73 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-24T13:21:43.032Z] #20 44.73 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-24T13:21:43.032Z] #20 44.74 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-24T13:21:43.032Z] #20 44.74 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-24T13:21:43.032Z] #20 44.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-24T13:21:43.032Z] #20 44.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-09-24T13:21:43.032Z] #20 44.74 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-24T13:21:43.032Z] #20 44.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-24T13:21:43.032Z] #20 45.38 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:21:43.032Z] #20 45.59 Fetched 115 MB in 3s (42.5 MB/s) [2021-09-24T13:21:43.032Z] #20 45.68 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-24T13:21:43.032Z] #20 45.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-09-24T13:21:43.032Z] #20 45.72 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:21:43.032Z] #20 45.74 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:21:44.409Z] #20 47.07 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-24T13:21:44.409Z] #20 47.07 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-24T13:21:44.409Z] #20 47.07 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:21:44.459Z] #17 1.542 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-24T13:21:44.459Z] #17 DONE 1.7s [2021-09-24T13:21:44.459Z] [2021-09-24T13:21:44.459Z] #58 [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-09-24T13:21:44.459Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:21:44.459Z] #58 ... [2021-09-24T13:21:44.459Z] [2021-09-24T13:21:44.459Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-24T13:21:44.459Z] #18 sha256:fda41a5ed256e1b6205be0267a3241a1bb2cc3a9b2ea635789415f9def055b06 [2021-09-24T13:21:45.346Z] #20 47.93 Selecting previously unselected package binutils-mingw-w64. [2021-09-24T13:21:45.346Z] #20 47.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-24T13:21:45.346Z] #20 47.94 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:21:45.346Z] #20 ... [2021-09-24T13:21:45.346Z] [2021-09-24T13:21:45.346Z] #44 [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-09-24T13:21:45.346Z] #44 sha256:b201c5b5393f0e63274621ab19667608bf495a618a19e6b322d39a9792f9f7c7 [2021-09-24T13:21:45.346Z] #44 37.18 Building dependency tree... [2021-09-24T13:21:45.346Z] #44 39.24 Reading state information... [2021-09-24T13:21:45.346Z] #44 40.97 The following additional packages will be installed: [2021-09-24T13:21:45.346Z] #44 40.99 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2021-09-24T13:21:45.346Z] #44 41.03 Suggested packages: [2021-09-24T13:21:45.346Z] #44 41.04 cmake-doc ninja-build lrzip [2021-09-24T13:21:45.346Z] #44 41.04 Recommended packages: [2021-09-24T13:21:45.346Z] #44 41.04 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-24T13:21:45.346Z] #44 41.69 The following NEW packages will be installed: [2021-09-24T13:21:45.346Z] #44 41.70 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2021-09-24T13:21:45.346Z] #44 42.13 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:21:45.346Z] #44 42.13 Need to get 8419 kB of archives. [2021-09-24T13:21:45.346Z] #44 42.13 After this operation, 34.9 MB of additional disk space will be used. [2021-09-24T13:21:45.346Z] #44 42.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-24T13:21:45.346Z] #44 42.13 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:21:45.346Z] #44 42.13 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-24T13:21:45.346Z] #44 42.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-24T13:21:45.346Z] #44 42.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-24T13:21:45.346Z] #44 42.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-24T13:21:45.346Z] #44 42.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-24T13:21:45.346Z] #44 42.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-24T13:21:45.346Z] #44 42.96 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:21:45.346Z] #44 43.43 Fetched 8419 kB in 0s (19.2 MB/s) [2021-09-24T13:21:45.346Z] #44 43.56 Selecting previously unselected package xxd. [2021-09-24T13:21:45.346Z] #44 43.56 (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 ... 30211 files and directories currently installed.) [2021-09-24T13:21:45.346Z] #44 43.66 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 43.68 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:21:45.346Z] #44 43.88 Selecting previously unselected package vim-common. [2021-09-24T13:21:45.346Z] #44 43.88 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:21:45.346Z] #44 43.91 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:21:45.346Z] #44 44.16 Selecting previously unselected package cmake-data. [2021-09-24T13:21:45.346Z] #44 44.16 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-24T13:21:45.346Z] #44 44.19 Unpacking cmake-data (3.18.4-2) ... [2021-09-24T13:21:45.346Z] #44 45.21 Selecting previously unselected package libarchive13:amd64. [2021-09-24T13:21:45.346Z] #44 45.22 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 45.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-24T13:21:45.346Z] #44 45.40 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-24T13:21:45.346Z] #44 45.41 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 45.42 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-24T13:21:45.346Z] #44 45.51 Selecting previously unselected package librhash0:amd64. [2021-09-24T13:21:45.346Z] #44 45.51 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 45.51 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-24T13:21:45.346Z] #44 45.61 Selecting previously unselected package libuv1:amd64. [2021-09-24T13:21:45.346Z] #44 45.62 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 45.64 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-24T13:21:45.346Z] #44 45.78 Selecting previously unselected package cmake. [2021-09-24T13:21:45.346Z] #44 45.79 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ... [2021-09-24T13:21:45.346Z] #44 45.80 Unpacking cmake (3.18.4-2) ... [2021-09-24T13:21:45.346Z] #44 47.74 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-24T13:21:45.346Z] #44 47.76 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:21:45.346Z] #44 47.77 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-24T13:21:45.346Z] #44 47.78 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:21:45.346Z] #44 47.84 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-24T13:21:45.346Z] #44 47.85 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-24T13:21:45.346Z] #44 47.86 Setting up cmake-data (3.18.4-2) ... [2021-09-24T13:21:45.346Z] #44 47.88 Setting up cmake (3.18.4-2) ... [2021-09-24T13:21:45.346Z] #44 47.89 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:21:45.346Z] #44 DONE 48.1s [2021-09-24T13:21:45.346Z] [2021-09-24T13:21:45.346Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:45.346Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:45.346Z] #20 48.07 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-24T13:21:45.346Z] #20 48.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:21:45.346Z] #20 48.09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:21:45.605Z] #20 48.18 Selecting previously unselected package dmsetup. [2021-09-24T13:21:45.605Z] #20 48.19 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:21:45.605Z] #20 48.20 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:21:45.605Z] #20 48.31 Selecting previously unselected package mingw-w64-common. [2021-09-24T13:21:45.605Z] #20 48.31 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-24T13:21:45.605Z] #20 48.32 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-24T13:21:46.378Z] #18 DONE 1.9s [2021-09-24T13:21:46.378Z] [2021-09-24T13:21:46.378Z] #41 [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-09-24T13:21:46.378Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:21:46.378Z] #41 ... [2021-09-24T13:21:46.378Z] [2021-09-24T13:21:46.378Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-24T13:21:46.378Z] #19 sha256:83da23cc167a46441450f5c41ce33da832d81757d7767df1aa653dd8c2420ef7 [2021-09-24T13:21:47.507Z] #20 50.08 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-24T13:21:47.507Z] #20 50.08 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-24T13:21:47.507Z] #20 50.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:21:48.293Z] #19 DONE 2.2s [2021-09-24T13:21:48.293Z] [2021-09-24T13:21:48.293Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-24T13:21:48.293Z] #20 sha256:b06c6994a9b1bbaea63a706f712fecae6d9608e0a3f128e513bea467149aaf78 [2021-09-24T13:21:48.443Z] #20 ... [2021-09-24T13:21:48.443Z] [2021-09-24T13:21:48.443Z] #45 [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-09-24T13:21:48.443Z] #45 sha256:89aa17452e5915e4f6ee837f89efee8ae48e29a104e3722136d2865ecd58a9aa [2021-09-24T13:21:48.443Z] #45 0.924 + RM_GOPATH=0 [2021-09-24T13:21:48.443Z] #45 0.924 + TMP_GOPATH= [2021-09-24T13:21:48.443Z] #45 0.924 + : /build [2021-09-24T13:21:48.443Z] #45 0.924 + '[' -z '' ']' [2021-09-24T13:21:48.443Z] #45 0.924 ++ mktemp -d [2021-09-24T13:21:48.443Z] #45 0.926 + export GOPATH=/tmp/tmp.Ej4fd9a0op [2021-09-24T13:21:48.443Z] #45 0.926 + GOPATH=/tmp/tmp.Ej4fd9a0op [2021-09-24T13:21:48.443Z] #45 0.926 + RM_GOPATH=1 [2021-09-24T13:21:48.443Z] #45 0.926 + case "$(go env GOARCH)" in [2021-09-24T13:21:48.443Z] #45 0.927 ++ go env GOARCH [2021-09-24T13:21:48.443Z] #45 0.933 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:48.443Z] #45 0.933 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:21:48.443Z] #45 0.934 ++ dirname /tmp/install/install.sh [2021-09-24T13:21:48.443Z] #45 0.935 + dir=/tmp/install [2021-09-24T13:21:48.443Z] #45 0.935 + bin=tini [2021-09-24T13:21:48.443Z] #45 0.935 + shift [2021-09-24T13:21:48.443Z] #45 0.936 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-24T13:21:48.443Z] #45 0.936 + . /tmp/install/tini.installer [2021-09-24T13:21:48.443Z] #45 0.936 ++ : v0.19.0 [2021-09-24T13:21:48.443Z] #45 0.937 + install_tini [2021-09-24T13:21:48.443Z] #45 0.938 + echo 'Install tini version v0.19.0' [2021-09-24T13:21:48.443Z] #45 0.938 Install tini version v0.19.0 [2021-09-24T13:21:48.443Z] #45 0.939 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ej4fd9a0op/tini [2021-09-24T13:21:48.443Z] #45 0.942 Cloning into '/tmp/tmp.Ej4fd9a0op/tini'... [2021-09-24T13:21:48.443Z] #45 1.404 + cd /tmp/tmp.Ej4fd9a0op/tini [2021-09-24T13:21:48.443Z] #45 1.404 + git checkout -q v0.19.0 [2021-09-24T13:21:48.443Z] #45 1.409 + cmake . [2021-09-24T13:21:48.443Z] #45 1.587 -- The C compiler identification is GNU 10.2.1 [2021-09-24T13:21:48.443Z] #45 1.613 -- Detecting C compiler ABI info [2021-09-24T13:21:48.443Z] #45 1.772 -- Detecting C compiler ABI info - done [2021-09-24T13:21:48.443Z] #45 1.830 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-24T13:21:48.443Z] #45 1.832 -- Detecting C compile features [2021-09-24T13:21:48.443Z] #45 1.834 -- Detecting C compile features - done [2021-09-24T13:21:48.443Z] #45 1.853 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-24T13:21:48.443Z] #45 1.917 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-24T13:21:48.443Z] #45 1.933 -- Configuring done [2021-09-24T13:21:48.443Z] #45 1.941 -- Generating done [2021-09-24T13:21:48.443Z] #45 1.942 -- Build files have been written to: /tmp/tmp.Ej4fd9a0op/tini [2021-09-24T13:21:48.443Z] #45 1.949 + make tini-static [2021-09-24T13:21:48.443Z] #45 2.039 Scanning dependencies of target tini-static [2021-09-24T13:21:48.443Z] #45 2.065 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-24T13:21:48.443Z] #45 2.401 [100%] Linking C executable tini-static [2021-09-24T13:21:48.443Z] #45 2.551 [100%] Built target tini-static [2021-09-24T13:21:48.443Z] #45 2.565 + mkdir -p /build [2021-09-24T13:21:48.443Z] #45 2.567 + cp tini-static /build/docker-init [2021-09-24T13:21:48.443Z] #45 DONE 2.9s [2021-09-24T13:21:48.443Z] [2021-09-24T13:21:48.443Z] #65 [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-09-24T13:21:48.443Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:21:49.819Z] #65 ... [2021-09-24T13:21:49.819Z] [2021-09-24T13:21:49.819Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:21:49.819Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:21:49.819Z] #20 52.30 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-24T13:21:49.819Z] #20 52.31 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:49.819Z] #20 52.32 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:21:49.819Z] #20 52.46 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-24T13:21:49.819Z] #20 52.47 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:49.819Z] #20 52.47 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:21:50.209Z] #20 DONE 1.5s [2021-09-24T13:21:50.209Z] [2021-09-24T13:21:50.209Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:21:50.209Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:21:51.175Z] INFO: Expanding go... [2021-09-24T13:21:51.720Z] #20 54.54 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-24T13:21:51.979Z] #20 54.54 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:51.979Z] #20 54.55 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:21:52.124Z] #21 2.182 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:21:52.124Z] #21 2.240 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:21:52.124Z] #21 2.240 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:21:52.385Z] #21 ... [2021-09-24T13:21:52.385Z] [2021-09-24T13:21:52.385Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-24T13:21:52.385Z] #33 sha256:fb02fb1e1ac8485ef7e7cc063e6a74697ab64e4d3d5a5e0f2ed7e9d92457baaa [2021-09-24T13:21:52.385Z] #33 DONE 184.2s [2021-09-24T13:21:52.385Z] [2021-09-24T13:21:52.385Z] #55 [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-09-24T13:21:52.385Z] #55 sha256:06455272be19915ad3771a00a18f6054302dc7f411fa82dbf5579b2010d3bc30 [2021-09-24T13:21:52.385Z] #55 13.20 + cd /tmp/tmp.QUNZvzSG1S/src/github.com/opencontainers/runc [2021-09-24T13:21:52.385Z] #55 13.20 + git checkout -q v1.0.2 [2021-09-24T13:21:52.385Z] #55 13.67 + '[' -z '' ']' [2021-09-24T13:21:52.385Z] #55 13.67 + target=static [2021-09-24T13:21:52.385Z] #55 13.67 + make BUILDTAGS=seccomp static [2021-09-24T13:21:52.385Z] #55 14.06 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-09-24T13:21:55.528Z] #20 58.06 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-24T13:21:55.528Z] #20 58.07 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:55.528Z] #20 58.07 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:21:57.432Z] #20 59.70 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-24T13:21:57.432Z] #20 59.71 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:57.432Z] #20 59.71 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:21:58.808Z] #20 61.57 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-24T13:21:58.808Z] #20 61.58 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:21:58.808Z] #20 61.58 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:21:58.979Z] #55 ... [2021-09-24T13:21:58.979Z] [2021-09-24T13:21:58.979Z] #21 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:21:58.979Z] #21 sha256:6c58f5a533df099f3c2d82c3856f67d5ba69915718faeab8aebfb6f4ca4d43eb [2021-09-24T13:21:58.979Z] #21 3.058 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:21:58.979Z] #21 4.062 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:21:58.979Z] #21 5.453 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:21:59.553Z] #21 9.847 Fetched 8412 kB in 8s (1033 kB/s) [2021-09-24T13:22:03.005Z] #20 65.42 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-24T13:22:03.005Z] #20 65.43 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-24T13:22:03.005Z] #20 65.43 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:22:03.765Z] #21 9.847 Reading package lists... [2021-09-24T13:22:03.943Z] #20 ... [2021-09-24T13:22:03.943Z] [2021-09-24T13:22:03.943Z] #65 [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-09-24T13:22:03.943Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:22:03.943Z] #65 13.18 + cd /tmp/tmp.GO95wHyj2M/src/github.com/containerd/containerd [2021-09-24T13:22:03.943Z] #65 13.18 + git checkout -q v1.5.5 [2021-09-24T13:22:03.943Z] #65 13.89 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-24T13:22:03.943Z] #65 13.90 + BUILDTAGS='netgo osusergo static_build' [2021-09-24T13:22:03.943Z] #65 13.90 + export EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:22:03.943Z] #65 13.90 + EXTRA_FLAGS=-buildmode=pie [2021-09-24T13:22:03.943Z] #65 13.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-24T13:22:03.943Z] #65 13.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-24T13:22:03.943Z] #65 13.90 + '[' '' = dynamic ']' [2021-09-24T13:22:03.943Z] #65 13.90 + make [2021-09-24T13:22:03.943Z] #65 14.89 + bin/ctr [2021-09-24T13:22:04.511Z] #65 ... [2021-09-24T13:22:04.511Z] [2021-09-24T13:22:04.511Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-24T13:22:04.511Z] #20 sha256:f22e05dfbfee4590b1933f4b15bf1551708f58955fb5faad1c8238c127b5507f [2021-09-24T13:22:04.511Z] #20 67.26 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-24T13:22:04.511Z] #20 67.27 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-24T13:22:04.511Z] #20 67.28 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:22:04.770Z] #20 67.39 Selecting previously unselected package libapparmor1:amd64. [2021-09-24T13:22:04.770Z] #20 67.40 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-24T13:22:04.770Z] #20 67.40 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:22:04.770Z] #20 67.45 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-24T13:22:04.770Z] #20 67.46 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-24T13:22:04.770Z] #20 67.47 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:22:04.770Z] #20 67.53 Selecting previously unselected package libbtrfs0:amd64. [2021-09-24T13:22:04.770Z] #20 67.53 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-24T13:22:04.770Z] #20 67.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:22:05.029Z] #20 67.62 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-24T13:22:05.029Z] #20 67.63 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-24T13:22:05.029Z] #20 67.63 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:22:05.029Z] #20 67.72 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-24T13:22:05.029Z] #20 67.73 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:22:05.029Z] #20 67.74 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:22:05.029Z] #20 67.79 Selecting previously unselected package libudev-dev:amd64. [2021-09-24T13:22:05.029Z] #20 67.79 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-24T13:22:05.029Z] #20 67.80 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:22:05.029Z] #20 67.86 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-24T13:22:05.289Z] #20 67.87 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-24T13:22:05.289Z] #20 67.87 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:22:05.289Z] #20 67.99 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-24T13:22:05.289Z] #20 67.99 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-24T13:22:05.289Z] #20 68.00 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:22:05.547Z] #20 68.10 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-24T13:22:05.547Z] #20 68.10 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-24T13:22:05.548Z] #20 68.11 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:22:05.548Z] #20 68.22 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-24T13:22:05.548Z] #20 68.23 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-24T13:22:05.548Z] #20 68.24 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:22:05.548Z] #20 68.28 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-24T13:22:05.548Z] #20 68.29 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-24T13:22:05.548Z] #20 68.29 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:22:05.806Z] #20 68.46 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-24T13:22:05.807Z] #20 68.47 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-24T13:22:05.807Z] #20 68.47 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:22:05.807Z] #20 68.58 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-24T13:22:05.807Z] #20 68.59 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-24T13:22:05.807Z] #20 68.59 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:22:05.807Z] #20 68.63 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-24T13:22:06.066Z] #20 68.63 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-24T13:22:06.066Z] #20 68.64 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:22:06.066Z] #20 68.69 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-24T13:22:06.066Z] #20 68.70 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-24T13:22:06.066Z] #20 68.72 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:22:06.156Z] --- PASS: TestBuildWithHugeFile (49.71s) [2021-09-24T13:22:06.156Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:22:06.156Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:22:06.156Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:22:06.156Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:22:06.156Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:22:06.156Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:22:06.156Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:22:06.156Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:22:06.156Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:22:06.156Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:22:06.156Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:22:06.156Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:22:06.156Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:22:06.156Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-09-24T13:22:06.156Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-09-24T13:22:06.156Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-09-24T13:22:06.156Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-24T13:22:06.156Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:22:06.156Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-24T13:22:06.156Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-24T13:22:06.313Z] #21 13.48 Reading package lists... [2021-09-24T13:22:06.325Z] #20 68.94 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-24T13:22:06.325Z] #20 68.95 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-24T13:22:06.325Z] #20 68.96 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-24T13:22:06.325Z] #20 68.97 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-24T13:22:06.325Z] #20 68.99 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-24T13:22:06.325Z] #20 69.00 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-24T13:22:06.325Z] #20 69.01 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-24T13:22:06.325Z] #20 69.02 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-24T13:22:06.325Z] #20 69.03 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-24T13:22:06.325Z] #20 69.04 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-24T13:22:06.325Z] #20 69.05 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-24T13:22:06.325Z] #20 69.07 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-24T13:22:06.325Z] #20 69.12 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-24T13:22:06.325Z] #20 69.14 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-24T13:22:06.583Z] #20 69.15 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-24T13:22:06.583Z] #20 69.16 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-24T13:22:06.583Z] #20 69.17 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-24T13:22:06.583Z] #20 69.19 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-24T13:22:06.583Z] #20 69.20 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-24T13:22:06.583Z] #20 69.21 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.22 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.23 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-09-24T13:22:06.584Z] #20 69.24 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.25 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-09-24T13:22:06.584Z] #20 69.26 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-24T13:22:06.584Z] #20 69.27 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.28 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-09-24T13:22:06.584Z] #20 69.29 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.30 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-24T13:22:06.584Z] #20 69.32 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:22:06.584Z] #20 69.33 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-24T13:22:06.584Z] #20 69.35 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:22:06.843Z] #20 69.36 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-24T13:22:06.843Z] #20 69.37 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:22:06.885Z] #21 16.23 Building dependency tree... [2021-09-24T13:22:07.827Z] #21 17.66 The following additional packages will be installed: [2021-09-24T13:22:07.827Z] #21 17.66 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:22:07.827Z] #21 17.66 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-24T13:22:07.827Z] #21 17.66 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-24T13:22:07.827Z] #21 17.67 python3-pkg-resources vim-runtime xxd [2021-09-24T13:22:07.827Z] #21 17.67 Suggested packages: [2021-09-24T13:22:07.827Z] #21 17.67 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-24T13:22:07.827Z] #21 17.67 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-24T13:22:07.827Z] #21 17.67 acl attr quota [2021-09-24T13:22:07.827Z] #21 17.67 Recommended packages: [2021-09-24T13:22:07.828Z] #21 17.67 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-24T13:22:08.749Z] #20 DONE 71.3s [2021-09-24T13:22:08.749Z] [2021-09-24T13:22:08.749Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2021-09-24T13:22:08.749Z] #21 sha256:4bed97712d6713380f35e2e124eb672e66b76b1c4e264ad29a79f0dd0a3be78e [2021-09-24T13:22:09.214Z] #21 19.35 The following NEW packages will be installed: [2021-09-24T13:22:09.214Z] #21 19.36 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-24T13:22:09.214Z] #21 19.36 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-24T13:22:09.214Z] #21 19.36 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-24T13:22:09.214Z] #21 19.36 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-24T13:22:09.214Z] #21 19.37 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-24T13:22:09.214Z] #21 19.37 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-24T13:22:09.214Z] #21 19.37 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-24T13:22:09.214Z] #21 19.37 xz-utils zip zstd [2021-09-24T13:22:09.466Z] --- PASS: TestBuildPreserveOwnership (9.99s) [2021-09-24T13:22:09.466Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.99s) [2021-09-24T13:22:09.466Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (3.98s) [2021-09-24T13:22:09.466Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:22:09.466Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-24T13:22:09.466Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-24T13:22:09.466Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-24T13:22:09.466Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-24T13:22:09.466Z] PASS [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === Skipped [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-24T13:22:09.466Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:22:09.466Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-24T13:22:09.466Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] DONE 34 tests, 3 skipped in 110.675s [2021-09-24T13:22:09.466Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-24T13:22:09.466Z] INFO: Testing against a local daemon [2021-09-24T13:22:09.466Z] === RUN TestConfigInspect [2021-09-24T13:22:09.466Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestConfigInspect (0.02s) [2021-09-24T13:22:09.466Z] === RUN TestConfigList [2021-09-24T13:22:09.466Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestConfigList (0.02s) [2021-09-24T13:22:09.466Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:22:09.466Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-09-24T13:22:09.466Z] === RUN TestConfigsUpdate [2021-09-24T13:22:09.466Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-09-24T13:22:09.466Z] === RUN TestTemplatedConfig [2021-09-24T13:22:09.466Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-24T13:22:09.466Z] === RUN TestConfigCreateResolve [2021-09-24T13:22:09.466Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-09-24T13:22:09.466Z] PASS [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === Skipped [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-09-24T13:22:09.466Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-09-24T13:22:09.466Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-09-24T13:22:09.466Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-09-24T13:22:09.466Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-09-24T13:22:09.466Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-09-24T13:22:09.466Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:22:09.466Z] [2021-09-24T13:22:09.466Z] DONE 6 tests, 6 skipped in 0.169s [2021-09-24T13:22:09.466Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-24T13:22:09.772Z] INFO: Testing against a local daemon [2021-09-24T13:22:09.772Z] === RUN TestCheckpoint [2021-09-24T13:22:09.772Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:22:09.772Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:22:09.772Z] === RUN TestContainerInvalidJSON [2021-09-24T13:22:09.772Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:22:09.772Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:22:09.772Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:22:09.772Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:22:09.772Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:22:09.772Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:22:09.772Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-24T13:22:09.772Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:22:09.772Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:22:09.772Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:22:09.772Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-09-24T13:22:09.772Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:22:09.788Z] #21 19.77 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:22:09.788Z] #21 19.77 Need to get 27.6 MB of archives. [2021-09-24T13:22:09.788Z] #21 19.77 After this operation, 106 MB of additional disk space will be used. [2021-09-24T13:22:09.788Z] #21 19.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-24T13:22:09.788Z] #21 19.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-24T13:22:09.788Z] #21 19.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-24T13:22:09.788Z] #21 19.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-24T13:22:09.788Z] #21 19.82 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-24T13:22:09.788Z] #21 19.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-24T13:22:09.788Z] #21 19.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-24T13:22:09.788Z] #21 19.85 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-24T13:22:09.788Z] #21 19.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-24T13:22:09.788Z] #21 19.85 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:22:09.788Z] #21 19.86 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-24T13:22:09.788Z] #21 19.87 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-24T13:22:09.788Z] #21 19.87 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-24T13:22:09.788Z] #21 19.88 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-24T13:22:09.788Z] #21 19.91 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-24T13:22:09.788Z] #21 19.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-24T13:22:09.788Z] #21 19.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-24T13:22:09.788Z] #21 19.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-24T13:22:09.788Z] #21 19.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-24T13:22:09.788Z] #21 19.93 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-24T13:22:09.788Z] #21 19.93 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-24T13:22:09.788Z] #21 19.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-24T13:22:09.788Z] #21 19.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-24T13:22:09.788Z] #21 19.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-24T13:22:09.788Z] #21 19.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-24T13:22:09.788Z] #21 19.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-24T13:22:09.788Z] #21 19.97 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-24T13:22:10.034Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.17s) [2021-09-24T13:22:10.034Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:22:10.034Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-09-24T13:22:10.034Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:22:10.034Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-09-24T13:22:10.034Z] === RUN TestCopyFromContainer [2021-09-24T13:22:10.049Z] #21 20.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-24T13:22:10.125Z] #21 1.221 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-24T13:22:10.125Z] #21 1.221 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-24T13:22:10.125Z] #21 1.221 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-24T13:22:10.312Z] #21 20.37 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-24T13:22:10.312Z] #21 20.37 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-24T13:22:10.312Z] #21 20.38 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-24T13:22:10.312Z] #21 20.38 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-24T13:22:10.312Z] #21 20.39 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-24T13:22:10.312Z] #21 20.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-24T13:22:10.312Z] #21 20.52 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-24T13:22:10.312Z] #21 20.52 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-24T13:22:10.312Z] #21 20.54 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:22:10.312Z] #21 20.54 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-24T13:22:10.312Z] #21 20.56 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-24T13:22:10.312Z] #21 20.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-24T13:22:10.312Z] #21 20.59 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-24T13:22:10.312Z] #21 20.63 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-24T13:22:10.573Z] #21 20.64 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-24T13:22:10.573Z] #21 20.65 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-24T13:22:10.835Z] #21 20.90 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-24T13:22:10.835Z] #21 20.96 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-24T13:22:10.835Z] #21 21.01 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-24T13:22:11.096Z] #21 21.02 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-24T13:22:12.039Z] #21 21.92 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:22:12.039Z] #21 22.14 Fetched 27.6 MB in 2s (17.2 MB/s) [2021-09-24T13:22:12.039Z] #21 22.24 Selecting previously unselected package pigz. [2021-09-24T13:22:12.039Z] #21 22.24 (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 ... 24014 files and directories currently installed.) [2021-09-24T13:22:12.232Z] INFO: Expanding compiler 1 of 3... [2021-09-24T13:22:12.233Z] INFO: Expanding compiler 2 of 3... [2021-09-24T13:22:12.302Z] #21 22.31 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-24T13:22:12.302Z] #21 22.31 Unpacking pigz (2.6-1) ... [2021-09-24T13:22:12.302Z] #21 22.45 Selecting previously unselected package libelf1:amd64. [2021-09-24T13:22:12.302Z] #21 22.46 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-24T13:22:12.302Z] #21 22.48 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-24T13:22:12.563Z] #21 22.63 Selecting previously unselected package libbpf0:amd64. [2021-09-24T13:22:12.563Z] #21 22.66 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-24T13:22:12.563Z] #21 22.68 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:22:12.824Z] #21 22.89 Selecting previously unselected package libcap2:amd64. [2021-09-24T13:22:12.824Z] #21 22.93 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-24T13:22:12.824Z] #21 22.94 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:22:13.085Z] #21 23.17 Selecting previously unselected package libmnl0:amd64. [2021-09-24T13:22:13.085Z] #21 23.19 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-24T13:22:13.085Z] #21 23.20 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer// [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer//bar/root [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer/bar/quux [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-24T13:22:13.330Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-24T13:22:13.346Z] #21 23.34 Selecting previously unselected package libxtables12:amd64. [2021-09-24T13:22:13.346Z] #21 23.37 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-24T13:22:13.346Z] #21 23.38 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:22:13.346Z] #21 23.55 Selecting previously unselected package libcap2-bin. [2021-09-24T13:22:13.346Z] #21 23.59 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-24T13:22:13.591Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-24T13:22:13.591Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-24T13:22:13.591Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-24T13:22:13.591Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-24T13:22:13.607Z] #21 23.60 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-24T13:22:13.607Z] #21 23.79 Selecting previously unselected package iproute2. [2021-09-24T13:22:13.607Z] #21 23.79 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-24T13:22:13.607Z] #21 23.80 Unpacking iproute2 (5.10.0-4) ... [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer (3.71s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-24T13:22:13.851Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-24T13:22:13.851Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:22:13.851Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:22:13.851Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:22:13.851Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:22:13.851Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:22:13.851Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:22:13.851Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:22:13.851Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:22:13.851Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:22:13.851Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:22:13.851Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-24T13:22:13.851Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:22:13.851Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-09-24T13:22:13.851Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:22:13.851Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:22:13.851Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:22:13.851Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:22:13.851Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:22:13.851Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:22:13.851Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:22:13.851Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:22:13.851Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:22:13.851Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:22:13.851Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:22:13.851Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:22:13.851Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:22:13.851Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-09-24T13:22:13.851Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:22:14.178Z] #21 24.32 Selecting previously unselected package xxd. [2021-09-24T13:22:14.178Z] #21 24.34 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:22:14.178Z] #21 24.36 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:22:14.438Z] #21 24.55 Selecting previously unselected package vim-common. [2021-09-24T13:22:14.438Z] #21 24.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:22:14.438Z] #21 24.59 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:22:14.700Z] #21 24.87 Selecting previously unselected package bash-completion. [2021-09-24T13:22:14.700Z] #21 24.89 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-24T13:22:15.234Z] --- PASS: TestCreateWithCustomMaskedPaths (1.33s) [2021-09-24T13:22:15.234Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:22:15.653Z] #21 1.705 Reading package lists... [2021-09-24T13:22:15.952Z] INFO: Expanding compiler 3 of 3... [2021-09-24T13:22:15.952Z] INFO: Removing downloaded files... [2021-09-24T13:22:15.952Z] INFO: Downloading containerd [2021-09-24T13:22:16.177Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:22:16.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:22:16.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:22:16.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:22:16.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:22:16.177Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:22:16.177Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:22:16.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:22:16.177Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:22:16.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:22:16.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:22:16.438Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-24T13:22:16.438Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-24T13:22:16.438Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:22:16.699Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2021-09-24T13:22:16.699Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:22:16.699Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:22:16.699Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:22:16.699Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-24T13:22:16.699Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:22:16.699Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:22:16.699Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:22:16.699Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-09-24T13:22:16.699Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:22:16.699Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-09-24T13:22:16.699Z] === RUN TestContainerStartOnDaemonRestart [2021-09-24T13:22:16.699Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-24T13:22:16.699Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-09-24T13:22:16.699Z] === RUN TestDaemonRestartIpcMode [2021-09-24T13:22:16.699Z] === PAUSE TestDaemonRestartIpcMode [2021-09-24T13:22:16.699Z] === RUN TestDaemonHostGatewayIP [2021-09-24T13:22:16.699Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:22:16.699Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-09-24T13:22:16.699Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-24T13:22:16.699Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-24T13:22:16.699Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:22:16.699Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-24T13:22:16.699Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:22:16.699Z] === RUN TestDiff [2021-09-24T13:22:17.270Z] --- PASS: TestDiff (0.41s) [2021-09-24T13:22:17.270Z] === RUN TestExecWithCloseStdin [2021-09-24T13:22:17.841Z] --- PASS: TestExecWithCloseStdin (0.45s) [2021-09-24T13:22:17.841Z] === RUN TestExec [2021-09-24T13:22:18.001Z] #21 28.20 Unpacking bash-completion (1:2.11-2) ... [2021-09-24T13:22:18.101Z] --- PASS: TestExec (0.50s) [2021-09-24T13:22:18.101Z] === RUN TestExecUser [2021-09-24T13:22:18.574Z] #21 28.87 Selecting previously unselected package bzip2. [2021-09-24T13:22:18.574Z] #21 28.87 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-24T13:22:18.574Z] #21 28.89 Unpacking bzip2 (1.0.8-4) ... [2021-09-24T13:22:18.673Z] --- PASS: TestExecUser (0.47s) [2021-09-24T13:22:18.673Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:22:19.152Z] #21 29.10 Selecting previously unselected package xz-utils. [2021-09-24T13:22:19.152Z] #21 29.11 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-24T13:22:19.152Z] #21 29.12 Unpacking xz-utils (5.2.5-2) ... [2021-09-24T13:22:19.246Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2021-09-24T13:22:19.246Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:22:19.415Z] #21 29.50 Selecting previously unselected package apparmor. [2021-09-24T13:22:19.415Z] #21 29.51 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-24T13:22:19.415Z] #21 29.58 Unpacking apparmor (2.13.6-10) ... [2021-09-24T13:22:19.842Z] #21 6.304 Reading package lists... [2021-09-24T13:22:19.992Z] #21 30.14 Selecting previously unselected package inetutils-ping. [2021-09-24T13:22:19.992Z] #21 30.15 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-24T13:22:19.992Z] #21 30.15 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-24T13:22:20.253Z] #21 30.40 Selecting previously unselected package libip4tc2:amd64. [2021-09-24T13:22:20.253Z] #21 30.40 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:22:20.253Z] #21 30.40 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:22:20.253Z] #21 30.49 Selecting previously unselected package libip6tc2:amd64. [2021-09-24T13:22:20.531Z] #21 30.49 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:22:20.531Z] #21 30.50 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:22:20.531Z] #21 30.59 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-24T13:22:20.531Z] #21 30.59 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-24T13:22:20.531Z] #21 30.60 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:22:20.631Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2021-09-24T13:22:20.631Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:22:20.779Z] #21 11.04 Building dependency tree... [2021-09-24T13:22:20.798Z] #21 30.78 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-24T13:22:20.798Z] #21 30.78 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-24T13:22:20.798Z] #21 30.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:22:20.798Z] #21 30.90 Selecting previously unselected package libnftnl11:amd64. [2021-09-24T13:22:20.798Z] #21 30.90 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-24T13:22:20.798Z] #21 30.91 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:22:20.798Z] #21 31.01 Selecting previously unselected package iptables. [2021-09-24T13:22:21.038Z] #21 12.24 Reading state information... [2021-09-24T13:22:21.058Z] #21 31.01 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-24T13:22:21.058Z] #21 31.02 Unpacking iptables (1.8.7-1) ... [2021-09-24T13:22:21.204Z] --- PASS: TestHealthCheckWorkdir (0.60s) [2021-09-24T13:22:21.204Z] === RUN TestHealthKillContainer [2021-09-24T13:22:21.320Z] #21 31.53 Selecting previously unselected package libonig5:amd64. [2021-09-24T13:22:21.320Z] #21 31.54 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-24T13:22:21.581Z] #21 31.57 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:22:21.581Z] #21 31.74 Selecting previously unselected package libjq1:amd64. [2021-09-24T13:22:21.581Z] #21 31.76 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-24T13:22:21.581Z] #21 31.77 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:22:21.842Z] #21 31.90 Selecting previously unselected package jq. [2021-09-24T13:22:21.842Z] #21 31.90 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-24T13:22:21.842Z] #21 31.91 Unpacking jq (1.6-2.1) ... [2021-09-24T13:22:22.103Z] #21 32.07 Selecting previously unselected package libaio1:amd64. [2021-09-24T13:22:22.103Z] #21 32.08 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-24T13:22:22.103Z] #21 32.11 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:22:22.364Z] #21 32.34 Selecting previously unselected package libgpm2:amd64. [2021-09-24T13:22:22.364Z] #21 32.34 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-24T13:22:22.364Z] #21 32.36 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:22:22.364Z] #21 32.53 Selecting previously unselected package libicu67:amd64. [2021-09-24T13:22:22.364Z] #21 32.53 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-24T13:22:22.364Z] #21 32.53 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-24T13:22:22.416Z] #21 13.50 The following additional packages will be installed: [2021-09-24T13:22:22.416Z] #21 13.50 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-09-24T13:22:22.416Z] #21 13.50 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-09-24T13:22:22.416Z] #21 13.50 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-09-24T13:22:22.416Z] #21 13.50 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-09-24T13:22:22.416Z] #21 13.51 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-09-24T13:22:22.416Z] #21 13.51 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2021-09-24T13:22:22.416Z] #21 13.52 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2021-09-24T13:22:22.416Z] #21 13.53 Suggested packages: [2021-09-24T13:22:22.416Z] #21 13.53 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-09-24T13:22:22.416Z] #21 13.53 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-09-24T13:22:22.416Z] #21 13.53 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-09-24T13:22:22.416Z] #21 13.53 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2021-09-24T13:22:22.417Z] #21 13.53 seccomp:ppc64el seccomp:s390x [2021-09-24T13:22:22.417Z] #21 13.53 Recommended packages: [2021-09-24T13:22:22.417Z] #21 13.53 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2021-09-24T13:22:22.417Z] #21 13.53 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2021-09-24T13:22:22.417Z] #21 13.53 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2021-09-24T13:22:22.417Z] #21 13.53 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2021-09-24T13:22:22.417Z] #21 14.00 The following NEW packages will be installed: [2021-09-24T13:22:22.676Z] #21 14.00 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-09-24T13:22:22.676Z] #21 14.00 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-09-24T13:22:22.676Z] #21 14.00 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-09-24T13:22:22.676Z] #21 14.00 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-09-24T13:22:22.676Z] #21 14.00 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-09-24T13:22:22.676Z] #21 14.00 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-09-24T13:22:22.676Z] #21 14.00 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-09-24T13:22:22.676Z] #21 14.00 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2021-09-24T13:22:22.676Z] #21 14.00 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2021-09-24T13:22:22.676Z] #21 14.00 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2021-09-24T13:22:22.676Z] #21 14.01 libseccomp2:ppc64el libseccomp2:s390x [2021-09-24T13:22:22.935Z] #21 14.39 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:22:22.935Z] #21 14.39 Need to get 15.9 MB of archives. [2021-09-24T13:22:22.935Z] #21 14.39 After this operation, 72.9 MB of additional disk space will be used. [2021-09-24T13:22:22.935Z] #21 14.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2021-09-24T13:22:22.935Z] #21 14.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2021-09-24T13:22:22.935Z] #21 14.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2021-09-24T13:22:22.935Z] #21 14.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2021-09-24T13:22:22.935Z] #21 14.40 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2021-09-24T13:22:22.935Z] #21 14.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2021-09-24T13:22:22.935Z] #21 14.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2021-09-24T13:22:22.935Z] #21 14.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB] [2021-09-24T13:22:22.935Z] #21 14.45 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2021-09-24T13:22:22.935Z] #21 14.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2021-09-24T13:22:22.935Z] #21 14.46 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2021-09-24T13:22:22.935Z] #21 14.46 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2021-09-24T13:22:22.935Z] #21 14.46 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB] [2021-09-24T13:22:22.935Z] #21 14.50 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2021-09-24T13:22:23.194Z] #21 14.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2021-09-24T13:22:23.194Z] #21 14.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2021-09-24T13:22:23.194Z] #21 14.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2021-09-24T13:22:23.194Z] #21 14.51 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB] [2021-09-24T13:22:23.194Z] #21 14.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2021-09-24T13:22:23.194Z] #21 14.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2021-09-24T13:22:23.194Z] #21 14.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2021-09-24T13:22:23.194Z] #21 14.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2021-09-24T13:22:23.194Z] #21 14.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB] [2021-09-24T13:22:23.194Z] #21 14.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-09-24T13:22:23.194Z] #21 14.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-09-24T13:22:23.194Z] #21 14.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2021-09-24T13:22:23.194Z] #21 14.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2021-09-24T13:22:23.194Z] #21 14.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB] [2021-09-24T13:22:23.194Z] #21 14.66 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2021-09-24T13:22:23.194Z] #21 14.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2021-09-24T13:22:23.194Z] #21 14.66 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB] [2021-09-24T13:22:23.194Z] #21 14.66 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB] [2021-09-24T13:22:23.454Z] #21 14.68 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB] [2021-09-24T13:22:23.454Z] #21 14.72 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB] [2021-09-24T13:22:23.454Z] #21 14.72 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB] [2021-09-24T13:22:23.454Z] #21 14.72 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB] [2021-09-24T13:22:23.454Z] #21 14.72 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB] [2021-09-24T13:22:23.454Z] #21 14.72 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB] [2021-09-24T13:22:23.454Z] #21 14.73 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB] [2021-09-24T13:22:23.454Z] #21 14.73 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-09-24T13:22:23.745Z] --- PASS: TestHealthKillContainer (2.50s) [2021-09-24T13:22:23.745Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:22:24.021Z] #21 15.30 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:22:24.022Z] #21 15.53 Fetched 15.9 MB in 1s (25.3 MB/s) [2021-09-24T13:22:24.281Z] #21 15.57 Selecting previously unselected package gcc-10-base:armel. [2021-09-24T13:22:24.281Z] #21 15.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38512 files and directories currently installed.) [2021-09-24T13:22:24.281Z] #21 15.61 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2021-09-24T13:22:24.281Z] #21 15.62 Unpacking gcc-10-base:armel (10.2.1-6) ... [2021-09-24T13:22:24.281Z] #21 15.66 Selecting previously unselected package gcc-10-base:armhf. [2021-09-24T13:22:24.281Z] #21 15.67 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2021-09-24T13:22:24.281Z] #21 15.68 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2021-09-24T13:22:24.281Z] #21 15.73 Selecting previously unselected package gcc-10-base:ppc64el. [2021-09-24T13:22:24.281Z] #21 15.73 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2021-09-24T13:22:24.281Z] #21 15.74 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2021-09-24T13:22:24.315Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2021-09-24T13:22:24.315Z] === RUN TestIpcModeNone [2021-09-24T13:22:24.540Z] #21 15.80 Selecting previously unselected package gcc-10-base:s390x. [2021-09-24T13:22:24.541Z] #21 15.81 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2021-09-24T13:22:24.541Z] #21 15.82 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2021-09-24T13:22:24.541Z] #21 15.88 Selecting previously unselected package gcc-10-base:arm64. [2021-09-24T13:22:24.541Z] #21 15.89 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2021-09-24T13:22:24.541Z] #21 15.90 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2021-09-24T13:22:24.541Z] #21 15.95 Selecting previously unselected package libgcc-s1:armel. [2021-09-24T13:22:24.541Z] #21 15.95 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2021-09-24T13:22:24.541Z] #21 15.96 Unpacking libgcc-s1:armel (10.2.1-6) ... [2021-09-24T13:22:24.541Z] #21 16.01 Selecting previously unselected package libcrypt1:armel. [2021-09-24T13:22:24.541Z] #21 16.02 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2021-09-24T13:22:24.541Z] #21 16.03 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2021-09-24T13:22:24.541Z] #21 16.11 Selecting previously unselected package libc6:armel. [2021-09-24T13:22:24.800Z] #21 16.12 Preparing to unpack .../07-libc6_2.31-13_armel.deb ... [2021-09-24T13:22:24.800Z] #21 16.26 Unpacking libc6:armel (2.31-13) ... [2021-09-24T13:22:24.885Z] --- PASS: TestIpcModeNone (0.47s) [2021-09-24T13:22:24.885Z] === RUN TestIpcModePrivate [2021-09-24T13:22:24.885Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-09-24T13:22:25.146Z] --- PASS: TestIpcModePrivate (0.44s) [2021-09-24T13:22:25.146Z] === RUN TestIpcModeShareable [2021-09-24T13:22:25.146Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:22:25.146Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-09-24T13:22:25.146Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-24T13:22:25.369Z] #21 16.66 Selecting previously unselected package libapparmor1:armel. [2021-09-24T13:22:25.369Z] #21 16.66 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2021-09-24T13:22:25.369Z] #21 16.67 Unpacking libapparmor1:armel (2.13.6-10) ... [2021-09-24T13:22:25.369Z] #21 16.72 Selecting previously unselected package libapparmor-dev:armel. [2021-09-24T13:22:25.369Z] #21 16.72 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2021-09-24T13:22:25.369Z] #21 16.72 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2021-09-24T13:22:25.369Z] #21 16.79 Selecting previously unselected package libgcc-s1:arm64. [2021-09-24T13:22:25.369Z] #21 16.79 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2021-09-24T13:22:25.369Z] #21 16.80 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2021-09-24T13:22:25.369Z] #21 16.83 Selecting previously unselected package libcrypt1:arm64. [2021-09-24T13:22:25.369Z] #21 16.84 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2021-09-24T13:22:25.369Z] #21 16.84 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2021-09-24T13:22:25.628Z] #21 16.92 Selecting previously unselected package libc6:arm64. [2021-09-24T13:22:25.628Z] #21 16.92 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ... [2021-09-24T13:22:25.628Z] #21 17.08 Unpacking libc6:arm64 (2.31-13) ... [2021-09-24T13:22:26.196Z] #21 17.50 Selecting previously unselected package libapparmor1:arm64. [2021-09-24T13:22:26.196Z] #21 17.50 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2021-09-24T13:22:26.196Z] #21 17.51 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-09-24T13:22:26.196Z] #21 17.55 Selecting previously unselected package libapparmor-dev:arm64. [2021-09-24T13:22:26.196Z] #21 17.56 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-09-24T13:22:26.196Z] #21 17.56 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-24T13:22:26.196Z] #21 17.62 Selecting previously unselected package libgcc-s1:s390x. [2021-09-24T13:22:26.196Z] #21 17.63 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2021-09-24T13:22:26.196Z] #21 17.63 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2021-09-24T13:22:26.196Z] #21 17.68 Selecting previously unselected package libcrypt1:s390x. [2021-09-24T13:22:26.196Z] #21 17.68 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2021-09-24T13:22:26.196Z] #21 17.69 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2021-09-24T13:22:26.455Z] #21 17.76 Selecting previously unselected package libc6:s390x. [2021-09-24T13:22:26.455Z] #21 17.76 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ... [2021-09-24T13:22:26.531Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2021-09-24T13:22:26.531Z] === RUN TestAPIIpcModeHost [2021-09-24T13:22:26.531Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:22:26.531Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-09-24T13:22:26.531Z] === RUN TestDaemonIpcModeShareable [2021-09-24T13:22:26.531Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:22:26.531Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-09-24T13:22:26.531Z] === RUN TestDaemonIpcModePrivate [2021-09-24T13:22:26.714Z] #21 17.96 Unpacking libc6:s390x (2.31-13) ... [2021-09-24T13:22:26.991Z] #21 18.46 Selecting previously unselected package libapparmor1:s390x. [2021-09-24T13:22:27.252Z] #21 18.47 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2021-09-24T13:22:27.252Z] #21 18.47 Unpacking libapparmor1:s390x (2.13.6-10) ... [2021-09-24T13:22:27.252Z] #21 18.52 Selecting previously unselected package libapparmor-dev:s390x. [2021-09-24T13:22:27.252Z] #21 18.52 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2021-09-24T13:22:27.252Z] #21 18.53 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2021-09-24T13:22:27.252Z] #21 18.59 Selecting previously unselected package libgcc-s1:armhf. [2021-09-24T13:22:27.252Z] #21 18.59 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2021-09-24T13:22:27.252Z] #21 18.60 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2021-09-24T13:22:27.252Z] #21 18.68 Selecting previously unselected package libcrypt1:armhf. [2021-09-24T13:22:27.252Z] #21 18.69 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2021-09-24T13:22:27.252Z] #21 18.69 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2021-09-24T13:22:27.252Z] #21 18.77 Selecting previously unselected package libc6:armhf. [2021-09-24T13:22:27.252Z] #21 18.78 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ... [2021-09-24T13:22:27.471Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-09-24T13:22:27.511Z] #21 18.99 Unpacking libc6:armhf (2.31-13) ... [2021-09-24T13:22:27.549Z] 48a76b150a3a: Pull complete [2021-09-24T13:22:27.549Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-24T13:22:27.549Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:22:27.549Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-24T13:22:27.549Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-24T13:22:27.549Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.230' [2021-09-24T13:22:27.549Z] WARN: Skipping validation tests [2021-09-24T13:22:27.549Z] INFO: Running unit tests at 09/24/2021 13:22:20... [2021-09-24T13:22:27.549Z] INFO: make.ps1 starting at 09/24/2021 13:22:23 [2021-09-24T13:22:27.549Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:22:27.549Z] INFO: Invoking autogen... [2021-09-24T13:22:27.549Z] INFO: Running unit tests... [2021-09-24T13:22:27.732Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2021-09-24T13:22:27.732Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-24T13:22:27.732Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:22:27.732Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-24T13:22:27.732Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-24T13:22:27.732Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:22:27.732Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-24T13:22:27.732Z] === RUN TestIpcModeOlderClient [2021-09-24T13:22:27.732Z] === PAUSE TestIpcModeOlderClient [2021-09-24T13:22:27.732Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:22:27.777Z] #21 37.35 Selecting previously unselected package libinih1:amd64. [2021-09-24T13:22:27.777Z] #21 37.36 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-24T13:22:27.777Z] #21 37.37 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-24T13:22:27.777Z] #21 37.44 Selecting previously unselected package libnet1:amd64. [2021-09-24T13:22:27.777Z] #21 37.44 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-24T13:22:27.777Z] #21 37.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:22:27.777Z] #21 37.53 Selecting previously unselected package libnl-3-200:amd64. [2021-09-24T13:22:27.777Z] #21 37.53 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-24T13:22:27.777Z] #21 37.53 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:22:27.777Z] #21 37.62 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-24T13:22:27.777Z] #21 37.63 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-24T13:22:27.777Z] #21 37.64 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:22:27.777Z] #21 37.71 Selecting previously unselected package net-tools. [2021-09-24T13:22:27.777Z] #21 37.72 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-24T13:22:27.777Z] #21 37.73 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:22:27.777Z] #21 37.96 Selecting previously unselected package patch. [2021-09-24T13:22:27.993Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2021-09-24T13:22:27.993Z] === RUN TestKillContainer [2021-09-24T13:22:27.993Z] === RUN TestKillContainer/no_signal [2021-09-24T13:22:28.039Z] #21 37.97 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-24T13:22:28.039Z] #21 38.00 Unpacking patch (2.7.6-7) ... [2021-09-24T13:22:28.039Z] #21 38.13 Selecting previously unselected package python-pip-whl. [2021-09-24T13:22:28.039Z] #21 38.15 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-24T13:22:28.039Z] #21 38.16 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-24T13:22:28.082Z] #21 19.39 Selecting previously unselected package libapparmor1:armhf. [2021-09-24T13:22:28.082Z] #21 19.40 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2021-09-24T13:22:28.082Z] #21 19.40 Unpacking libapparmor1:armhf (2.13.6-10) ... [2021-09-24T13:22:28.082Z] #21 19.46 Selecting previously unselected package libapparmor-dev:armhf. [2021-09-24T13:22:28.082Z] #21 19.46 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2021-09-24T13:22:28.082Z] #21 19.47 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2021-09-24T13:22:28.082Z] #21 19.53 Selecting previously unselected package libgcc-s1:ppc64el. [2021-09-24T13:22:28.342Z] #21 19.53 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2021-09-24T13:22:28.342Z] #21 19.54 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2021-09-24T13:22:28.342Z] #21 19.59 Selecting previously unselected package libcrypt1:ppc64el. [2021-09-24T13:22:28.342Z] #21 19.59 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2021-09-24T13:22:28.342Z] #21 19.60 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2021-09-24T13:22:28.342Z] #21 19.67 Selecting previously unselected package libc6:ppc64el. [2021-09-24T13:22:28.342Z] #21 19.68 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ... [2021-09-24T13:22:28.566Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:22:28.601Z] #21 19.84 Unpacking libc6:ppc64el (2.31-13) ... [2021-09-24T13:22:28.611Z] #21 38.79 Selecting previously unselected package python3-lib2to3. [2021-09-24T13:22:28.611Z] #21 38.81 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-24T13:22:28.828Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:22:28.860Z] #21 20.38 Selecting previously unselected package libapparmor1:ppc64el. [2021-09-24T13:22:28.871Z] #21 38.83 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:22:28.871Z] #21 38.97 Selecting previously unselected package python3-distutils. [2021-09-24T13:22:28.871Z] #21 38.98 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-24T13:22:28.871Z] #21 38.98 Unpacking python3-distutils (3.9.2-1) ... [2021-09-24T13:22:29.118Z] #21 20.39 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2021-09-24T13:22:29.118Z] #21 20.39 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2021-09-24T13:22:29.118Z] #21 20.45 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-09-24T13:22:29.118Z] #21 20.46 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2021-09-24T13:22:29.118Z] #21 20.46 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2021-09-24T13:22:29.118Z] #21 20.53 Selecting previously unselected package libseccomp2:s390x. [2021-09-24T13:22:29.118Z] #21 20.53 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ... [2021-09-24T13:22:29.118Z] #21 20.54 Unpacking libseccomp2:s390x (2.5.1-1) ... [2021-09-24T13:22:29.118Z] #21 20.57 Selecting previously unselected package libseccomp-dev:s390x. [2021-09-24T13:22:29.118Z] #21 20.58 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ... [2021-09-24T13:22:29.118Z] #21 20.58 Unpacking libseccomp-dev:s390x (2.5.1-1) ... [2021-09-24T13:22:29.118Z] #21 20.64 Selecting previously unselected package libseccomp2:ppc64el. [2021-09-24T13:22:29.132Z] #21 39.14 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:22:29.132Z] #21 39.14 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:22:29.132Z] #21 39.14 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:22:29.132Z] #21 39.39 Selecting previously unselected package python3-setuptools. [2021-09-24T13:22:29.377Z] #21 20.65 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ... [2021-09-24T13:22:29.377Z] #21 20.65 Unpacking libseccomp2:ppc64el (2.5.1-1) ... [2021-09-24T13:22:29.377Z] #21 20.69 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-09-24T13:22:29.377Z] #21 20.69 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ... [2021-09-24T13:22:29.377Z] #21 20.70 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ... [2021-09-24T13:22:29.377Z] #21 20.77 Selecting previously unselected package libseccomp2:armhf. [2021-09-24T13:22:29.377Z] #21 20.78 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ... [2021-09-24T13:22:29.377Z] #21 20.79 Unpacking libseccomp2:armhf (2.5.1-1) ... [2021-09-24T13:22:29.377Z] #21 20.83 Selecting previously unselected package libseccomp-dev:armhf. [2021-09-24T13:22:29.377Z] #21 20.83 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ... [2021-09-24T13:22:29.377Z] #21 20.84 Unpacking libseccomp-dev:armhf (2.5.1-1) ... [2021-09-24T13:22:29.377Z] #21 20.90 Selecting previously unselected package libseccomp2:armel. [2021-09-24T13:22:29.392Z] #21 39.39 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-24T13:22:29.392Z] #21 39.40 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-24T13:22:29.392Z] #21 39.63 Selecting previously unselected package python3-wheel. [2021-09-24T13:22:29.392Z] #21 39.63 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-24T13:22:29.392Z] #21 39.65 Unpacking python3-wheel (0.34.2-1) ... [2021-09-24T13:22:29.398Z] --- PASS: TestKillContainer (1.23s) [2021-09-24T13:22:29.398Z] --- PASS: TestKillContainer/no_signal (0.40s) [2021-09-24T13:22:29.398Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2021-09-24T13:22:29.398Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2021-09-24T13:22:29.398Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:22:29.398Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-24T13:22:29.635Z] #21 20.91 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ... [2021-09-24T13:22:29.635Z] #21 20.91 Unpacking libseccomp2:armel (2.5.1-1) ... [2021-09-24T13:22:29.635Z] #21 20.95 Selecting previously unselected package libseccomp-dev:armel. [2021-09-24T13:22:29.635Z] #21 20.96 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ... [2021-09-24T13:22:29.635Z] #21 20.96 Unpacking libseccomp-dev:armel (2.5.1-1) ... [2021-09-24T13:22:29.635Z] #21 21.03 Selecting previously unselected package libseccomp2:arm64. [2021-09-24T13:22:29.635Z] #21 21.04 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ... [2021-09-24T13:22:29.635Z] #21 21.05 Unpacking libseccomp2:arm64 (2.5.1-1) ... [2021-09-24T13:22:29.635Z] #21 21.08 Selecting previously unselected package libseccomp-dev:arm64. [2021-09-24T13:22:29.635Z] #21 21.09 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-09-24T13:22:29.635Z] #21 21.10 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-24T13:22:29.636Z] #21 21.18 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2021-09-24T13:22:29.652Z] #21 39.79 Selecting previously unselected package python3-pip. [2021-09-24T13:22:29.653Z] #21 39.80 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-24T13:22:29.653Z] #21 39.80 Unpacking python3-pip (20.3.4-4) ... [2021-09-24T13:22:29.658Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-24T13:22:29.894Z] #21 21.19 Setting up gcc-10-base:armel (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.20 Setting up gcc-10-base:armhf (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.22 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.23 Setting up gcc-10-base:s390x (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.24 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2021-09-24T13:22:29.894Z] #21 21.25 Setting up libcrypt1:armel (1:4.4.18-4) ... [2021-09-24T13:22:29.894Z] #21 21.26 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2021-09-24T13:22:29.894Z] #21 21.28 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2021-09-24T13:22:29.894Z] #21 21.29 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2021-09-24T13:22:29.894Z] #21 21.30 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.31 Setting up libgcc-s1:armel (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.32 Setting up libgcc-s1:armhf (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.33 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.34 Setting up libgcc-s1:s390x (10.2.1-6) ... [2021-09-24T13:22:29.894Z] #21 21.36 Setting up libc6:arm64 (2.31-13) ... [2021-09-24T13:22:30.225Z] #21 40.10 Selecting previously unselected package sudo. [2021-09-24T13:22:30.225Z] #21 40.12 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-24T13:22:30.225Z] #21 40.13 Unpacking sudo (1.9.5p2-3) ... [2021-09-24T13:22:30.228Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2021-09-24T13:22:30.228Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2021-09-24T13:22:30.228Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2021-09-24T13:22:30.228Z] === RUN TestKillStoppedContainer [2021-09-24T13:22:30.228Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-09-24T13:22:30.228Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:22:30.228Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-09-24T13:22:30.228Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:22:30.452Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-09-24T13:22:30.489Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-09-24T13:22:30.489Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:22:30.489Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:22:30.489Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:22:30.489Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:22:30.489Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:22:30.489Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:22:30.489Z] === RUN TestLinksEtcHostsContentMatch [2021-09-24T13:22:30.489Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-24T13:22:30.489Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-09-24T13:22:30.489Z] === RUN TestLinksContainerNames [2021-09-24T13:22:30.800Z] #21 40.85 Selecting previously unselected package thin-provisioning-tools. [2021-09-24T13:22:30.800Z] #21 40.85 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-24T13:22:30.800Z] #21 40.86 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:22:31.070Z] #21 41.14 Selecting previously unselected package uidmap. [2021-09-24T13:22:31.070Z] #21 41.15 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-24T13:22:31.070Z] #21 41.16 Unpacking uidmap (1:4.8.1-1) ... [2021-09-24T13:22:31.270Z] #21 22.63 Setting up libc6:armel (2.31-13) ... [2021-09-24T13:22:31.332Z] #21 41.32 Selecting previously unselected package vim-runtime. [2021-09-24T13:22:31.333Z] #21 41.33 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:22:31.333Z] #21 41.38 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-24T13:22:31.333Z] #21 41.41 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-24T13:22:31.333Z] #21 41.41 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:22:31.431Z] --- PASS: TestLinksContainerNames (0.87s) [2021-09-24T13:22:31.431Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:22:32.002Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-09-24T13:22:32.002Z] === RUN TestContainerNetworkMountsNoChown [2021-09-24T13:22:32.263Z] --- PASS: TestContainerNetworkMountsNoChown (0.36s) [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/default [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/default [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/private [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/private [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rprivate [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/slave [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/slave [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rslave [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/shared [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/shared [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rshared [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/default [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rshared [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/shared [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rslave [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/slave [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rprivate [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/private [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:22:32.263Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-24T13:22:32.263Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:22:32.263Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:22:32.524Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-24T13:22:32.644Z] #21 23.86 Setting up libc6:armhf (2.31-13) ... [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-24T13:22:32.786Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-09-24T13:22:32.786Z] === RUN TestContainerBindMountNonRecursive [2021-09-24T13:22:32.786Z] 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-09-24T13:22:32.786Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-09-24T13:22:32.786Z] === RUN TestContainerVolumesMountedAsShared [2021-09-24T13:22:32.786Z] 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-09-24T13:22:32.786Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-09-24T13:22:32.786Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-24T13:22:32.786Z] 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-09-24T13:22:32.786Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-09-24T13:22:32.786Z] === RUN TestNetworkNat [2021-09-24T13:22:33.357Z] --- PASS: TestNetworkNat (0.52s) [2021-09-24T13:22:33.357Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:22:33.617Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2021-09-24T13:22:33.617Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:22:34.023Z] #21 25.10 Setting up libc6:ppc64el (2.31-13) ... [2021-09-24T13:22:34.961Z] #21 26.34 Setting up libc6:s390x (2.31-13) ... [2021-09-24T13:22:35.538Z] #21 45.63 Selecting previously unselected package vim. [2021-09-24T13:22:35.538Z] #21 45.64 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:22:35.538Z] #21 45.66 Unpacking vim (2:8.2.2434-3) ... [2021-09-24T13:22:36.109Z] #21 46.36 Selecting previously unselected package xfsprogs. [2021-09-24T13:22:36.159Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2021-09-24T13:22:36.159Z] === RUN TestPause [2021-09-24T13:22:36.159Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:22:36.159Z] --- SKIP: TestPause (0.00s) [2021-09-24T13:22:36.159Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:22:36.159Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:22:36.159Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:22:36.159Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:22:36.159Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:22:36.159Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-09-24T13:22:36.159Z] === RUN TestPidHost [2021-09-24T13:22:36.340Z] #21 27.58 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.59 Setting up libapparmor1:armel (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.66 Setting up libapparmor1:armhf (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.68 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.69 Setting up libapparmor1:s390x (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.71 Setting up libseccomp2:arm64 (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.72 Setting up libseccomp2:armel (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.73 Setting up libseccomp2:armhf (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.74 Setting up libseccomp2:ppc64el (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.75 Setting up libseccomp2:s390x (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.76 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.77 Setting up libapparmor-dev:armel (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.79 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.80 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.81 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2021-09-24T13:22:36.340Z] #21 27.82 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.83 Setting up libseccomp-dev:armel (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.85 Setting up libseccomp-dev:armhf (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.86 Setting up libseccomp-dev:ppc64el (2.5.1-1) ... [2021-09-24T13:22:36.340Z] #21 27.87 Setting up libseccomp-dev:s390x (2.5.1-1) ... [2021-09-24T13:22:36.370Z] #21 46.37 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-24T13:22:36.370Z] #21 46.38 Unpacking xfsprogs (5.10.0-4) ... [2021-09-24T13:22:36.599Z] #21 27.88 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:22:36.599Z] #21 DONE 28.1s [2021-09-24T13:22:36.599Z] [2021-09-24T13:22:36.599Z] #65 [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-09-24T13:22:36.599Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:22:36.860Z] #65 ... [2021-09-24T13:22:36.860Z] [2021-09-24T13:22:36.860Z] #62 [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-09-24T13:22:36.860Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:22:36.941Z] #21 47.02 Selecting previously unselected package zip. [2021-09-24T13:22:36.941Z] #21 47.02 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-24T13:22:36.941Z] #21 47.05 Unpacking zip (3.0-12) ... [2021-09-24T13:22:36.941Z] #21 47.21 Selecting previously unselected package zstd. [2021-09-24T13:22:37.106Z] --- PASS: TestPidHost (0.87s) [2021-09-24T13:22:37.106Z] === RUN TestPsFilter [2021-09-24T13:22:37.106Z] --- PASS: TestPsFilter (0.11s) [2021-09-24T13:22:37.106Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:22:37.202Z] #21 47.24 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-24T13:22:37.202Z] #21 47.25 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:22:37.695Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2021-09-24T13:22:37.695Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:22:37.773Z] #21 47.82 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:22:37.955Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2021-09-24T13:22:37.955Z] === RUN TestRemoveContainerRunning [2021-09-24T13:22:38.239Z] #62 ... [2021-09-24T13:22:38.239Z] [2021-09-24T13:22:38.239Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-24T13:22:38.239Z] #22 sha256:e1da3d93a765b7da9566244bff030f0fb2be9bf3e37eadf7354cecb162278595 [2021-09-24T13:22:38.239Z] #22 DONE 1.6s [2021-09-24T13:22:38.239Z] [2021-09-24T13:22:38.239Z] #62 [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-09-24T13:22:38.239Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:22:38.239Z] #62 1.574 + RM_GOPATH=0 [2021-09-24T13:22:38.239Z] #62 1.576 + TMP_GOPATH= [2021-09-24T13:22:38.239Z] #62 1.576 + : /build [2021-09-24T13:22:38.239Z] #62 1.576 + '[' -z '' ']' [2021-09-24T13:22:38.239Z] #62 1.576 ++ mktemp -d [2021-09-24T13:22:38.239Z] #62 1.585 + export GOPATH=/tmp/tmp.ZHvWkuUwCX [2021-09-24T13:22:38.239Z] #62 1.585 + GOPATH=/tmp/tmp.ZHvWkuUwCX [2021-09-24T13:22:38.239Z] #62 1.585 + RM_GOPATH=1 [2021-09-24T13:22:38.239Z] #62 1.585 + case "$(go env GOARCH)" in [2021-09-24T13:22:38.239Z] #62 1.585 ++ go env GOARCH [2021-09-24T13:22:38.239Z] #62 1.600 + export GO_BUILDMODE=-buildmode=pie [2021-09-24T13:22:38.239Z] #62 1.600 + GO_BUILDMODE=-buildmode=pie [2021-09-24T13:22:38.499Z] #62 1.600 ++ dirname /tmp/install/install.sh [2021-09-24T13:22:38.499Z] #62 1.601 + dir=/tmp/install [2021-09-24T13:22:38.499Z] #62 1.601 + bin=runc [2021-09-24T13:22:38.499Z] #62 1.601 + shift [2021-09-24T13:22:38.499Z] #62 1.601 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-24T13:22:38.499Z] #62 1.601 + . /tmp/install/runc.installer [2021-09-24T13:22:38.499Z] #62 1.601 ++ set -e [2021-09-24T13:22:38.499Z] #62 1.601 ++ : v1.0.2 [2021-09-24T13:22:38.499Z] #62 1.601 + install_runc [2021-09-24T13:22:38.499Z] #62 1.601 + RUNC_BUILDTAGS=seccomp [2021-09-24T13:22:38.499Z] #62 1.601 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-24T13:22:38.499Z] #62 1.601 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZHvWkuUwCX/src/github.com/opencontainers/runc [2021-09-24T13:22:38.499Z] #62 1.604 Install runc version v1.0.2 (build tags: seccomp) [2021-09-24T13:22:38.499Z] #62 1.604 Cloning into '/tmp/tmp.ZHvWkuUwCX/src/github.com/opencontainers/runc'... [2021-09-24T13:22:38.526Z] --- PASS: TestRemoveContainerRunning (0.42s) [2021-09-24T13:22:38.526Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:22:38.787Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s) [2021-09-24T13:22:38.787Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:22:38.787Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-09-24T13:22:38.787Z] === RUN TestRenameLinkedContainer [2021-09-24T13:22:39.015Z] ? github.com/docker/docker/api [no test files] [2021-09-24T13:22:39.159Z] #21 49.41 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:22:39.159Z] #21 49.45 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:22:39.422Z] #21 49.50 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:22:39.422Z] #21 49.57 Setting up libicu67:amd64 (67.1-7) ... [2021-09-24T13:22:39.422Z] #21 49.62 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:22:39.422Z] #21 49.67 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-24T13:22:39.436Z] #62 ... [2021-09-24T13:22:39.437Z] [2021-09-24T13:22:39.437Z] #23 [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-09-24T13:22:39.437Z] #23 sha256:468b06526bb67b02665517e427e534b509bcf4b9fbce8c7afd9d5db7ad854de0 [2021-09-24T13:22:39.437Z] #23 DONE 1.0s [2021-09-24T13:22:39.437Z] [2021-09-24T13:22:39.437Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-24T13:22:39.437Z] #24 sha256:1e2dbbd824ae1525a3abe411c21a00d5f646621dd208e79896d1447a3383949d [2021-09-24T13:22:39.684Z] #21 49.71 Setting up uidmap (1:4.8.1-1) ... [2021-09-24T13:22:39.684Z] #21 49.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:22:39.684Z] #21 49.87 Setting up bzip2 (1.0.8-4) ... [2021-09-24T13:22:39.945Z] #21 49.96 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:22:39.945Z] #21 50.01 Setting up python3-wheel (0.34.2-1) ... [2021-09-24T13:22:40.378Z] #24 1.029 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-24T13:22:40.378Z] #24 DONE 1.1s [2021-09-24T13:22:40.378Z] [2021-09-24T13:22:40.378Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-24T13:22:40.378Z] #25 sha256:488bcf8a80a7be5ceb5be19e6410436cb477b4deff5193be6349ffb16b19ce16 [2021-09-24T13:22:40.701Z] --- PASS: TestRenameLinkedContainer (1.71s) [2021-09-24T13:22:40.701Z] === RUN TestRenameStoppedContainer [2021-09-24T13:22:40.888Z] #21 51.00 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:22:40.888Z] #21 51.03 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:22:40.888Z] #21 51.04 Setting up libcap2-bin (1:2.44-1) ... [2021-09-24T13:22:40.888Z] #21 51.06 Setting up apparmor (2.13.6-10) ... [2021-09-24T13:22:40.961Z] --- PASS: TestRenameStoppedContainer (0.42s) [2021-09-24T13:22:40.961Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:22:41.758Z] #25 DONE 1.1s [2021-09-24T13:22:41.758Z] [2021-09-24T13:22:41.758Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-24T13:22:41.758Z] #26 sha256:1f69fce4775473a73c8303cd95deaab8105a717e4c02f03e0dab06603f5434db [2021-09-24T13:22:41.904Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2021-09-24T13:22:41.904Z] === RUN TestRenameInvalidName [2021-09-24T13:22:42.164Z] --- PASS: TestRenameInvalidName (0.40s) [2021-09-24T13:22:42.164Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:22:42.695Z] #26 DONE 1.1s [2021-09-24T13:22:42.695Z] [2021-09-24T13:22:42.695Z] #62 [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-09-24T13:22:42.695Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:22:42.695Z] #62 5.774 + cd /tmp/tmp.ZHvWkuUwCX/src/github.com/opencontainers/runc [2021-09-24T13:22:42.695Z] #62 5.774 + git checkout -q v1.0.2 [2021-09-24T13:22:42.955Z] #62 6.088 + '[' -z '' ']' [2021-09-24T13:22:42.955Z] #62 6.088 + target=static [2021-09-24T13:22:42.955Z] #62 6.088 + make BUILDTAGS=seccomp static [2021-09-24T13:22:43.214Z] #62 6.535 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-09-24T13:22:43.437Z] #21 53.61 Setting up zip (3.0-12) ... [2021-09-24T13:22:43.437Z] #21 53.63 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:22:43.698Z] #21 53.69 Setting up bash-completion (1:2.11-2) ... [2021-09-24T13:22:43.784Z] #62 ... [2021-09-24T13:22:43.784Z] [2021-09-24T13:22:43.784Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-09-24T13:22:43.784Z] #27 sha256:14f44ff3272a66852961468b1c7d49d2cfe6655368f919e82960a7438ef2dc31 [2021-09-24T13:22:43.784Z] #27 DONE 1.1s [2021-09-24T13:22:44.043Z] [2021-09-24T13:22:44.043Z] #28 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:22:44.043Z] #28 sha256:3d97054d7027b89cd58795220820dc89be701d2f3b38822e5424d87761609d99 [2021-09-24T13:22:44.077Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2021-09-24T13:22:44.077Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:22:44.077Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2021-09-24T13:22:44.077Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:22:44.981Z] #28 1.249 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-24T13:22:45.019Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2021-09-24T13:22:45.019Z] === RUN TestResize [2021-09-24T13:22:45.240Z] #28 1.276 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-24T13:22:45.240Z] #28 1.277 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-09-24T13:22:45.240Z] #28 1.513 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-24T13:22:45.279Z] --- PASS: TestResize (0.40s) [2021-09-24T13:22:45.279Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:22:45.807Z] #28 1.729 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-24T13:22:45.807Z] #28 1.925 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-24T13:22:45.850Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-09-24T13:22:45.850Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:22:46.065Z] #28 2.206 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-24T13:22:46.084Z] 48a76b150a3a: Pull complete [2021-09-24T13:22:46.084Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-24T13:22:46.084Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:22:46.084Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-24T13:22:46.084Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-24T13:22:46.084Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.230' [2021-09-24T13:22:46.084Z] WARN: Skipping validation tests [2021-09-24T13:22:46.084Z] INFO: Running unit tests at 09/24/2021 13:22:33... [2021-09-24T13:22:46.084Z] INFO: make.ps1 starting at 09/24/2021 13:22:36 [2021-09-24T13:22:46.084Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:22:46.084Z] INFO: Invoking autogen... [2021-09-24T13:22:46.084Z] INFO: Running unit tests... [2021-09-24T13:22:46.084Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-09-24T13:22:46.112Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2021-09-24T13:22:46.112Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:22:46.112Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-24T13:22:46.112Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:22:46.112Z] === RUN TestCgroupNamespacesRun [2021-09-24T13:22:46.633Z] #28 2.553 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-24T13:22:46.633Z] #28 2.795 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-24T13:22:46.892Z] #28 3.021 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [33.9 kB] [2021-09-24T13:22:46.892Z] #28 3.022 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [36.5 kB] [2021-09-24T13:22:46.892Z] #28 3.027 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [33.9 kB] [2021-09-24T13:22:46.892Z] #28 3.027 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [36.5 kB] [2021-09-24T13:22:46.892Z] #28 3.028 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [35.7 kB] [2021-09-24T13:22:46.892Z] #28 3.028 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [32.6 kB] [2021-09-24T13:22:47.150Z] #28 3.150 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2096 B] [2021-09-24T13:22:47.150Z] #28 3.153 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2088 B] [2021-09-24T13:22:47.150Z] #28 3.153 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2088 B] [2021-09-24T13:22:47.150Z] #28 3.154 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2092 B] [2021-09-24T13:22:47.150Z] #28 3.155 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2100 B] [2021-09-24T13:22:47.150Z] #28 3.155 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2088 B] [2021-09-24T13:22:47.495Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2021-09-24T13:22:47.495Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-24T13:22:47.919Z] #21 58.08 Setting up xz-utils (5.2.5-2) ... [2021-09-24T13:22:47.919Z] #21 58.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-24T13:22:47.919Z] #21 58.13 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:22:47.919Z] #21 58.15 Setting up patch (2.7.6-7) ... [2021-09-24T13:22:48.181Z] #21 58.16 Setting up sudo (1.9.5p2-3) ... [2021-09-24T13:22:48.181Z] #21 58.25 invoke-rc.d: could not determine current runlevel [2021-09-24T13:22:48.181Z] #21 58.25 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-24T13:22:48.181Z] #21 58.27 Setting up xfsprogs (5.10.0-4) ... [2021-09-24T13:22:48.181Z] #21 58.29 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:22:48.181Z] #21 58.30 Setting up inetutils-ping (2:2.0-1) ... [2021-09-24T13:22:48.181Z] #21 58.32 Setting up pigz (2.6-1) ... [2021-09-24T13:22:48.181Z] #21 58.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:22:48.438Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2021-09-24T13:22:48.438Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-24T13:22:48.441Z] #21 58.37 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:22:48.441Z] #21 58.40 Setting up python-pip-whl (20.3.4-4) ... [2021-09-24T13:22:48.441Z] #21 58.42 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/server/middleware 0.017s coverage: 37.7% of statements [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/server/router/swarm 0.025s coverage: 5.7% of statements [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/types/strslice 0.024s coverage: 90.0% of statements [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-24T13:22:49.348Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/types/versions 0.023s coverage: 77.3% of statements [2021-09-24T13:22:49.348Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-24T13:22:49.349Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2021-09-24T13:22:49.349Z] ok github.com/docker/docker/builder/remotecontext 0.139s coverage: 13.7% of statements [2021-09-24T13:22:49.349Z] ok github.com/docker/docker/builder/dockerfile 0.315s coverage: 49.0% of statements [2021-09-24T13:22:49.349Z] ok github.com/docker/docker/cmd/docker-proxy 0.164s coverage: 67.6% of statements [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-24T13:22:49.349Z] ok github.com/docker/docker/builder/remotecontext/git 4.710s coverage: 86.3% of statements [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/cli [no test files] [2021-09-24T13:22:49.349Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-24T13:22:49.383Z] #21 59.39 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:22:49.383Z] #21 59.40 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:22:49.647Z] #21 59.92 Setting up libelf1:amd64 (0.183-1) ... [2021-09-24T13:22:49.647Z] #21 59.95 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:22:49.820Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2021-09-24T13:22:49.820Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-24T13:22:49.910Z] #21 59.98 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:22:49.910Z] #21 60.00 Setting up python3-distutils (3.9.2-1) ... [2021-09-24T13:22:50.763Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2021-09-24T13:22:50.763Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-24T13:22:50.853Z] #21 60.75 Setting up vim (2:8.2.2434-3) ... [2021-09-24T13:22:50.853Z] #21 60.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-24T13:22:50.853Z] #21 60.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-24T13:22:50.853Z] #21 60.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-24T13:22:50.853Z] #21 60.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-24T13:22:50.853Z] #21 60.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-24T13:22:50.853Z] #21 60.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-24T13:22:50.853Z] #21 60.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-24T13:22:50.853Z] #21 60.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-24T13:22:50.853Z] #21 60.85 Setting up python3-setuptools (52.0.0-4) ... [2021-09-24T13:22:51.399Z] === RUN TestMiddlewares [2021-09-24T13:22:51.399Z] --- PASS: TestMiddlewares (0.00s) [2021-09-24T13:22:51.399Z] PASS [2021-09-24T13:22:51.399Z] coverage: 9.0% of statements [2021-09-24T13:22:51.399Z] ok github.com/docker/docker/api/server 0.046s coverage: 9.0% of statements [2021-09-24T13:22:51.854Z] ? github.com/docker/docker/api [no test files] [2021-09-24T13:22:52.147Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.23s) [2021-09-24T13:22:52.147Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-24T13:22:52.668Z] ok github.com/docker/docker/client 0.309s coverage: 75.6% of statements [2021-09-24T13:22:52.743Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:22:52.743Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:22:52.743Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:22:52.743Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:22:52.743Z] [2021-09-24T13:22:52.743Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:22:52.744Z] DOCKER_SYSTEMD=1 [2021-09-24T13:22:52.744Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:22:52.744Z] HOSTNAME=692f10744bff [2021-09-24T13:22:52.744Z] DEST=bundles/test-integration [2021-09-24T13:22:52.744Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:22:52.744Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:22:52.744Z] container=docker [2021-09-24T13:22:52.744Z] HOME=/root [2021-09-24T13:22:52.744Z] LANG=C.UTF-8 [2021-09-24T13:22:52.744Z] INVOCATION_ID=b83db4c5e4b3418688729b4d70009f2b [2021-09-24T13:22:52.744Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:22:52.744Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:22:52.744Z] VALIDATE_BRANCH=master [2021-09-24T13:22:52.744Z] TERM=xterm [2021-09-24T13:22:52.744Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:22:52.744Z] SHLVL=3 [2021-09-24T13:22:52.744Z] TIMEOUT=120m [2021-09-24T13:22:52.744Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:22:52.744Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:22:52.744Z] GO111MODULE=off [2021-09-24T13:22:52.744Z] DOCKER_EXPERIMENTAL=1 [2021-09-24T13:22:52.744Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-24T13:22:52.744Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:22:52.744Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:22:52.744Z] GOPATH=/go [2021-09-24T13:22:52.744Z] PKG_CONFIG=pkg-config [2021-09-24T13:22:52.744Z] _=/usr/bin/env [2021-09-24T13:22:52.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-24T13:22:52.775Z] #21 62.90 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:22:52.775Z] #21 62.92 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:22:52.775Z] #21 62.95 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:22:52.775Z] #21 62.98 Setting up python3-pip (20.3.4-4) ... [2021-09-24T13:22:53.532Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.29s) [2021-09-24T13:22:53.532Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-24T13:22:54.103Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-09-24T13:22:54.103Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-24T13:22:54.694Z] #21 64.64 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:22:54.694Z] #21 64.66 Setting up jq (1.6-2.1) ... [2021-09-24T13:22:54.694Z] #21 64.70 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:22:54.694Z] #21 64.72 Setting up iptables (1.8.7-1) ... [2021-09-24T13:22:54.694Z] #21 64.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.78 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-24T13:22:54.694Z] #21 64.79 Setting up iproute2 (5.10.0-4) ... [2021-09-24T13:22:55.045Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2021-09-24T13:22:55.045Z] === RUN TestNISDomainname [2021-09-24T13:22:55.045Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-09-24T13:22:55.045Z] --- SKIP: TestNISDomainname (0.01s) [2021-09-24T13:22:55.045Z] === RUN TestHostnameDnsResolution [2021-09-24T13:22:55.267Z] #21 65.24 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:22:55.987Z] --- PASS: TestHostnameDnsResolution (0.67s) [2021-09-24T13:22:55.987Z] === RUN TestStats [2021-09-24T13:22:55.987Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:22:55.987Z] --- SKIP: TestStats (0.00s) [2021-09-24T13:22:55.987Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:22:55.987Z] === RUN TestStopContainerWithTimeout/0 [2021-09-24T13:22:55.987Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-24T13:22:55.987Z] === RUN TestStopContainerWithTimeout/1 [2021-09-24T13:22:55.987Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-24T13:22:55.987Z] === RUN TestStopContainerWithTimeout/3 [2021-09-24T13:22:55.987Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-24T13:22:55.987Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-24T13:22:55.987Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-24T13:22:55.987Z] === CONT TestStopContainerWithTimeout/0 [2021-09-24T13:22:55.987Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-24T13:22:56.559Z] === CONT TestStopContainerWithTimeout/3 [2021-09-24T13:22:57.127Z] #28 ... [2021-09-24T13:22:57.127Z] [2021-09-24T13:22:57.127Z] #65 [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-09-24T13:22:57.127Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:22:57.127Z] #65 66.41 + bin/containerd [2021-09-24T13:22:57.814Z] #21 DONE 67.5s [2021-09-24T13:22:57.814Z] [2021-09-24T13:22:57.814Z] #22 [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-09-24T13:22:57.814Z] #22 sha256:992d22c598a02429c83376d6c7661c08128e17aa9cd79ad00c35fa4f8bc17422 [2021-09-24T13:22:58.065Z] #65 ... [2021-09-24T13:22:58.065Z] [2021-09-24T13:22:58.065Z] #28 [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 bash-completion bzip2 inetutils-ping iproute2 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 zstd [2021-09-24T13:22:58.065Z] #28 sha256:3d97054d7027b89cd58795220820dc89be701d2f3b38822e5424d87761609d99 [2021-09-24T13:22:58.065Z] #28 14.04 Fetched 48.4 MB in 13s (3705 kB/s) [2021-09-24T13:22:58.427Z] [2021-09-24T13:22:58.427Z] Name Version Source Summary [2021-09-24T13:22:58.427Z] ---- ------- ------ ------- [2021-09-24T13:22:58.427Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-24T13:22:58.427Z] [2021-09-24T13:22:58.427Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-24T13:22:58.427Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-24T13:22:58.427Z] PSChildName : containerd [2021-09-24T13:22:58.427Z] PSDrive : C [2021-09-24T13:22:58.427Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-24T13:22:58.427Z] PSIsContainer : True [2021-09-24T13:22:58.427Z] Name : containerd [2021-09-24T13:22:58.427Z] FullName : C:\containerd [2021-09-24T13:22:58.427Z] Parent : [2021-09-24T13:22:58.427Z] Exists : True [2021-09-24T13:22:58.427Z] Root : C:\ [2021-09-24T13:22:58.427Z] Extension : [2021-09-24T13:22:58.427Z] CreationTime : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] CreationTimeUtc : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] LastAccessTime : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] LastAccessTimeUtc : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] LastWriteTime : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] LastWriteTimeUtc : 9/24/2021 1:22:53 PM [2021-09-24T13:22:58.427Z] Attributes : Directory [2021-09-24T13:22:58.427Z] Mode : d----- [2021-09-24T13:22:58.427Z] BaseName : containerd [2021-09-24T13:22:58.427Z] Target : {} [2021-09-24T13:22:58.427Z] LinkType : [2021-09-24T13:22:58.427Z] [2021-09-24T13:22:58.427Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-24T13:22:58.427Z] INFO: Configuring git core.autocrlf... [2021-09-24T13:22:58.427Z] [2021-09-24T13:22:58.427Z] [2021-09-24T13:22:58.469Z] === CONT TestStopContainerWithTimeout/1 [2021-09-24T13:22:59.199Z] #22 1.429 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-24T13:22:59.199Z] #22 1.464 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-24T13:22:59.199Z] #22 1.474 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-24T13:22:59.199Z] #22 DONE 1.8s [2021-09-24T13:22:59.199Z] [2021-09-24T13:22:59.199Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:22:59.199Z] #23 sha256:8415f03b0154adf9bb9ede16c4a3774fe8011554cd9a5434814e4901c56ea42c [2021-09-24T13:22:59.852Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-09-24T13:22:59.852Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2021-09-24T13:22:59.852Z] --- PASS: TestStopContainerWithTimeout/-1 (2.57s) [2021-09-24T13:22:59.852Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2021-09-24T13:22:59.852Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2021-09-24T13:22:59.852Z] === RUN TestDeleteDevicemapper [2021-09-24T13:22:59.852Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:22:59.852Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-24T13:22:59.852Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:23:01.236Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.19s) [2021-09-24T13:23:01.236Z] === RUN TestUpdateMemory [2021-09-24T13:23:01.236Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:01.236Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-24T13:23:01.236Z] === RUN TestUpdateCPUQuota [2021-09-24T13:23:01.236Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:01.236Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-09-24T13:23:01.236Z] === RUN TestUpdatePidsLimit [2021-09-24T13:23:01.236Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:01.236Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-09-24T13:23:01.236Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:23:04.201Z] === RUN TestMiddlewares [2021-09-24T13:23:04.201Z] --- PASS: TestMiddlewares (0.00s) [2021-09-24T13:23:04.201Z] PASS [2021-09-24T13:23:04.201Z] coverage: 9.0% of statements [2021-09-24T13:23:04.201Z] ok github.com/docker/docker/api/server 0.059s coverage: 9.0% of statements [2021-09-24T13:23:04.636Z] #28 14.04 Reading package lists... [2021-09-24T13:23:11.203Z] #28 20.60 Reading package lists... [2021-09-24T13:23:12.582Z] #28 26.98 Building dependency tree... [2021-09-24T13:23:13.503Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2021-09-24T13:23:13.503Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:23:13.503Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2021-09-24T13:23:13.503Z] === RUN TestWaitNonBlocked [2021-09-24T13:23:13.503Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:23:13.503Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:23:13.503Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:23:13.503Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:23:13.503Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:23:13.503Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:23:13.503Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-24T13:23:13.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2021-09-24T13:23:13.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.80s) [2021-09-24T13:23:13.503Z] === RUN TestWaitBlocked [2021-09-24T13:23:13.503Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:23:13.503Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:23:13.503Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:23:13.503Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:23:13.503Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:23:13.503Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:23:13.960Z] #28 29.84 bzip2 is already the newest version (1.0.8-4). [2021-09-24T13:23:13.960Z] #28 29.84 patch is already the newest version (2.7.6-7). [2021-09-24T13:23:13.960Z] #28 29.84 xz-utils is already the newest version (5.2.5-2). [2021-09-24T13:23:13.960Z] #28 29.84 The following additional packages will be installed: [2021-09-24T13:23:13.960Z] #28 29.85 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-09-24T13:23:13.960Z] #28 29.86 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2021-09-24T13:23:13.960Z] #28 29.87 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-24T13:23:13.960Z] #28 29.87 python3-pkg-resources vim-runtime xxd [2021-09-24T13:23:13.960Z] #28 29.90 Suggested packages: [2021-09-24T13:23:13.960Z] #28 29.91 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2021-09-24T13:23:13.960Z] #28 29.91 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2021-09-24T13:23:13.960Z] #28 29.91 Recommended packages: [2021-09-24T13:23:13.960Z] #28 29.91 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-24T13:23:14.075Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-24T13:23:14.076Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2021-09-24T13:23:14.076Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.80s) [2021-09-24T13:23:14.076Z] === CONT TestDaemonRestartIpcMode [2021-09-24T13:23:14.076Z] === CONT TestIpcModeOlderClient [2021-09-24T13:23:14.076Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-09-24T13:23:14.076Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-24T13:23:14.111Z] #23 13.54 Collecting yamllint==1.26.1 [2021-09-24T13:23:14.111Z] #23 14.62 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-24T13:23:15.339Z] #28 31.36 The following NEW packages will be installed: [2021-09-24T13:23:15.339Z] #28 31.37 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2021-09-24T13:23:15.339Z] #28 31.37 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-09-24T13:23:15.339Z] #28 31.37 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2021-09-24T13:23:15.339Z] #28 31.37 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2021-09-24T13:23:15.339Z] #28 31.37 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2021-09-24T13:23:15.339Z] #28 31.38 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2021-09-24T13:23:15.339Z] #28 31.38 vim-common vim-runtime xfsprogs xxd zip zstd [2021-09-24T13:23:15.599Z] #28 31.76 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2021-09-24T13:23:15.599Z] #28 31.76 Need to get 18.6 MB of archives. [2021-09-24T13:23:15.599Z] #28 31.76 After this operation, 71.4 MB of additional disk space will be used. [2021-09-24T13:23:15.599Z] #28 31.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-24T13:23:15.599Z] #28 31.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-24T13:23:15.599Z] #28 31.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-24T13:23:15.859Z] #28 31.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-24T13:23:15.859Z] #28 31.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-24T13:23:15.859Z] #28 31.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-24T13:23:15.859Z] #28 31.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-24T13:23:15.859Z] #28 31.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-24T13:23:15.859Z] #28 31.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-24T13:23:15.859Z] #28 31.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-24T13:23:15.859Z] #28 31.82 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-24T13:23:15.859Z] #28 31.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-24T13:23:15.859Z] #28 31.89 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-24T13:23:15.859Z] #28 31.90 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-24T13:23:15.859Z] #28 31.90 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-24T13:23:15.859Z] #28 31.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-24T13:23:15.859Z] #28 31.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-24T13:23:15.859Z] #28 31.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-24T13:23:15.859Z] #28 31.91 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-24T13:23:15.859Z] #28 31.91 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-24T13:23:15.859Z] #28 31.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-24T13:23:15.859Z] #28 31.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-24T13:23:15.859Z] #28 31.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-24T13:23:15.859Z] #28 31.93 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-24T13:23:15.859Z] #28 31.95 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-24T13:23:15.859Z] #28 31.99 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-24T13:23:15.859Z] #28 31.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-24T13:23:15.859Z] #28 31.99 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-24T13:23:15.859Z] #28 31.99 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-24T13:23:15.859Z] #28 32.00 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-24T13:23:15.859Z] #28 32.04 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-24T13:23:15.859Z] #28 32.05 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-24T13:23:15.859Z] #28 32.05 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-24T13:23:15.859Z] #28 32.05 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-24T13:23:15.859Z] #28 32.07 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-24T13:23:15.859Z] #28 32.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-24T13:23:15.859Z] #28 32.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-24T13:23:15.859Z] #28 32.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-24T13:23:16.031Z] #23 16.42 Collecting pathspec>=0.5.3 [2021-09-24T13:23:16.031Z] #23 16.44 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-24T13:23:16.031Z] #23 16.93 Collecting pyyaml [2021-09-24T13:23:16.031Z] #23 16.95 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-24T13:23:16.031Z] #23 17.02 Building wheels for collected packages: yamllint [2021-09-24T13:23:16.119Z] #28 32.13 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-24T13:23:16.119Z] #28 32.13 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-24T13:23:16.119Z] #28 32.23 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-24T13:23:16.119Z] #28 32.25 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-24T13:23:16.119Z] #28 32.26 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-24T13:23:16.119Z] #28 32.26 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-24T13:23:16.292Z] #23 17.02 Building wheel for yamllint (setup.py): started [2021-09-24T13:23:16.625Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.36s) [2021-09-24T13:23:16.688Z] #28 32.83 debconf: delaying package configuration, since apt-utils is not installed [2021-09-24T13:23:16.885Z] --- PASS: TestDaemonRestartIpcMode (2.82s) [2021-09-24T13:23:16.885Z] PASS [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === Skipped [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-24T13:23:16.885Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-09-24T13:23:16.885Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-09-24T13:23:16.885Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:23:16.885Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-09-24T13:23:16.885Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-09-24T13:23:16.885Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-09-24T13:23:16.885Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-24T13:23:16.885Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-24T13:23:16.885Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:23:16.885Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:23:16.885Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-09-24T13:23:16.885Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-09-24T13:23:16.885Z] 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-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-09-24T13:23:16.885Z] 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-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-09-24T13:23:16.885Z] 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-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-09-24T13:23:16.885Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:23:16.885Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-09-24T13:23:16.885Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:23:16.885Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-09-24T13:23:16.885Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-09-24T13:23:16.885Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-24T13:23:16.885Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-09-24T13:23:16.885Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-09-24T13:23:16.885Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-09-24T13:23:16.885Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-24T13:23:16.885Z] [2021-09-24T13:23:16.885Z] DONE 176 tests, 25 skipped in 67.403s [2021-09-24T13:23:16.885Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-24T13:23:16.947Z] #28 33.12 Fetched 18.6 MB in 1s (23.6 MB/s) [2021-09-24T13:23:16.947Z] #28 33.18 Selecting previously unselected package pigz. [2021-09-24T13:23:17.146Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:23:17.206Z] #28 33.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40072 files and directories currently installed.) [2021-09-24T13:23:17.206Z] #28 33.25 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-24T13:23:17.206Z] #28 33.26 Unpacking pigz (2.6-1) ... [2021-09-24T13:23:17.206Z] #28 33.32 Selecting previously unselected package libelf1:amd64. [2021-09-24T13:23:17.206Z] #28 33.33 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-24T13:23:17.206Z] #28 33.34 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-24T13:23:17.206Z] #28 33.48 Selecting previously unselected package libbpf0:amd64. [2021-09-24T13:23:17.206Z] #28 33.48 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-24T13:23:17.465Z] #28 33.50 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:23:17.465Z] #28 33.56 Selecting previously unselected package libcap2:amd64. [2021-09-24T13:23:17.465Z] #28 33.57 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-24T13:23:17.465Z] #28 33.58 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:23:17.465Z] #28 33.63 Selecting previously unselected package libmnl0:amd64. [2021-09-24T13:23:17.465Z] #28 33.64 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-24T13:23:17.465Z] #28 33.65 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:23:17.677Z] #23 18.39 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-24T13:23:17.677Z] #23 18.40 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=3b942532e3c16561fff98156928b101b1e6d1cc0987a11f101e3238c78bba854 [2021-09-24T13:23:17.677Z] #23 18.40 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-24T13:23:17.677Z] #23 18.41 Successfully built yamllint [2021-09-24T13:23:17.677Z] #23 18.44 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-24T13:23:17.719Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:23:17.719Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-24T13:23:17.719Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-24T13:23:17.719Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-24T13:23:17.719Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-24T13:23:17.719Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-24T13:23:17.719Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-24T13:23:17.719Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:23:17.719Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-24T13:23:17.719Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-24T13:23:17.719Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-24T13:23:17.719Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2021-09-24T13:23:17.719Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2021-09-24T13:23:17.719Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:23:17.719Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-24T13:23:17.723Z] #28 33.69 Selecting previously unselected package libxtables12:amd64. [2021-09-24T13:23:17.723Z] #28 33.70 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-24T13:23:17.723Z] #28 33.71 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:23:17.723Z] #28 33.76 Selecting previously unselected package libcap2-bin. [2021-09-24T13:23:17.723Z] #28 33.77 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-24T13:23:17.723Z] #28 33.78 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-24T13:23:17.723Z] #28 33.86 Selecting previously unselected package iproute2. [2021-09-24T13:23:17.723Z] #28 33.87 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-24T13:23:17.723Z] #28 33.88 Unpacking iproute2 (5.10.0-4) ... [2021-09-24T13:23:17.938Z] #23 ... [2021-09-24T13:23:17.938Z] [2021-09-24T13:23:17.938Z] #41 [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-09-24T13:23:17.938Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:23:18.199Z] #41 269.9 + dpkg --print-architecture [2021-09-24T13:23:18.199Z] #41 269.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-24T13:23:18.291Z] #28 34.18 Selecting previously unselected package xxd. [2021-09-24T13:23:18.291Z] #28 34.19 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:23:18.291Z] #28 34.20 Unpacking xxd (2:8.2.2434-3) ... [2021-09-24T13:23:18.291Z] #28 34.27 Selecting previously unselected package vim-common. [2021-09-24T13:23:18.291Z] #28 34.29 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:23:18.291Z] #28 34.30 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-24T13:23:18.291Z] #28 34.40 Selecting previously unselected package bash-completion. [2021-09-24T13:23:18.291Z] #28 34.41 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-24T13:23:18.460Z] #41 270.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-24T13:23:18.460Z] #41 270.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-24T13:23:19.103Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-24T13:23:19.407Z] #41 ... [2021-09-24T13:23:19.407Z] [2021-09-24T13:23:19.407Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:23:19.407Z] #23 sha256:8415f03b0154adf9bb9ede16c4a3774fe8011554cd9a5434814e4901c56ea42c [2021-09-24T13:23:19.407Z] #23 19.10 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-24T13:23:19.407Z] #23 DONE 20.1s [2021-09-24T13:23:19.407Z] [2021-09-24T13:23:19.407Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-24T13:23:19.407Z] #26 sha256:c266c6c403efe39e5c3867e9182ed52fb8124f8a3aba3e947e897c2d455f6978 [2021-09-24T13:23:19.669Z] #26 DONE 0.4s [2021-09-24T13:23:19.669Z] [2021-09-24T13:23:19.669Z] #41 [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-09-24T13:23:19.669Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:23:19.715Z] #28 35.61 Unpacking bash-completion (1:2.11-2) ... [2021-09-24T13:23:19.715Z] #28 35.86 Selecting previously unselected package apparmor. [2021-09-24T13:23:19.981Z] #28 35.86 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2021-09-24T13:23:19.981Z] #28 35.91 Unpacking apparmor (2.13.6-10) ... [2021-09-24T13:23:20.045Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-24T13:23:20.242Z] #28 36.18 Selecting previously unselected package inetutils-ping. [2021-09-24T13:23:20.242Z] #28 36.19 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-24T13:23:20.242Z] #28 36.20 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-24T13:23:20.242Z] #28 36.31 Selecting previously unselected package libip4tc2:amd64. [2021-09-24T13:23:20.242Z] #28 36.32 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:23:20.242Z] #28 36.32 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:23:20.242Z] #28 36.37 Selecting previously unselected package libip6tc2:amd64. [2021-09-24T13:23:20.242Z] #28 36.37 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-24T13:23:20.242Z] #28 36.38 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:23:20.242Z] #28 36.43 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-24T13:23:20.514Z] #28 36.43 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-24T13:23:20.514Z] #28 36.44 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:23:20.514Z] #28 36.50 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-24T13:23:20.514Z] #28 36.50 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-24T13:23:20.514Z] #28 36.51 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:23:20.514Z] #28 36.61 Selecting previously unselected package libnftnl11:amd64. [2021-09-24T13:23:20.514Z] #28 36.62 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-24T13:23:20.514Z] #28 36.62 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:23:20.514Z] #28 36.68 Selecting previously unselected package iptables. [2021-09-24T13:23:20.613Z] #41 ... [2021-09-24T13:23:20.613Z] [2021-09-24T13:23:20.613Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-24T13:23:20.613Z] #31 sha256:36b41f860bce7c2b8aba41902a225c841074455345a2feee0e9f0807bbf719e9 [2021-09-24T13:23:20.613Z] #31 DONE 0.7s [2021-09-24T13:23:20.613Z] [2021-09-24T13:23:20.613Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-24T13:23:20.613Z] #34 sha256:bb19db8138f77c2ce8d42624763a1d04c5f7498e8015aa78b00254a583ee47d1 [2021-09-24T13:23:20.613Z] #34 DONE 0.1s [2021-09-24T13:23:20.613Z] [2021-09-24T13:23:20.613Z] #58 [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-09-24T13:23:20.613Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:23:20.613Z] #58 ... [2021-09-24T13:23:20.613Z] [2021-09-24T13:23:20.613Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-24T13:23:20.613Z] #36 sha256:98b174d6abe3fad023ae7273969b6cf128b00864f4d5e1d78f110d94bdcf2bf1 [2021-09-24T13:23:20.613Z] #36 DONE 0.1s [2021-09-24T13:23:20.613Z] [2021-09-24T13:23:20.613Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-24T13:23:20.613Z] #39 sha256:6d4f2fab811c336d426259e5390d05ddee8c35a94436f4846192949a1c12ff71 [2021-09-24T13:23:20.783Z] #28 36.69 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2021-09-24T13:23:20.783Z] #28 36.70 Unpacking iptables (1.8.7-1) ... [2021-09-24T13:23:20.783Z] #28 36.88 Selecting previously unselected package libonig5:amd64. [2021-09-24T13:23:20.783Z] #28 36.90 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-24T13:23:20.783Z] #28 36.91 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:23:20.875Z] #39 DONE 0.1s [2021-09-24T13:23:20.875Z] [2021-09-24T13:23:20.875Z] #58 [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-09-24T13:23:20.875Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:23:20.986Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-24T13:23:20.986Z] daemon_test.go:148: [d53e6ad0294f4] daemon is not started [2021-09-24T13:23:20.986Z] --- PASS: TestConfigDaemonSeccompProfiles (3.32s) [2021-09-24T13:23:20.986Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2021-09-24T13:23:20.986Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2021-09-24T13:23:20.986Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.14s) [2021-09-24T13:23:20.986Z] PASS [2021-09-24T13:23:20.986Z] [2021-09-24T13:23:20.986Z] DONE 11 tests in 4.215s [2021-09-24T13:23:20.986Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-24T13:23:21.041Z] #28 37.01 Selecting previously unselected package libjq1:amd64. [2021-09-24T13:23:21.041Z] #28 37.02 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2021-09-24T13:23:21.041Z] #28 37.02 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:23:21.041Z] #28 37.15 Selecting previously unselected package jq. [2021-09-24T13:23:21.041Z] #28 37.16 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2021-09-24T13:23:21.041Z] #28 37.17 Unpacking jq (1.6-2.1) ... [2021-09-24T13:23:21.247Z] INFO: Testing against a local daemon [2021-09-24T13:23:21.247Z] === RUN TestCommitInheritsEnv [2021-09-24T13:23:21.299Z] #28 37.25 Selecting previously unselected package libaio1:amd64. [2021-09-24T13:23:21.299Z] #28 37.26 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2021-09-24T13:23:21.299Z] #28 37.26 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:23:21.299Z] #28 37.31 Selecting previously unselected package libgpm2:amd64. [2021-09-24T13:23:21.299Z] #28 37.31 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2021-09-24T13:23:21.299Z] #28 37.32 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:23:21.299Z] #28 37.40 Selecting previously unselected package libinih1:amd64. [2021-09-24T13:23:21.299Z] #28 37.40 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2021-09-24T13:23:21.299Z] #28 37.41 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-24T13:23:21.299Z] #28 37.46 Selecting previously unselected package libnet1:amd64. [2021-09-24T13:23:21.299Z] #28 37.48 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-24T13:23:21.299Z] #28 37.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:23:21.564Z] #28 37.56 Selecting previously unselected package libnl-3-200:amd64. [2021-09-24T13:23:21.564Z] #28 37.56 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-24T13:23:21.564Z] #28 37.57 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:23:21.564Z] #28 37.67 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-24T13:23:21.564Z] #28 37.68 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-24T13:23:21.564Z] #28 37.68 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:23:21.564Z] #28 37.72 Selecting previously unselected package net-tools. [2021-09-24T13:23:21.564Z] #28 37.73 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-24T13:23:21.564Z] #28 37.74 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:23:21.822Z] #28 37.93 Selecting previously unselected package python-pip-whl. [2021-09-24T13:23:21.822Z] #28 37.94 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2021-09-24T13:23:21.822Z] #28 37.95 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-24T13:23:22.080Z] #28 38.23 Selecting previously unselected package python3-lib2to3. [2021-09-24T13:23:22.338Z] #28 38.24 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-24T13:23:22.338Z] #28 38.24 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:23:22.338Z] #28 38.31 Selecting previously unselected package python3-distutils. [2021-09-24T13:23:22.338Z] #28 38.33 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2021-09-24T13:23:22.338Z] #28 38.33 Unpacking python3-distutils (3.9.2-1) ... [2021-09-24T13:23:22.338Z] #28 38.43 Selecting previously unselected package python3-pkg-resources. [2021-09-24T13:23:22.338Z] #28 38.43 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-24T13:23:22.338Z] #28 38.44 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:23:22.338Z] #28 38.53 Selecting previously unselected package python3-setuptools. [2021-09-24T13:23:22.597Z] #28 38.53 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2021-09-24T13:23:22.597Z] #28 38.54 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-24T13:23:22.597Z] #28 38.68 Selecting previously unselected package python3-wheel. [2021-09-24T13:23:22.597Z] #28 38.69 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2021-09-24T13:23:22.597Z] #28 38.70 Unpacking python3-wheel (0.34.2-1) ... [2021-09-24T13:23:22.597Z] #28 38.74 Selecting previously unselected package python3-pip. [2021-09-24T13:23:22.597Z] #28 38.75 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2021-09-24T13:23:22.597Z] #28 38.75 Unpacking python3-pip (20.3.4-4) ... [2021-09-24T13:23:22.856Z] #28 38.96 Selecting previously unselected package sudo. [2021-09-24T13:23:22.856Z] #28 38.96 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2021-09-24T13:23:22.856Z] #28 38.97 Unpacking sudo (1.9.5p2-3) ... [2021-09-24T13:23:23.157Z] --- PASS: TestCommitInheritsEnv (1.88s) [2021-09-24T13:23:23.157Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:23:23.157Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-24T13:23:23.157Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:23:23.157Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-09-24T13:23:23.157Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:23:23.157Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-24T13:23:23.157Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:23:23.423Z] #28 39.28 Selecting previously unselected package thin-provisioning-tools. [2021-09-24T13:23:23.423Z] #28 39.29 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-24T13:23:23.423Z] #28 39.30 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:23:23.423Z] #28 39.45 Selecting previously unselected package uidmap. [2021-09-24T13:23:23.423Z] #28 39.46 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-24T13:23:23.423Z] #28 39.47 Unpacking uidmap (1:4.8.1-1) ... [2021-09-24T13:23:23.423Z] #28 39.62 Selecting previously unselected package vim-runtime. [2021-09-24T13:23:23.423Z] #28 39.63 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-24T13:23:23.423Z] #28 39.65 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-09-24T13:23:23.423Z] #28 39.67 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-24T13:23:23.682Z] #28 39.67 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:23:24.847Z] ok github.com/docker/docker/cmd/dockerd 0.113s coverage: 29.3% of statements [2021-09-24T13:23:24.847Z] ok github.com/docker/docker/container 0.130s coverage: 34.8% of statements [2021-09-24T13:23:24.847Z] ok github.com/docker/docker/cmd/dockerd/trap 3.040s coverage: 0.0% of statements [2021-09-24T13:23:24.847Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-24T13:23:24.847Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-24T13:23:24.847Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-24T13:23:24.847Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-24T13:23:24.847Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-24T13:23:24.847Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2021-09-24T13:23:25.068Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-09-24T13:23:25.068Z] === RUN TestRemoveImageGarbageCollector [2021-09-24T13:23:25.068Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-24T13:23:25.068Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-24T13:23:25.068Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:23:25.085Z] #58 ... [2021-09-24T13:23:25.085Z] [2021-09-24T13:23:25.085Z] #51 [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-09-24T13:23:25.085Z] #51 sha256:636d1258dc14848d1bf5c91cd49e35285e5822f6d67c826b55e6e916acad1625 [2021-09-24T13:23:25.085Z] #51 276.6 + /build/golangci-lint --version [2021-09-24T13:23:25.085Z] #51 277.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-24T13:23:25.329Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-24T13:23:25.329Z] === RUN TestTagInvalidReference [2021-09-24T13:23:25.329Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-24T13:23:25.329Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:23:25.329Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-09-24T13:23:25.329Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:23:25.329Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-24T13:23:25.329Z] === RUN TestTagOfficialNames [2021-09-24T13:23:25.329Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-24T13:23:25.329Z] === RUN TestTagMatchesDigest [2021-09-24T13:23:25.329Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-24T13:23:25.329Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-24T13:23:25.587Z] #28 41.42 Selecting previously unselected package vim. [2021-09-24T13:23:25.587Z] #28 41.43 Preparing to unpack .../40-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-24T13:23:25.587Z] #28 41.45 Unpacking vim (2:8.2.2434-3) ... [2021-09-24T13:23:25.660Z] #51 DONE 277.6s [2021-09-24T13:23:25.660Z] [2021-09-24T13:23:25.660Z] #58 [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-09-24T13:23:25.660Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:23:25.847Z] #28 41.90 Selecting previously unselected package xfsprogs. [2021-09-24T13:23:25.847Z] #28 41.92 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-24T13:23:25.847Z] #28 41.94 Unpacking xfsprogs (5.10.0-4) ... [2021-09-24T13:23:26.107Z] #28 42.21 Selecting previously unselected package zip. [2021-09-24T13:23:26.107Z] #28 42.21 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2021-09-24T13:23:26.107Z] #28 42.22 Unpacking zip (3.0-12) ... [2021-09-24T13:23:26.107Z] #28 42.30 Selecting previously unselected package zstd. [2021-09-24T13:23:26.365Z] #28 42.30 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-24T13:23:26.365Z] #28 42.31 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:23:26.624Z] #28 42.57 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-24T13:23:26.777Z] ok github.com/docker/docker/daemon/cluster/convert 0.022s coverage: 35.9% of statements [2021-09-24T13:23:26.882Z] #28 43.01 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-24T13:23:26.882Z] #28 43.02 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-24T13:23:26.882Z] #28 43.03 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-24T13:23:26.882Z] #28 43.04 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-24T13:23:26.882Z] #28 43.05 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-24T13:23:26.882Z] #28 43.06 Setting up uidmap (1:4.8.1-1) ... [2021-09-24T13:23:26.882Z] #28 43.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-24T13:23:26.882Z] #28 43.08 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-24T13:23:26.882Z] #28 43.10 Setting up python3-wheel (0.34.2-1) ... [2021-09-24T13:23:27.541Z] #28 43.56 Setting up xxd (2:8.2.2434-3) ... [2021-09-24T13:23:27.541Z] #28 43.57 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-24T13:23:27.541Z] #28 43.58 Setting up libcap2-bin (1:2.44-1) ... [2021-09-24T13:23:27.541Z] #28 43.59 Setting up apparmor (2.13.6-10) ... [2021-09-24T13:23:28.358Z] ok github.com/docker/docker/daemon/cluster 0.116s coverage: 0.5% of statements [2021-09-24T13:23:28.477Z] #28 44.69 Setting up zip (3.0-12) ... [2021-09-24T13:23:28.477Z] #28 44.70 Setting up vim-common (2:8.2.2434-3) ... [2021-09-24T13:23:28.477Z] #28 44.72 Setting up bash-completion (1:2.11-2) ... [2021-09-24T13:23:29.854Z] #28 45.95 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-24T13:23:29.854Z] #28 45.96 Setting up sudo (1.9.5p2-3) ... [2021-09-24T13:23:29.854Z] #28 46.03 invoke-rc.d: could not determine current runlevel [2021-09-24T13:23:29.854Z] #28 46.03 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-24T13:23:29.854Z] #28 46.04 Setting up xfsprogs (5.10.0-4) ... [2021-09-24T13:23:29.854Z] #28 46.05 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-24T13:23:29.854Z] #28 46.12 Setting up inetutils-ping (2:2.0-1) ... [2021-09-24T13:23:29.854Z] #28 46.13 Setting up pigz (2.6-1) ... [2021-09-24T13:23:30.113Z] #28 46.14 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-24T13:23:30.113Z] #28 46.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-24T13:23:30.113Z] #28 46.18 Setting up python-pip-whl (20.3.4-4) ... [2021-09-24T13:23:30.113Z] #28 46.19 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-24T13:23:30.287Z] ok github.com/docker/docker/daemon/config 0.132s coverage: 81.1% of statements [2021-09-24T13:23:30.551Z] ok github.com/docker/docker/daemon/discovery 0.007s coverage: 30.0% of statements [2021-09-24T13:23:30.680Z] #28 46.70 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-24T13:23:30.680Z] #28 46.71 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-24T13:23:30.938Z] #28 46.99 Setting up libelf1:amd64 (0.183-1) ... [2021-09-24T13:23:30.938Z] #28 47.00 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-24T13:23:30.938Z] #28 47.01 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-24T13:23:30.938Z] #28 47.02 Setting up python3-distutils (3.9.2-1) ... [2021-09-24T13:23:31.196Z] #28 47.29 Setting up vim (2:8.2.2434-3) ... [2021-09-24T13:23:31.196Z] #28 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-24T13:23:31.196Z] #28 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-24T13:23:31.196Z] #28 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-24T13:23:31.196Z] #28 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-24T13:23:31.196Z] #28 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-24T13:23:31.196Z] #28 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-24T13:23:31.196Z] #28 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-24T13:23:31.196Z] #28 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-24T13:23:31.196Z] #28 47.36 Setting up python3-setuptools (52.0.0-4) ... [2021-09-24T13:23:31.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-24T13:23:31.503Z] ok github.com/docker/docker/daemon/events 0.070s coverage: 50.0% of statements [2021-09-24T13:23:32.079Z] ok github.com/docker/docker/daemon/graphdriver 0.039s coverage: 2.2% of statements [2021-09-24T13:23:32.131Z] #28 48.25 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-24T13:23:32.131Z] #28 48.26 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-24T13:23:32.131Z] #28 48.28 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-24T13:23:32.131Z] #28 48.29 Setting up python3-pip (20.3.4-4) ... [2021-09-24T13:23:32.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-24T13:23:33.065Z] #28 48.97 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-24T13:23:33.065Z] #28 48.99 Setting up jq (1.6-2.1) ... [2021-09-24T13:23:33.065Z] #28 49.00 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-24T13:23:33.065Z] #28 49.02 Setting up iptables (1.8.7-1) ... [2021-09-24T13:23:33.065Z] #28 49.03 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:23:33.065Z] #28 49.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:23:33.065Z] #28 49.04 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-24T13:23:33.065Z] #28 49.05 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-24T13:23:33.066Z] #28 49.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-24T13:23:33.066Z] #28 49.06 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-24T13:23:33.066Z] #28 49.07 Setting up iproute2 (5.10.0-4) ... [2021-09-24T13:23:33.325Z] #28 49.31 Processing triggers for libc-bin (2.31-13) ... [2021-09-24T13:23:33.585Z] #28 DONE 49.6s [2021-09-24T13:23:33.585Z] [2021-09-24T13:23:33.585Z] #29 [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-09-24T13:23:33.585Z] #29 sha256:0e755e511164db00273634f42a2e0fab2d4579b8cbfbf699f231c968b0736889 [2021-09-24T13:23:34.521Z] #29 1.037 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-24T13:23:34.521Z] #29 1.042 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-24T13:23:34.521Z] #29 1.044 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-24T13:23:34.521Z] #29 DONE 1.1s [2021-09-24T13:23:34.521Z] [2021-09-24T13:23:34.521Z] #62 [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-09-24T13:23:34.521Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:23:34.636Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.857s coverage: 74.6% of statements [2021-09-24T13:23:34.780Z] #62 ... [2021-09-24T13:23:34.780Z] [2021-09-24T13:23:34.780Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-24T13:23:34.780Z] #30 sha256:45870ccba79c8fa93ed1cc0c512de597e0f7ee808aaefa036488a139e6b43b3d [2021-09-24T13:23:35.211Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 3.1% of statements [2021-09-24T13:23:35.474Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.581s coverage: 13.7% of statements [2021-09-24T13:23:36.424Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.696s coverage: 56.2% of statements [2021-09-24T13:23:37.374Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.9% of statements [2021-09-24T13:23:39.302Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.746s coverage: 49.4% of statements [2021-09-24T13:23:40.699Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 57.5% of statements [2021-09-24T13:23:40.962Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.399s coverage: 57.7% of statements [2021-09-24T13:23:41.539Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.085s coverage: 46.2% of statements [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-24T13:23:42.076Z] === RUN TestBoolValue [2021-09-24T13:23:42.076Z] --- PASS: TestBoolValue (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestBoolValueOrDefault [2021-09-24T13:23:42.076Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestInt64ValueOrZero [2021-09-24T13:23:42.076Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestInt64ValueOrDefault [2021-09-24T13:23:42.076Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-24T13:23:42.076Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestJsonContentType [2021-09-24T13:23:42.076Z] --- PASS: TestJsonContentType (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 14.7% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/server/httputils 0.073s coverage: 14.7% of statements [2021-09-24T13:23:42.076Z] === RUN TestMaskSecretKeys [2021-09-24T13:23:42.076Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-24T13:23:42.076Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-24T13:23:42.076Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-24T13:23:42.076Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestVersionMiddlewareVersion [2021-09-24T13:23:42.076Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-24T13:23:42.076Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 37.7% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/server/middleware 0.086s coverage: 37.7% of statements [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-24T13:23:42.076Z] === RUN TestAdjustForAPIVersion [2021-09-24T13:23:42.076Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 5.7% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 5.7% of statements [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-24T13:23:42.076Z] === RUN TestStrSliceMarshalJSON [2021-09-24T13:23:42.076Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestStrSliceUnmarshalJSON [2021-09-24T13:23:42.076Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestStrSliceUnmarshalString [2021-09-24T13:23:42.076Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestStrSliceUnmarshalSlice [2021-09-24T13:23:42.076Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 90.0% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-09-24T13:23:42.076Z] === RUN TestToJSON [2021-09-24T13:23:42.076Z] --- PASS: TestToJSON (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestToParamWithVersion [2021-09-24T13:23:42.076Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestFromJSON [2021-09-24T13:23:42.076Z] --- PASS: TestFromJSON (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestEmpty [2021-09-24T13:23:42.076Z] --- PASS: TestEmpty (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestArgsMatchKVListEmptySources [2021-09-24T13:23:42.076Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestArgsMatchKVList [2021-09-24T13:23:42.076Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestArgsMatch [2021-09-24T13:23:42.076Z] --- PASS: TestArgsMatch (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestAdd [2021-09-24T13:23:42.076Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestDel [2021-09-24T13:23:42.076Z] --- PASS: TestDel (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestLen [2021-09-24T13:23:42.076Z] --- PASS: TestLen (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestExactMatch [2021-09-24T13:23:42.076Z] --- PASS: TestExactMatch (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestOnlyOneExactMatch [2021-09-24T13:23:42.076Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestContains [2021-09-24T13:23:42.076Z] --- PASS: TestContains (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestValidate [2021-09-24T13:23:42.076Z] --- PASS: TestValidate (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestWalkValues [2021-09-24T13:23:42.076Z] --- PASS: TestWalkValues (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestFuzzyMatch [2021-09-24T13:23:42.076Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestClone [2021-09-24T13:23:42.076Z] --- PASS: TestClone (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 92.2% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 92.2% of statements [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-24T13:23:42.076Z] === RUN TestDurationToSecondsString [2021-09-24T13:23:42.076Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestGetTimestamp [2021-09-24T13:23:42.076Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-24T13:23:42.076Z] === RUN TestParseTimestamps [2021-09-24T13:23:42.076Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 100.0% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/types/time 0.155s coverage: 100.0% of statements [2021-09-24T13:23:42.076Z] === RUN TestCompareVersion [2021-09-24T13:23:42.076Z] --- PASS: TestCompareVersion (0.00s) [2021-09-24T13:23:42.076Z] PASS [2021-09-24T13:23:42.076Z] coverage: 77.3% of statements [2021-09-24T13:23:42.076Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 77.3% of statements [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-24T13:23:42.076Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-24T13:23:42.076Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-24T13:23:42.076Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestCloneArgsSmartHttp [2021-09-24T13:23:42.076Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestCloneArgsDumbHttp [2021-09-24T13:23:42.076Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestCloneArgsGit [2021-09-24T13:23:42.076Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-24T13:23:42.076Z] === RUN TestCheckoutGit [2021-09-24T13:23:42.076Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-24T13:23:42.076Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestProcessNoDockerignore [2021-09-24T13:23:42.077Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-24T13:23:42.077Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDetectContentType [2021-09-24T13:23:42.077Z] --- PASS: TestDetectContentType (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestSelectAcceptableMIME [2021-09-24T13:23:42.077Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestInspectEmptyResponse [2021-09-24T13:23:42.077Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestInspectResponseBinary [2021-09-24T13:23:42.077Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestResponseUnsupportedContentType [2021-09-24T13:23:42.077Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestInspectResponseTextSimple [2021-09-24T13:23:42.077Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestInspectResponseEmptyContentType [2021-09-24T13:23:42.077Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestUnknownContentLength [2021-09-24T13:23:42.077Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDownloadRemote [2021-09-24T13:23:42.077Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-24T13:23:42.077Z] === RUN TestGetWithStatusError [2021-09-24T13:23:42.077Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestCloseRootDirectory [2021-09-24T13:23:42.077Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:42.077Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestHashFile [2021-09-24T13:23:42.077Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:42.077Z] --- SKIP: TestHashFile (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestHashSubdir [2021-09-24T13:23:42.077Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:42.077Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestRemoveDirectory [2021-09-24T13:23:42.077Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:42.077Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-24T13:23:42.077Z] PASS [2021-09-24T13:23:42.077Z] coverage: 9.3% of statements [2021-09-24T13:23:42.077Z] ok github.com/docker/docker/builder/remotecontext 0.181s coverage: 9.3% of statements [2021-09-24T13:23:42.077Z] === RUN TestEnable [2021-09-24T13:23:42.077Z] --- PASS: TestEnable (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDisable [2021-09-24T13:23:42.077Z] --- PASS: TestDisable (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestEnabled [2021-09-24T13:23:42.077Z] --- PASS: TestEnabled (0.00s) [2021-09-24T13:23:42.077Z] PASS [2021-09-24T13:23:42.077Z] coverage: 100.0% of statements [2021-09-24T13:23:42.077Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2021-09-24T13:23:42.077Z] === RUN TestGetAllAllowed [2021-09-24T13:23:42.077Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestGetAllMeta [2021-09-24T13:23:42.077Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-24T13:23:42.077Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestIsUnreferencedBuiltin [2021-09-24T13:23:42.077Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestIsExistingDirectory [2021-09-24T13:23:42.077Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestGetFilenameForDownload [2021-09-24T13:23:42.077Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestEnv2Variables [2021-09-24T13:23:42.077Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-24T13:23:42.077Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestMaintainer [2021-09-24T13:23:42.077Z] --- PASS: TestMaintainer (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestLabel [2021-09-24T13:23:42.077Z] --- PASS: TestLabel (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestFromScratch [2021-09-24T13:23:42.077Z] --- PASS: TestFromScratch (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestFromWithArg [2021-09-24T13:23:42.077Z] --- PASS: TestFromWithArg (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-24T13:23:42.077Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestFromWithUndefinedArg [2021-09-24T13:23:42.077Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestFromMultiStageWithNamedStage [2021-09-24T13:23:42.077Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestOnbuild [2021-09-24T13:23:42.077Z] --- PASS: TestOnbuild (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestWorkdir [2021-09-24T13:23:42.077Z] --- PASS: TestWorkdir (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestCmd [2021-09-24T13:23:42.077Z] --- PASS: TestCmd (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestHealthcheckNone [2021-09-24T13:23:42.077Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestHealthcheckCmd [2021-09-24T13:23:42.077Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestEntrypoint [2021-09-24T13:23:42.077Z] --- PASS: TestEntrypoint (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestExpose [2021-09-24T13:23:42.077Z] --- PASS: TestExpose (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestUser [2021-09-24T13:23:42.077Z] --- PASS: TestUser (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestVolume [2021-09-24T13:23:42.077Z] --- PASS: TestVolume (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestStopSignal [2021-09-24T13:23:42.077Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:23:42.077Z] --- SKIP: TestStopSignal (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestArg [2021-09-24T13:23:42.077Z] --- PASS: TestArg (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestShell [2021-09-24T13:23:42.077Z] --- PASS: TestShell (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestPrependEnvOnCmd [2021-09-24T13:23:42.077Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestRunWithBuildArgs [2021-09-24T13:23:42.077Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestRunIgnoresHealthcheck [2021-09-24T13:23:42.077Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDispatchUnsupportedOptions [2021-09-24T13:23:42.077Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-24T13:23:42.077Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-24T13:23:42.077Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-24T13:23:42.077Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestNormalizeWorkdir [2021-09-24T13:23:42.077Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDispatch [2021-09-24T13:23:42.077Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-24T13:23:42.077Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-24T13:23:42.077Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-24T13:23:42.077Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-24T13:23:42.077Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-24T13:23:42.077Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-24T13:23:42.077Z] === RUN TestDispatch/COPY_url [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch (0.05s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-24T13:23:42.077Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestAddScratchImageAddsToMounts [2021-09-24T13:23:42.077Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-24T13:23:42.077Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-24T13:23:42.077Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-24T13:23:42.077Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestImageSourceGetAddsToMounts [2021-09-24T13:23:42.077Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestEmptyDockerfile [2021-09-24T13:23:42.077Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestSymlinkDockerfile [2021-09-24T13:23:42.077Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-24T13:23:42.077Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestNonExistingDockerfile [2021-09-24T13:23:42.077Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestCopyRunConfig [2021-09-24T13:23:42.077Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestDeepCopyRunConfig [2021-09-24T13:23:42.077Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestExportImage [2021-09-24T13:23:42.077Z] --- PASS: TestExportImage (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestNormalizeDest [2021-09-24T13:23:42.077Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-24T13:23:42.077Z] PASS [2021-09-24T13:23:42.077Z] coverage: 46.8% of statements [2021-09-24T13:23:42.077Z] ok github.com/docker/docker/builder/dockerfile 0.140s coverage: 46.8% of statements [2021-09-24T13:23:42.077Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-24T13:23:42.077Z] === RUN TestTCP4Proxy [2021-09-24T13:23:42.077Z] --- PASS: TestTCP4Proxy (0.01s) [2021-09-24T13:23:42.077Z] === RUN TestTCP4ProxyHalfClose [2021-09-24T13:23:42.077Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2021-09-24T13:23:42.077Z] === RUN TestTCP6Proxy [2021-09-24T13:23:42.077Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:23:42.077Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestTCPDualStackProxy [2021-09-24T13:23:42.077Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:23:42.077Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestUDP4Proxy [2021-09-24T13:23:42.077Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestUDP6Proxy [2021-09-24T13:23:42.077Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:23:42.077Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestUDPWriteError [2021-09-24T13:23:42.077Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestSCTP4Proxy [2021-09-24T13:23:42.077Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:23:42.077Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-24T13:23:42.077Z] === RUN TestSCTP6Proxy [2021-09-24T13:23:42.077Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:23:42.077Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-24T13:23:42.077Z] PASS [2021-09-24T13:23:42.077Z] coverage: 49.4% of statements [2021-09-24T13:23:42.077Z] ok github.com/docker/docker/cmd/docker-proxy 0.062s coverage: 49.4% of statements [2021-09-24T13:23:42.488Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2021-09-24T13:23:42.751Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2021-09-24T13:23:42.896Z] #30 7.835 Collecting yamllint==1.26.1 [2021-09-24T13:23:43.702Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 6.7% of statements [2021-09-24T13:23:43.782Z] #58 ... [2021-09-24T13:23:43.782Z] [2021-09-24T13:23:43.782Z] #41 [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-09-24T13:23:43.782Z] #41 sha256:b959e375067258d643f4bdce62cf86c1fdfa228bc91ba3bbc7227227cbb8d2da [2021-09-24T13:23:43.782Z] #41 DONE 295.6s [2021-09-24T13:23:43.832Z] #30 8.893 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-24T13:23:44.044Z] [2021-09-24T13:23:44.045Z] #58 [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-09-24T13:23:44.045Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:23:44.090Z] #30 9.598 Collecting pathspec>=0.5.3 [2021-09-24T13:23:44.279Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 43.5% of statements [2021-09-24T13:23:44.349Z] #30 9.602 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-24T13:23:44.349Z] #30 9.846 Collecting pyyaml [2021-09-24T13:23:44.349Z] #30 9.851 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-24T13:23:44.543Z] ok github.com/docker/docker/daemon/logger/awslogs 0.343s coverage: 77.0% of statements [2021-09-24T13:23:44.608Z] #30 9.880 Building wheels for collected packages: yamllint [2021-09-24T13:23:44.609Z] #30 9.881 Building wheel for yamllint (setup.py): started [2021-09-24T13:23:44.807Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2021-09-24T13:23:44.868Z] #30 10.29 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-24T13:23:45.070Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 23.9% of statements [2021-09-24T13:23:45.070Z] ok github.com/docker/docker/daemon 12.183s coverage: 17.5% of statements [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-24T13:23:45.071Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-24T13:23:45.127Z] #30 10.30 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=382ecb6a1862f36886e3286df702322f1a6da81efb588d5d52db9bfda8889dfe [2021-09-24T13:23:45.127Z] #30 10.30 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-24T13:23:45.127Z] #30 10.30 Successfully built yamllint [2021-09-24T13:23:45.127Z] #30 10.32 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-24T13:23:45.386Z] #30 10.60 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-24T13:23:45.645Z] #30 DONE 10.9s [2021-09-24T13:23:45.645Z] [2021-09-24T13:23:45.645Z] #33 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-24T13:23:45.645Z] #33 sha256:c659bc0b99aa6fa2349a649cc33b517b22d26dfe2816c46391ab22996f3c156b [2021-09-24T13:23:45.647Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.053s coverage: 87.2% of statements [2021-09-24T13:23:45.647Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 69.9% of statements [2021-09-24T13:23:45.907Z] #33 DONE 0.3s [2021-09-24T13:23:45.907Z] [2021-09-24T13:23:45.907Z] #38 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-24T13:23:45.907Z] #38 sha256:e5296ed8582a6a0cdb0ba98ffb77dca730bff25eadd4df4d3551b62485c37299 [2021-09-24T13:23:45.964Z] #58 ... [2021-09-24T13:23:45.964Z] [2021-09-24T13:23:45.964Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-24T13:23:45.964Z] #42 sha256:79e4aae48e310c5f68d232d54a095b2ed07e8f658f4e0520502c30aff2560742 [2021-09-24T13:23:46.167Z] #38 DONE 0.3s [2021-09-24T13:23:46.167Z] [2021-09-24T13:23:46.167Z] #62 [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-09-24T13:23:46.167Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:23:46.167Z] #62 ... [2021-09-24T13:23:46.167Z] [2021-09-24T13:23:46.167Z] #41 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-24T13:23:46.167Z] #41 sha256:ef19429d914e6ba36c30acd7658096998cc4ce65383bb9a03c753977123de2bf [2021-09-24T13:23:46.167Z] #41 DONE 0.1s [2021-09-24T13:23:46.229Z] #42 DONE 0.5s [2021-09-24T13:23:46.229Z] [2021-09-24T13:23:46.229Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-24T13:23:46.229Z] #46 sha256:36a5fc3192797af59b5932fa759fd575b285220dd5debc259fa4178b75c29e23 [2021-09-24T13:23:46.229Z] #46 DONE 0.1s [2021-09-24T13:23:46.229Z] [2021-09-24T13:23:46.229Z] #55 [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-09-24T13:23:46.229Z] #55 sha256:06455272be19915ad3771a00a18f6054302dc7f411fa82dbf5579b2010d3bc30 [2021-09-24T13:23:46.229Z] #55 ... [2021-09-24T13:23:46.229Z] [2021-09-24T13:23:46.229Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-24T13:23:46.229Z] #48 sha256:c45f0509114dee50d1aff008db24a18a317d239dc1367daa8c1c40c5ca4bf64c [2021-09-24T13:23:46.229Z] #48 DONE 0.1s [2021-09-24T13:23:46.427Z] [2021-09-24T13:23:46.427Z] #43 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-24T13:23:46.427Z] #43 sha256:1824597bc8fb32ef8f65b247ad28678327399c00953e8cfe860ecc7dad6e9d48 [2021-09-24T13:23:46.427Z] #43 DONE 0.1s [2021-09-24T13:23:46.427Z] [2021-09-24T13:23:46.427Z] #46 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-24T13:23:46.427Z] #46 sha256:b69d1b0fd9e02d279168d1480b8d301d150d0d595d168f1ddfc276bbf300307f [2021-09-24T13:23:46.427Z] #46 DONE 0.0s [2021-09-24T13:23:46.427Z] [2021-09-24T13:23:46.427Z] #62 [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-09-24T13:23:46.427Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:23:46.427Z] #62 ... [2021-09-24T13:23:46.427Z] [2021-09-24T13:23:46.427Z] #49 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-24T13:23:46.427Z] #49 sha256:a3eb33dc5fab22d47f884741a7122668f517eeb81e737eefc540299a97d7108b [2021-09-24T13:23:46.495Z] [2021-09-24T13:23:46.495Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-24T13:23:46.495Z] #50 sha256:d19590a249ee8f1fa0b8122170d5f8ef0474b180314541311d51baefb7674afe [2021-09-24T13:23:46.495Z] #50 DONE 0.1s [2021-09-24T13:23:46.495Z] [2021-09-24T13:23:46.495Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-24T13:23:46.495Z] #52 sha256:ec6dab9d6a2f48d054ac1bdfcd617065b993b16dff4b682fd5965740a676abd4 [2021-09-24T13:23:46.599Z] ok github.com/docker/docker/daemon/logger/local 0.046s coverage: 75.2% of statements [2021-09-24T13:23:46.599Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-24T13:23:46.599Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2021-09-24T13:23:46.685Z] #49 DONE 0.2s [2021-09-24T13:23:46.686Z] [2021-09-24T13:23:46.686Z] #53 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-24T13:23:46.686Z] #53 sha256:d89ebe414c802e7da29a62fe7aec2a17ed2ace1e2bae76b48747cd5f5f288b7b [2021-09-24T13:23:46.686Z] #53 DONE 0.0s [2021-09-24T13:23:46.686Z] [2021-09-24T13:23:46.686Z] #55 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-24T13:23:46.686Z] #55 sha256:0754c48ecceea35ff9599e71bff12b5ae728f1ea3a3b5f54b2105fcf5de5aecd [2021-09-24T13:23:46.686Z] #55 DONE 0.1s [2021-09-24T13:23:46.686Z] [2021-09-24T13:23:46.686Z] #57 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-24T13:23:46.686Z] #57 sha256:80ab3be9420e2028064f6f3d3b3dab66334aae0e9ad07da3fee0880d6851e589 [2021-09-24T13:23:46.686Z] #57 DONE 0.1s [2021-09-24T13:23:46.686Z] [2021-09-24T13:23:46.686Z] #59 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-24T13:23:46.686Z] #59 sha256:320106ee8c0a28b7961bbfd2d227f997c3a1e0771d16ee6ed221fefd7e97924b [2021-09-24T13:23:46.757Z] #52 DONE 0.3s [2021-09-24T13:23:46.757Z] [2021-09-24T13:23:46.757Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-24T13:23:46.757Z] #54 sha256:875ca9b18987469dcb7929884bd30d42fc70fd09aa287a05da9b668adc20ecad [2021-09-24T13:23:46.757Z] #54 DONE 0.1s [2021-09-24T13:23:46.757Z] [2021-09-24T13:23:46.757Z] #55 [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-09-24T13:23:46.757Z] #55 sha256:06455272be19915ad3771a00a18f6054302dc7f411fa82dbf5579b2010d3bc30 [2021-09-24T13:23:46.862Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 58.6% of statements [2021-09-24T13:23:46.944Z] #59 DONE 0.1s [2021-09-24T13:23:46.944Z] [2021-09-24T13:23:46.944Z] #61 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-24T13:23:46.944Z] #61 sha256:7ad26e4cabbb4b0254f576569bf395f4af1398c2bdad0c1901fdbe2778d64dd5 [2021-09-24T13:23:46.944Z] #61 DONE 0.1s [2021-09-24T13:23:46.944Z] [2021-09-24T13:23:46.944Z] #65 [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-09-24T13:23:46.944Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:23:47.440Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2021-09-24T13:23:47.704Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 46.8% of statements [2021-09-24T13:23:47.968Z] ok github.com/docker/docker/daemon/network 0.016s coverage: 63.8% of statements [2021-09-24T13:23:48.545Z] ok github.com/docker/docker/distribution/metadata 0.110s coverage: 48.2% of statements [2021-09-24T13:23:49.499Z] ok github.com/docker/docker/daemon/logger/splunk 1.877s coverage: 82.5% of statements [2021-09-24T13:23:49.499Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-24T13:23:49.499Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-24T13:23:49.762Z] ok github.com/docker/docker/errdefs 0.008s coverage: 53.1% of statements [2021-09-24T13:23:50.339Z] ok github.com/docker/docker/distribution 0.163s coverage: 25.8% of statements [2021-09-24T13:23:50.339Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-24T13:23:50.668Z] === RUN TestCheckpointCreateError [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointCreate [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointDeleteError [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointDelete [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointListError [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointList [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointList (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCheckpointListContainerNotFound [2021-09-24T13:23:50.668Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNewClientWithOpsFromEnv [2021-09-24T13:23:50.668Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:23:50.668Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestGetAPIPath [2021-09-24T13:23:50.668Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestParseHostURL [2021-09-24T13:23:50.668Z] --- PASS: TestParseHostURL (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-24T13:23:50.668Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPIVersion [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPVersionOverride [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-24T13:23:50.668Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestClientRedirect [2021-09-24T13:23:50.668Z] --- PASS: TestClientRedirect (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigCreateUnsupported [2021-09-24T13:23:50.668Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigCreateError [2021-09-24T13:23:50.668Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigCreate [2021-09-24T13:23:50.668Z] --- PASS: TestConfigCreate (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspectNotFound [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspectWithEmptyID [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspectUnsupported [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspectError [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspectConfigNotFound [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigInspect [2021-09-24T13:23:50.668Z] --- PASS: TestConfigInspect (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigListUnsupported [2021-09-24T13:23:50.668Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigListError [2021-09-24T13:23:50.668Z] --- PASS: TestConfigListError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigList [2021-09-24T13:23:50.668Z] --- PASS: TestConfigList (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigRemoveUnsupported [2021-09-24T13:23:50.668Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigRemoveError [2021-09-24T13:23:50.668Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigRemove [2021-09-24T13:23:50.668Z] --- PASS: TestConfigRemove (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigUpdateUnsupported [2021-09-24T13:23:50.668Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigUpdateError [2021-09-24T13:23:50.668Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestConfigUpdate [2021-09-24T13:23:50.668Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCommitError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCommit [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCommit (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStatPathError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStatPathNotFoundError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStatPathNoHeaderError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStatPath [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyToContainerError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyToContainerNotFoundError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyToContainer [2021-09-24T13:23:50.668Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyFromContainerError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyFromContainerNotFoundError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-24T13:23:50.668Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestCopyFromContainer [2021-09-24T13:23:50.668Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCreateError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCreateImageNotFound [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCreateWithName [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerCreateAutoRemove [2021-09-24T13:23:50.668Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerDiffError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerDiff [2021-09-24T13:23:50.668Z] --- PASS: TestContainerDiff (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecCreateError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecCreate [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecStartError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecStart [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecInspectError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecInspect [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExportError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExportError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExport [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExport (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerInspectError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerInspectContainerNotFound [2021-09-24T13:23:50.668Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerInspectWithEmptyID [2021-09-24T13:23:50.668Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerInspect [2021-09-24T13:23:50.668Z] --- PASS: TestContainerInspect (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerInspectNode [2021-09-24T13:23:50.668Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerKillError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerKillError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerKill [2021-09-24T13:23:50.668Z] --- PASS: TestContainerKill (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerListError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerListError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerList [2021-09-24T13:23:50.668Z] --- PASS: TestContainerList (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerLogsNotFoundError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerLogsError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerLogs [2021-09-24T13:23:50.668Z] --- PASS: TestContainerLogs (0.14s) [2021-09-24T13:23:50.668Z] === RUN TestContainerPauseError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerPause [2021-09-24T13:23:50.668Z] --- PASS: TestContainerPause (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainersPruneError [2021-09-24T13:23:50.668Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainersPrune [2021-09-24T13:23:50.668Z] --- PASS: TestContainersPrune (0.01s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRemoveError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRemoveNotFoundError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRemove [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRemove (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRenameError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRename [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRename (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerResizeError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecResizeError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerResize [2021-09-24T13:23:50.668Z] --- PASS: TestContainerResize (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerExecResize [2021-09-24T13:23:50.668Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRestartError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerRestart [2021-09-24T13:23:50.668Z] --- PASS: TestContainerRestart (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStartError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStartError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStart [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStart (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStatsError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStats [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStats (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStopError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStopError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerStop [2021-09-24T13:23:50.668Z] --- PASS: TestContainerStop (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerTopError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerTopError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerTop [2021-09-24T13:23:50.668Z] --- PASS: TestContainerTop (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerUnpauseError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerUnpause [2021-09-24T13:23:50.668Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerUpdateError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerUpdate [2021-09-24T13:23:50.668Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerWaitError [2021-09-24T13:23:50.668Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestContainerWait [2021-09-24T13:23:50.668Z] --- PASS: TestContainerWait (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestDiskUsageError [2021-09-24T13:23:50.668Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestDiskUsage [2021-09-24T13:23:50.668Z] --- PASS: TestDiskUsage (0.00s) [2021-09-24T13:23:50.668Z] === RUN TestDistributionInspectUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestDistributionInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestEventsErrorInOptions [2021-09-24T13:23:50.669Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestEventsErrorFromServer [2021-09-24T13:23:50.669Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestEvents [2021-09-24T13:23:50.669Z] --- PASS: TestEvents (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestTLSCloseWriter [2021-09-24T13:23:50.669Z] === PAUSE TestTLSCloseWriter [2021-09-24T13:23:50.669Z] === RUN TestImageBuildError [2021-09-24T13:23:50.669Z] --- PASS: TestImageBuildError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageBuild [2021-09-24T13:23:50.669Z] --- PASS: TestImageBuild (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestGetDockerOS [2021-09-24T13:23:50.669Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageCreateError [2021-09-24T13:23:50.669Z] --- PASS: TestImageCreateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageCreate [2021-09-24T13:23:50.669Z] --- PASS: TestImageCreate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageHistoryError [2021-09-24T13:23:50.669Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageHistory [2021-09-24T13:23:50.669Z] --- PASS: TestImageHistory (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageImportError [2021-09-24T13:23:50.669Z] --- PASS: TestImageImportError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageImport [2021-09-24T13:23:50.669Z] --- PASS: TestImageImport (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestImageInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageInspectImageNotFound [2021-09-24T13:23:50.669Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageInspect [2021-09-24T13:23:50.669Z] --- PASS: TestImageInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageListError [2021-09-24T13:23:50.669Z] --- PASS: TestImageListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageList [2021-09-24T13:23:50.669Z] --- PASS: TestImageList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageListApiBefore125 [2021-09-24T13:23:50.669Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageLoadError [2021-09-24T13:23:50.669Z] --- PASS: TestImageLoadError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageLoad [2021-09-24T13:23:50.669Z] --- PASS: TestImageLoad (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagesPruneError [2021-09-24T13:23:50.669Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagesPrune [2021-09-24T13:23:50.669Z] --- PASS: TestImagesPrune (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullReferenceParseError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullAnyError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePullWithoutErrors [2021-09-24T13:23:50.669Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushReferenceError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushAnyError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithoutErrors [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-24T13:23:50.669Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageRemoveImageNotFound [2021-09-24T13:23:50.669Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageRemove [2021-09-24T13:23:50.669Z] --- PASS: TestImageRemove (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSaveError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSaveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSave [2021-09-24T13:23:50.669Z] --- PASS: TestImageSave (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchAnyError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageSearchWithoutErrors [2021-09-24T13:23:50.669Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageTagError [2021-09-24T13:23:50.669Z] --- PASS: TestImageTagError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageTagInvalidReference [2021-09-24T13:23:50.669Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageTagInvalidSourceImageName [2021-09-24T13:23:50.669Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageTagHexSource [2021-09-24T13:23:50.669Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestImageTag [2021-09-24T13:23:50.669Z] --- PASS: TestImageTag (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestInfoServerError [2021-09-24T13:23:50.669Z] --- PASS: TestInfoServerError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestInfoInvalidResponseJSONError [2021-09-24T13:23:50.669Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestInfo [2021-09-24T13:23:50.669Z] --- PASS: TestInfo (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkConnectError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkConnect [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkCreateError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkCreate [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkDisconnectError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkDisconnect [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkInspectNotFoundError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkInspect [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkListError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkList [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworksPruneError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworksPrune [2021-09-24T13:23:50.669Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNetworkRemove [2021-09-24T13:23:50.669Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeInspectNodeNotFound [2021-09-24T13:23:50.669Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeInspect [2021-09-24T13:23:50.669Z] --- PASS: TestNodeInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeListError [2021-09-24T13:23:50.669Z] --- PASS: TestNodeListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeList [2021-09-24T13:23:50.669Z] --- PASS: TestNodeList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeRemove [2021-09-24T13:23:50.669Z] --- PASS: TestNodeRemove (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeUpdateError [2021-09-24T13:23:50.669Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestNodeUpdate [2021-09-24T13:23:50.669Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestOptionWithTimeout [2021-09-24T13:23:50.669Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPingFail [2021-09-24T13:23:50.669Z] --- PASS: TestPingFail (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPingWithError [2021-09-24T13:23:50.669Z] 2021/09/24 13:23:49 RoundTripper returned a response & error; ignoring response [2021-09-24T13:23:50.669Z] 2021/09/24 13:23:49 RoundTripper returned a response & error; ignoring response [2021-09-24T13:23:50.669Z] --- PASS: TestPingWithError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPingSuccess [2021-09-24T13:23:50.669Z] --- PASS: TestPingSuccess (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPingHeadFallback [2021-09-24T13:23:50.669Z] === RUN TestPingHeadFallback/OK [2021-09-24T13:23:50.669Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-24T13:23:50.669Z] === RUN TestPingHeadFallback/Not_Found [2021-09-24T13:23:50.669Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-24T13:23:50.669Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-24T13:23:50.669Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginDisableError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginDisable [2021-09-24T13:23:50.669Z] --- PASS: TestPluginDisable (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginEnableError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginEnable [2021-09-24T13:23:50.669Z] --- PASS: TestPluginEnable (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginInspect [2021-09-24T13:23:50.669Z] --- PASS: TestPluginInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginListError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginList [2021-09-24T13:23:50.669Z] --- PASS: TestPluginList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginPushError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginPushError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginPush [2021-09-24T13:23:50.669Z] --- PASS: TestPluginPush (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginRemove [2021-09-24T13:23:50.669Z] --- PASS: TestPluginRemove (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginSetError [2021-09-24T13:23:50.669Z] --- PASS: TestPluginSetError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPluginSet [2021-09-24T13:23:50.669Z] --- PASS: TestPluginSet (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSetHostHeader [2021-09-24T13:23:50.669Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestPlainTextError [2021-09-24T13:23:50.669Z] --- PASS: TestPlainTextError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestInfiniteError [2021-09-24T13:23:50.669Z] --- PASS: TestInfiniteError (0.02s) [2021-09-24T13:23:50.669Z] === RUN TestCanceledContext [2021-09-24T13:23:50.669Z] 2021/09/24 13:23:49 RoundTripper returned a response & error; ignoring response [2021-09-24T13:23:50.669Z] --- PASS: TestCanceledContext (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestDeadlineExceededContext [2021-09-24T13:23:50.669Z] 2021/09/24 13:23:49 RoundTripper returned a response & error; ignoring response [2021-09-24T13:23:50.669Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretCreateUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretCreateError [2021-09-24T13:23:50.669Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretCreate [2021-09-24T13:23:50.669Z] --- PASS: TestSecretCreate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretInspectUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretInspectSecretNotFound [2021-09-24T13:23:50.669Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretInspect [2021-09-24T13:23:50.669Z] --- PASS: TestSecretInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretListUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretListError [2021-09-24T13:23:50.669Z] --- PASS: TestSecretListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretList [2021-09-24T13:23:50.669Z] --- PASS: TestSecretList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretRemoveUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretRemove [2021-09-24T13:23:50.669Z] --- PASS: TestSecretRemove (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretUpdateUnsupported [2021-09-24T13:23:50.669Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretUpdateError [2021-09-24T13:23:50.669Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestSecretUpdate [2021-09-24T13:23:50.669Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceCreateError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceCreate [2021-09-24T13:23:50.669Z] --- PASS: TestServiceCreate (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-24T13:23:50.669Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceCreateDigestPinning [2021-09-24T13:23:50.669Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceInspectError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceInspectServiceNotFound [2021-09-24T13:23:50.669Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceInspectWithEmptyID [2021-09-24T13:23:50.669Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceInspect [2021-09-24T13:23:50.669Z] --- PASS: TestServiceInspect (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceListError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceListError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceList [2021-09-24T13:23:50.669Z] --- PASS: TestServiceList (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceLogsError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceLogs [2021-09-24T13:23:50.669Z] --- PASS: TestServiceLogs (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceRemoveError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceRemoveNotFoundError [2021-09-24T13:23:50.669Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-24T13:23:50.669Z] === RUN TestServiceRemove [2021-09-24T13:23:50.670Z] --- PASS: TestServiceRemove (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestServiceUpdateError [2021-09-24T13:23:50.670Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestServiceUpdate [2021-09-24T13:23:50.670Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmGetUnlockKeyError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmGetUnlockKey [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmInitError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmInit [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmInit (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmInspectError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmInspect [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmJoinError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmJoin [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmLeaveError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmLeave [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmUnlockError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmUnlock [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmUpdateError [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestSwarmUpdate [2021-09-24T13:23:50.670Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestTaskInspectError [2021-09-24T13:23:50.670Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestTaskInspectWithEmptyID [2021-09-24T13:23:50.670Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestTaskInspect [2021-09-24T13:23:50.670Z] --- PASS: TestTaskInspect (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestTaskListError [2021-09-24T13:23:50.670Z] --- PASS: TestTaskListError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestTaskList [2021-09-24T13:23:50.670Z] --- PASS: TestTaskList (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeCreateError [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeCreate [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeInspectError [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeInspectNotFound [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeInspectWithEmptyID [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeInspect [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeListError [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeListError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeList [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeList (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeRemoveError [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-24T13:23:50.670Z] === RUN TestVolumeRemove [2021-09-24T13:23:50.670Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-24T13:23:50.670Z] === CONT TestTLSCloseWriter [2021-09-24T13:23:50.670Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-24T13:23:50.670Z] PASS [2021-09-24T13:23:50.670Z] coverage: 75.1% of statements [2021-09-24T13:23:50.670Z] ok github.com/docker/docker/client 0.360s coverage: 75.1% of statements [2021-09-24T13:23:50.916Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2021-09-24T13:23:50.916Z] ok github.com/docker/docker/image 0.057s coverage: 86.6% of statements [2021-09-24T13:23:51.181Z] ok github.com/docker/docker/distribution/xfer 1.748s coverage: 85.1% of statements [2021-09-24T13:23:51.181Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-24T13:23:51.490Z] ok github.com/docker/docker/image/v1 0.056s coverage: 25.0% of statements [2021-09-24T13:23:51.758Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.7% of statements [2021-09-24T13:23:51.758Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-24T13:23:51.758Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements [2021-09-24T13:23:52.737Z] ok github.com/docker/docker/oci 0.021s coverage: 43.3% of statements [2021-09-24T13:23:52.737Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-09-24T13:23:53.004Z] ok github.com/docker/docker/opts 0.074s coverage: 67.1% of statements [2021-09-24T13:23:53.951Z] ok github.com/docker/docker/pkg/broadcaster 0.018s coverage: 100.0% of statements [2021-09-24T13:23:54.527Z] ok github.com/docker/docker/pkg/capabilities 0.014s coverage: 87.5% of statements [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-24T13:23:54.825Z] === RUN TestBoolValue [2021-09-24T13:23:54.825Z] --- PASS: TestBoolValue (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestBoolValueOrDefault [2021-09-24T13:23:54.825Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestInt64ValueOrZero [2021-09-24T13:23:54.825Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestInt64ValueOrDefault [2021-09-24T13:23:54.825Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-24T13:23:54.825Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestJsonContentType [2021-09-24T13:23:54.825Z] --- PASS: TestJsonContentType (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 14.7% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/server/httputils 0.119s coverage: 14.7% of statements [2021-09-24T13:23:54.825Z] === RUN TestMaskSecretKeys [2021-09-24T13:23:54.825Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-24T13:23:54.825Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-24T13:23:54.825Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-24T13:23:54.825Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestVersionMiddlewareVersion [2021-09-24T13:23:54.825Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-24T13:23:54.825Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 37.7% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/server/middleware 0.047s coverage: 37.7% of statements [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-24T13:23:54.825Z] === RUN TestStrSliceMarshalJSON [2021-09-24T13:23:54.825Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestStrSliceUnmarshalJSON [2021-09-24T13:23:54.825Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestStrSliceUnmarshalString [2021-09-24T13:23:54.825Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestStrSliceUnmarshalSlice [2021-09-24T13:23:54.825Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 90.0% of statements [2021-09-24T13:23:54.825Z] === RUN TestAdjustForAPIVersion [2021-09-24T13:23:54.825Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 5.7% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/server/router/swarm 0.042s coverage: 5.7% of statements [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-24T13:23:54.825Z] === RUN TestToJSON [2021-09-24T13:23:54.825Z] --- PASS: TestToJSON (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestToParamWithVersion [2021-09-24T13:23:54.825Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestFromJSON [2021-09-24T13:23:54.825Z] --- PASS: TestFromJSON (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestEmpty [2021-09-24T13:23:54.825Z] --- PASS: TestEmpty (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestArgsMatchKVListEmptySources [2021-09-24T13:23:54.825Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestArgsMatchKVList [2021-09-24T13:23:54.825Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestArgsMatch [2021-09-24T13:23:54.825Z] --- PASS: TestArgsMatch (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestAdd [2021-09-24T13:23:54.825Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestDel [2021-09-24T13:23:54.825Z] --- PASS: TestDel (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestLen [2021-09-24T13:23:54.825Z] --- PASS: TestLen (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestExactMatch [2021-09-24T13:23:54.825Z] --- PASS: TestExactMatch (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestOnlyOneExactMatch [2021-09-24T13:23:54.825Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestContains [2021-09-24T13:23:54.825Z] --- PASS: TestContains (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestValidate [2021-09-24T13:23:54.825Z] --- PASS: TestValidate (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestWalkValues [2021-09-24T13:23:54.825Z] --- PASS: TestWalkValues (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestFuzzyMatch [2021-09-24T13:23:54.825Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestClone [2021-09-24T13:23:54.825Z] --- PASS: TestClone (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 92.2% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/types/filters 0.037s coverage: 92.2% of statements [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-24T13:23:54.825Z] === RUN TestDurationToSecondsString [2021-09-24T13:23:54.825Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestGetTimestamp [2021-09-24T13:23:54.825Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-24T13:23:54.825Z] === RUN TestParseTimestamps [2021-09-24T13:23:54.825Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 100.0% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/types/time 0.151s coverage: 100.0% of statements [2021-09-24T13:23:54.825Z] === RUN TestCompareVersion [2021-09-24T13:23:54.825Z] --- PASS: TestCompareVersion (0.00s) [2021-09-24T13:23:54.825Z] PASS [2021-09-24T13:23:54.825Z] coverage: 77.3% of statements [2021-09-24T13:23:54.825Z] ok github.com/docker/docker/api/types/versions 0.028s coverage: 77.3% of statements [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-24T13:23:54.825Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-24T13:23:54.825Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-24T13:23:54.825Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestCloneArgsSmartHttp [2021-09-24T13:23:54.825Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-09-24T13:23:54.825Z] === RUN TestCloneArgsDumbHttp [2021-09-24T13:23:54.825Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestCloneArgsGit [2021-09-24T13:23:54.825Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestCheckoutGit [2021-09-24T13:23:54.825Z] === RUN TestEnable [2021-09-24T13:23:54.825Z] --- PASS: TestEnable (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestDisable [2021-09-24T13:23:54.825Z] --- PASS: TestDisable (0.00s) [2021-09-24T13:23:54.825Z] === RUN TestEnabled [2021-09-24T13:23:54.826Z] --- PASS: TestEnabled (0.00s) [2021-09-24T13:23:54.826Z] PASS [2021-09-24T13:23:54.826Z] coverage: 100.0% of statements [2021-09-24T13:23:54.826Z] ok github.com/docker/docker/cli/debug 0.030s coverage: 100.0% of statements [2021-09-24T13:23:54.826Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-24T13:23:54.826Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestProcessNoDockerignore [2021-09-24T13:23:54.826Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-24T13:23:54.826Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDetectContentType [2021-09-24T13:23:54.826Z] --- PASS: TestDetectContentType (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestSelectAcceptableMIME [2021-09-24T13:23:54.826Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestInspectEmptyResponse [2021-09-24T13:23:54.826Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestInspectResponseBinary [2021-09-24T13:23:54.826Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestResponseUnsupportedContentType [2021-09-24T13:23:54.826Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestInspectResponseTextSimple [2021-09-24T13:23:54.826Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestInspectResponseEmptyContentType [2021-09-24T13:23:54.826Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestUnknownContentLength [2021-09-24T13:23:54.826Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDownloadRemote [2021-09-24T13:23:54.826Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-24T13:23:54.826Z] === RUN TestGetWithStatusError [2021-09-24T13:23:54.826Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestCloseRootDirectory [2021-09-24T13:23:54.826Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:54.826Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestHashFile [2021-09-24T13:23:54.826Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:54.826Z] --- SKIP: TestHashFile (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestHashSubdir [2021-09-24T13:23:54.826Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:54.826Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestRemoveDirectory [2021-09-24T13:23:54.826Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:23:54.826Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-24T13:23:54.826Z] PASS [2021-09-24T13:23:54.826Z] coverage: 9.3% of statements [2021-09-24T13:23:54.826Z] ok github.com/docker/docker/builder/remotecontext 0.181s coverage: 9.3% of statements [2021-09-24T13:23:54.826Z] === RUN TestGetAllAllowed [2021-09-24T13:23:54.826Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestGetAllMeta [2021-09-24T13:23:54.826Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-24T13:23:54.826Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestIsUnreferencedBuiltin [2021-09-24T13:23:54.826Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestIsExistingDirectory [2021-09-24T13:23:54.826Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestGetFilenameForDownload [2021-09-24T13:23:54.826Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestEnv2Variables [2021-09-24T13:23:54.826Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-24T13:23:54.826Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestMaintainer [2021-09-24T13:23:54.826Z] --- PASS: TestMaintainer (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestLabel [2021-09-24T13:23:54.826Z] --- PASS: TestLabel (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestFromScratch [2021-09-24T13:23:54.826Z] --- PASS: TestFromScratch (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestFromWithArg [2021-09-24T13:23:54.826Z] --- PASS: TestFromWithArg (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-24T13:23:54.826Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestFromWithUndefinedArg [2021-09-24T13:23:54.826Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestFromMultiStageWithNamedStage [2021-09-24T13:23:54.826Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestOnbuild [2021-09-24T13:23:54.826Z] --- PASS: TestOnbuild (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestWorkdir [2021-09-24T13:23:54.826Z] --- PASS: TestWorkdir (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestCmd [2021-09-24T13:23:54.826Z] --- PASS: TestCmd (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestHealthcheckNone [2021-09-24T13:23:54.826Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestHealthcheckCmd [2021-09-24T13:23:54.826Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestEntrypoint [2021-09-24T13:23:54.826Z] --- PASS: TestEntrypoint (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestExpose [2021-09-24T13:23:54.826Z] --- PASS: TestExpose (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestUser [2021-09-24T13:23:54.826Z] --- PASS: TestUser (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestVolume [2021-09-24T13:23:54.826Z] --- PASS: TestVolume (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestStopSignal [2021-09-24T13:23:54.826Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:23:54.826Z] --- SKIP: TestStopSignal (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestArg [2021-09-24T13:23:54.826Z] --- PASS: TestArg (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestShell [2021-09-24T13:23:54.826Z] --- PASS: TestShell (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestPrependEnvOnCmd [2021-09-24T13:23:54.826Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestRunWithBuildArgs [2021-09-24T13:23:54.826Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestRunIgnoresHealthcheck [2021-09-24T13:23:54.826Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDispatchUnsupportedOptions [2021-09-24T13:23:54.826Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-24T13:23:54.826Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-24T13:23:54.826Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-24T13:23:54.826Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestNormalizeWorkdir [2021-09-24T13:23:54.826Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDispatch [2021-09-24T13:23:54.826Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-24T13:23:54.826Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-24T13:23:54.826Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-24T13:23:54.826Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-24T13:23:54.826Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-24T13:23:54.826Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-24T13:23:54.826Z] === RUN TestDispatch/COPY_url [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch (0.05s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-24T13:23:54.826Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestAddScratchImageAddsToMounts [2021-09-24T13:23:54.826Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-24T13:23:54.826Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-24T13:23:54.826Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-24T13:23:54.826Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestImageSourceGetAddsToMounts [2021-09-24T13:23:54.826Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestEmptyDockerfile [2021-09-24T13:23:54.826Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestSymlinkDockerfile [2021-09-24T13:23:54.826Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-24T13:23:54.826Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestNonExistingDockerfile [2021-09-24T13:23:54.826Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestCopyRunConfig [2021-09-24T13:23:54.826Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestDeepCopyRunConfig [2021-09-24T13:23:54.826Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestExportImage [2021-09-24T13:23:54.826Z] --- PASS: TestExportImage (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestNormalizeDest [2021-09-24T13:23:54.826Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-24T13:23:54.826Z] PASS [2021-09-24T13:23:54.826Z] coverage: 46.8% of statements [2021-09-24T13:23:54.826Z] ok github.com/docker/docker/builder/dockerfile 0.137s coverage: 46.8% of statements [2021-09-24T13:23:54.826Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-24T13:23:54.826Z] === RUN TestTCP4Proxy [2021-09-24T13:23:54.826Z] --- PASS: TestTCP4Proxy (0.01s) [2021-09-24T13:23:54.826Z] === RUN TestTCP4ProxyHalfClose [2021-09-24T13:23:54.826Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestTCP6Proxy [2021-09-24T13:23:54.826Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:23:54.826Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestTCPDualStackProxy [2021-09-24T13:23:54.826Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:23:54.826Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestUDP4Proxy [2021-09-24T13:23:54.826Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestUDP6Proxy [2021-09-24T13:23:54.826Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:23:54.826Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestUDPWriteError [2021-09-24T13:23:54.826Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestSCTP4Proxy [2021-09-24T13:23:54.826Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:23:54.826Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-24T13:23:54.826Z] === RUN TestSCTP6Proxy [2021-09-24T13:23:54.826Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:23:54.826Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-24T13:23:54.826Z] PASS [2021-09-24T13:23:54.826Z] coverage: 49.4% of statements [2021-09-24T13:23:54.826Z] ok github.com/docker/docker/cmd/docker-proxy 0.054s coverage: 49.4% of statements [2021-09-24T13:23:55.105Z] ok github.com/docker/docker/pkg/authorization 1.070s coverage: 68.3% of statements [2021-09-24T13:23:55.681Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2021-09-24T13:23:56.256Z] ok github.com/docker/docker/pkg/archive 1.132s coverage: 82.3% of statements [2021-09-24T13:23:56.256Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-09-24T13:23:56.832Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-09-24T13:23:57.096Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-09-24T13:23:57.671Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-09-24T13:23:57.933Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-09-24T13:23:58.509Z] ok github.com/docker/docker/pkg/chrootarchive 2.954s coverage: 43.2% of statements [2021-09-24T13:23:59.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-24T13:23:59.084Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2021-09-24T13:23:59.084Z] ok github.com/docker/docker/pkg/fileutils 0.017s coverage: 83.1% of statements [2021-09-24T13:23:59.662Z] ok github.com/docker/docker/pkg/fsutils 0.252s coverage: 85.1% of statements [2021-09-24T13:23:59.662Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2021-09-24T13:24:00.239Z] ok github.com/docker/docker/pkg/discovery/kv 3.043s coverage: 84.1% of statements [2021-09-24T13:24:00.815Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-09-24T13:24:01.078Z] ok github.com/docker/docker/pkg/ioutils 0.590s coverage: 70.1% of statements [2021-09-24T13:24:01.078Z] ok github.com/docker/docker/pkg/idtools 0.707s coverage: 69.5% of statements [2021-09-24T13:24:01.078Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-09-24T13:24:01.342Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-09-24T13:24:01.342Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2021-09-24T13:24:01.623Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2021-09-24T13:24:01.886Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2021-09-24T13:24:01.886Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 86.7% of statements [2021-09-24T13:24:02.149Z] ok github.com/docker/docker/layer 7.862s coverage: 68.8% of statements [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-24T13:24:02.149Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-24T13:24:02.412Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2021-09-24T13:24:02.676Z] ok github.com/docker/docker/pkg/plugins/transport 0.019s coverage: 85.7% of statements [2021-09-24T13:24:02.939Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2021-09-24T13:24:02.939Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2021-09-24T13:24:03.366Z] === RUN TestCheckpointCreateError [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointCreate [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointDeleteError [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointDelete [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointListError [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointList [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointList (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestCheckpointListContainerNotFound [2021-09-24T13:24:03.366Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNewClientWithOpsFromEnv [2021-09-24T13:24:03.366Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:24:03.366Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestGetAPIPath [2021-09-24T13:24:03.366Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestParseHostURL [2021-09-24T13:24:03.366Z] --- PASS: TestParseHostURL (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-24T13:24:03.366Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPIVersion [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPVersionOverride [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-24T13:24:03.366Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestClientRedirect [2021-09-24T13:24:03.366Z] --- PASS: TestClientRedirect (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigCreateUnsupported [2021-09-24T13:24:03.366Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigCreateError [2021-09-24T13:24:03.366Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigCreate [2021-09-24T13:24:03.366Z] --- PASS: TestConfigCreate (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspectNotFound [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspectWithEmptyID [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspectUnsupported [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspectError [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspectConfigNotFound [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigInspect [2021-09-24T13:24:03.366Z] --- PASS: TestConfigInspect (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigListUnsupported [2021-09-24T13:24:03.366Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigListError [2021-09-24T13:24:03.366Z] --- PASS: TestConfigListError (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigList [2021-09-24T13:24:03.366Z] --- PASS: TestConfigList (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigRemoveUnsupported [2021-09-24T13:24:03.366Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-24T13:24:03.366Z] === RUN TestConfigRemoveError [2021-09-24T13:24:03.367Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestConfigRemove [2021-09-24T13:24:03.367Z] --- PASS: TestConfigRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestConfigUpdateUnsupported [2021-09-24T13:24:03.367Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestConfigUpdateError [2021-09-24T13:24:03.367Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestConfigUpdate [2021-09-24T13:24:03.367Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCommitError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCommit [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCommit (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStatPathError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStatPathNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStatPathNoHeaderError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStatPath [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyToContainerError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyToContainerNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyToContainer [2021-09-24T13:24:03.367Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyFromContainerError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyFromContainerNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-24T13:24:03.367Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestCopyFromContainer [2021-09-24T13:24:03.367Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCreateError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCreateImageNotFound [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCreateWithName [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerCreateAutoRemove [2021-09-24T13:24:03.367Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerDiffError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerDiff [2021-09-24T13:24:03.367Z] --- PASS: TestContainerDiff (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecCreateError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecCreate [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecStartError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecStart [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecInspectError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecInspect [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExportError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExportError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExport [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExport (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerInspectError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerInspectContainerNotFound [2021-09-24T13:24:03.367Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerInspectWithEmptyID [2021-09-24T13:24:03.367Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerInspect [2021-09-24T13:24:03.367Z] --- PASS: TestContainerInspect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerInspectNode [2021-09-24T13:24:03.367Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerKillError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerKillError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerKill [2021-09-24T13:24:03.367Z] --- PASS: TestContainerKill (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerListError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerListError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerList [2021-09-24T13:24:03.367Z] --- PASS: TestContainerList (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerLogsNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerLogsError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerLogs [2021-09-24T13:24:03.367Z] --- PASS: TestContainerLogs (0.14s) [2021-09-24T13:24:03.367Z] === RUN TestContainerPauseError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerPause [2021-09-24T13:24:03.367Z] --- PASS: TestContainerPause (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainersPruneError [2021-09-24T13:24:03.367Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainersPrune [2021-09-24T13:24:03.367Z] --- PASS: TestContainersPrune (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRemoveError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRemoveNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRemove [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRenameError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRename [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRename (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerResizeError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecResizeError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerResize [2021-09-24T13:24:03.367Z] --- PASS: TestContainerResize (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerExecResize [2021-09-24T13:24:03.367Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRestartError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerRestart [2021-09-24T13:24:03.367Z] --- PASS: TestContainerRestart (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStartError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStartError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStart [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStart (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStatsError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStats [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStats (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStopError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStopError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerStop [2021-09-24T13:24:03.367Z] --- PASS: TestContainerStop (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerTopError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerTopError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerTop [2021-09-24T13:24:03.367Z] --- PASS: TestContainerTop (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerUnpauseError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerUnpause [2021-09-24T13:24:03.367Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerUpdateError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerUpdate [2021-09-24T13:24:03.367Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerWaitError [2021-09-24T13:24:03.367Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestContainerWait [2021-09-24T13:24:03.367Z] --- PASS: TestContainerWait (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestDiskUsageError [2021-09-24T13:24:03.367Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestDiskUsage [2021-09-24T13:24:03.367Z] --- PASS: TestDiskUsage (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestDistributionInspectUnsupported [2021-09-24T13:24:03.367Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestDistributionInspectWithEmptyID [2021-09-24T13:24:03.367Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestEventsErrorInOptions [2021-09-24T13:24:03.367Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestEventsErrorFromServer [2021-09-24T13:24:03.367Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestEvents [2021-09-24T13:24:03.367Z] --- PASS: TestEvents (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestTLSCloseWriter [2021-09-24T13:24:03.367Z] === PAUSE TestTLSCloseWriter [2021-09-24T13:24:03.367Z] === RUN TestImageBuildError [2021-09-24T13:24:03.367Z] --- PASS: TestImageBuildError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageBuild [2021-09-24T13:24:03.367Z] --- PASS: TestImageBuild (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestGetDockerOS [2021-09-24T13:24:03.367Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageCreateError [2021-09-24T13:24:03.367Z] --- PASS: TestImageCreateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageCreate [2021-09-24T13:24:03.367Z] --- PASS: TestImageCreate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageHistoryError [2021-09-24T13:24:03.367Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageHistory [2021-09-24T13:24:03.367Z] --- PASS: TestImageHistory (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageImportError [2021-09-24T13:24:03.367Z] --- PASS: TestImageImportError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageImport [2021-09-24T13:24:03.367Z] --- PASS: TestImageImport (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageInspectError [2021-09-24T13:24:03.367Z] --- PASS: TestImageInspectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageInspectImageNotFound [2021-09-24T13:24:03.367Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageInspectWithEmptyID [2021-09-24T13:24:03.367Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageInspect [2021-09-24T13:24:03.367Z] --- PASS: TestImageInspect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageListError [2021-09-24T13:24:03.367Z] --- PASS: TestImageListError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageList [2021-09-24T13:24:03.367Z] --- PASS: TestImageList (0.01s) [2021-09-24T13:24:03.367Z] === RUN TestImageListApiBefore125 [2021-09-24T13:24:03.367Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageLoadError [2021-09-24T13:24:03.367Z] --- PASS: TestImageLoadError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageLoad [2021-09-24T13:24:03.367Z] --- PASS: TestImageLoad (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagesPruneError [2021-09-24T13:24:03.367Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagesPrune [2021-09-24T13:24:03.367Z] --- PASS: TestImagesPrune (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullReferenceParseError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullAnyError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePullWithoutErrors [2021-09-24T13:24:03.367Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushReferenceError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushAnyError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithoutErrors [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-24T13:24:03.367Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-24T13:24:03.367Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageRemoveError [2021-09-24T13:24:03.367Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageRemoveImageNotFound [2021-09-24T13:24:03.367Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageRemove [2021-09-24T13:24:03.367Z] --- PASS: TestImageRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSaveError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSaveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSave [2021-09-24T13:24:03.367Z] --- PASS: TestImageSave (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchAnyError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageSearchWithoutErrors [2021-09-24T13:24:03.367Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageTagError [2021-09-24T13:24:03.367Z] --- PASS: TestImageTagError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageTagInvalidReference [2021-09-24T13:24:03.367Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageTagInvalidSourceImageName [2021-09-24T13:24:03.367Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageTagHexSource [2021-09-24T13:24:03.367Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestImageTag [2021-09-24T13:24:03.367Z] --- PASS: TestImageTag (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestInfoServerError [2021-09-24T13:24:03.367Z] --- PASS: TestInfoServerError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestInfoInvalidResponseJSONError [2021-09-24T13:24:03.367Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestInfo [2021-09-24T13:24:03.367Z] --- PASS: TestInfo (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkConnectError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkConnect [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkCreateError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkCreate [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkDisconnectError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkDisconnect [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkInspectError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkInspectNotFoundError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkInspectWithEmptyID [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkInspect [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkListError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkListError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkList [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkList (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworksPruneError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworksPrune [2021-09-24T13:24:03.367Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkRemoveError [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNetworkRemove [2021-09-24T13:24:03.367Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeInspectError [2021-09-24T13:24:03.367Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeInspectNodeNotFound [2021-09-24T13:24:03.367Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeInspectWithEmptyID [2021-09-24T13:24:03.367Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeInspect [2021-09-24T13:24:03.367Z] --- PASS: TestNodeInspect (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeListError [2021-09-24T13:24:03.367Z] --- PASS: TestNodeListError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeList [2021-09-24T13:24:03.367Z] --- PASS: TestNodeList (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeRemoveError [2021-09-24T13:24:03.367Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeRemove [2021-09-24T13:24:03.367Z] --- PASS: TestNodeRemove (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeUpdateError [2021-09-24T13:24:03.367Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestNodeUpdate [2021-09-24T13:24:03.367Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestOptionWithTimeout [2021-09-24T13:24:03.367Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-24T13:24:03.367Z] === RUN TestPingFail [2021-09-24T13:24:03.367Z] --- PASS: TestPingFail (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPingWithError [2021-09-24T13:24:03.368Z] 2021/09/24 13:24:02 RoundTripper returned a response & error; ignoring response [2021-09-24T13:24:03.368Z] 2021/09/24 13:24:02 RoundTripper returned a response & error; ignoring response [2021-09-24T13:24:03.368Z] --- PASS: TestPingWithError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPingSuccess [2021-09-24T13:24:03.368Z] --- PASS: TestPingSuccess (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPingHeadFallback [2021-09-24T13:24:03.368Z] === RUN TestPingHeadFallback/OK [2021-09-24T13:24:03.368Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-24T13:24:03.368Z] === RUN TestPingHeadFallback/Not_Found [2021-09-24T13:24:03.368Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-24T13:24:03.368Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-24T13:24:03.368Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-24T13:24:03.368Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-24T13:24:03.368Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-24T13:24:03.368Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginDisableError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginDisable [2021-09-24T13:24:03.368Z] --- PASS: TestPluginDisable (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginEnableError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginEnable [2021-09-24T13:24:03.368Z] --- PASS: TestPluginEnable (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginInspectWithEmptyID [2021-09-24T13:24:03.368Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginInspect [2021-09-24T13:24:03.368Z] --- PASS: TestPluginInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginListError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginListError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginList [2021-09-24T13:24:03.368Z] --- PASS: TestPluginList (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginPushError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginPushError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginPush [2021-09-24T13:24:03.368Z] --- PASS: TestPluginPush (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginRemoveError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginRemove [2021-09-24T13:24:03.368Z] --- PASS: TestPluginRemove (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginSetError [2021-09-24T13:24:03.368Z] --- PASS: TestPluginSetError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPluginSet [2021-09-24T13:24:03.368Z] --- PASS: TestPluginSet (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSetHostHeader [2021-09-24T13:24:03.368Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestPlainTextError [2021-09-24T13:24:03.368Z] --- PASS: TestPlainTextError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestInfiniteError [2021-09-24T13:24:03.368Z] --- PASS: TestInfiniteError (0.03s) [2021-09-24T13:24:03.368Z] === RUN TestCanceledContext [2021-09-24T13:24:03.368Z] 2021/09/24 13:24:02 RoundTripper returned a response & error; ignoring response [2021-09-24T13:24:03.368Z] --- PASS: TestCanceledContext (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestDeadlineExceededContext [2021-09-24T13:24:03.368Z] 2021/09/24 13:24:02 RoundTripper returned a response & error; ignoring response [2021-09-24T13:24:03.368Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretCreateUnsupported [2021-09-24T13:24:03.368Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretCreateError [2021-09-24T13:24:03.368Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretCreate [2021-09-24T13:24:03.368Z] --- PASS: TestSecretCreate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretInspectUnsupported [2021-09-24T13:24:03.368Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretInspectSecretNotFound [2021-09-24T13:24:03.368Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretInspectWithEmptyID [2021-09-24T13:24:03.368Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretInspect [2021-09-24T13:24:03.368Z] --- PASS: TestSecretInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretListUnsupported [2021-09-24T13:24:03.368Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretListError [2021-09-24T13:24:03.368Z] --- PASS: TestSecretListError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretList [2021-09-24T13:24:03.368Z] --- PASS: TestSecretList (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretRemoveUnsupported [2021-09-24T13:24:03.368Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretRemoveError [2021-09-24T13:24:03.368Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretRemove [2021-09-24T13:24:03.368Z] --- PASS: TestSecretRemove (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretUpdateUnsupported [2021-09-24T13:24:03.368Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretUpdateError [2021-09-24T13:24:03.368Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSecretUpdate [2021-09-24T13:24:03.368Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceCreateError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceCreate [2021-09-24T13:24:03.368Z] --- PASS: TestServiceCreate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-24T13:24:03.368Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceCreateDigestPinning [2021-09-24T13:24:03.368Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceInspectServiceNotFound [2021-09-24T13:24:03.368Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceInspectWithEmptyID [2021-09-24T13:24:03.368Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceInspect [2021-09-24T13:24:03.368Z] --- PASS: TestServiceInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceListError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceListError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceList [2021-09-24T13:24:03.368Z] --- PASS: TestServiceList (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceLogsError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceLogs [2021-09-24T13:24:03.368Z] --- PASS: TestServiceLogs (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceRemoveError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceRemoveNotFoundError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceRemove [2021-09-24T13:24:03.368Z] --- PASS: TestServiceRemove (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceUpdateError [2021-09-24T13:24:03.368Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestServiceUpdate [2021-09-24T13:24:03.368Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmGetUnlockKeyError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmGetUnlockKey [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmInitError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmInit [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmInit (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmInspect [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmJoinError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmJoin [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmLeaveError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmLeave [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmUnlockError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmUnlock [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmUpdateError [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestSwarmUpdate [2021-09-24T13:24:03.368Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestTaskInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestTaskInspectWithEmptyID [2021-09-24T13:24:03.368Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestTaskInspect [2021-09-24T13:24:03.368Z] --- PASS: TestTaskInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestTaskListError [2021-09-24T13:24:03.368Z] --- PASS: TestTaskListError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestTaskList [2021-09-24T13:24:03.368Z] --- PASS: TestTaskList (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeCreateError [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeCreate [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeInspectError [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeInspectNotFound [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeInspectWithEmptyID [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeInspect [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeListError [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeListError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeList [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeList (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeRemoveError [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-24T13:24:03.368Z] === RUN TestVolumeRemove [2021-09-24T13:24:03.368Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-24T13:24:03.368Z] === CONT TestTLSCloseWriter [2021-09-24T13:24:03.368Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-24T13:24:03.368Z] PASS [2021-09-24T13:24:03.368Z] coverage: 75.1% of statements [2021-09-24T13:24:03.368Z] ok github.com/docker/docker/client 0.335s coverage: 75.1% of statements [2021-09-24T13:24:03.515Z] ok github.com/docker/docker/pkg/reexec 0.021s coverage: 82.4% of statements [2021-09-24T13:24:03.515Z] ok github.com/docker/docker/pkg/stack 0.006s coverage: 90.9% of statements [2021-09-24T13:24:03.778Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2021-09-24T13:24:04.041Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-09-24T13:24:04.041Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2021-09-24T13:24:04.306Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-09-24T13:24:04.569Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 51.2% of statements [2021-09-24T13:24:05.033Z] #65 ... [2021-09-24T13:24:05.033Z] [2021-09-24T13:24:05.033Z] #62 [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-09-24T13:24:05.033Z] #62 sha256:b139a1bb5154fed6e8d2ff371cd8294b157e11d9a6e7ad2efaef72db103ac078 [2021-09-24T13:24:05.033Z] #62 85.37 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-24T13:24:05.033Z] #62 86.27 + mkdir -p /build [2021-09-24T13:24:05.033Z] #62 86.27 + cp runc /build/runc [2021-09-24T13:24:05.033Z] #62 DONE 86.6s [2021-09-24T13:24:05.033Z] [2021-09-24T13:24:05.033Z] #65 [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-09-24T13:24:05.033Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:24:05.033Z] #65 ... [2021-09-24T13:24:05.033Z] [2021-09-24T13:24:05.033Z] #63 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-24T13:24:05.033Z] #63 sha256:051a511577b435acf47ff08cf56ffd9149d4acb137544e20dbc505141da01c4b [2021-09-24T13:24:05.033Z] #63 DONE 0.1s [2021-09-24T13:24:05.033Z] [2021-09-24T13:24:05.033Z] #65 [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-09-24T13:24:05.033Z] #65 sha256:b8fe56765e9977ef4407bc5fc1914d37391e89b7239f1a579b88bbda85fb7b4b [2021-09-24T13:24:05.146Z] ok github.com/docker/docker/pkg/system 0.029s coverage: 40.1% of statements [2021-09-24T13:24:05.146Z] ok github.com/docker/docker/pkg/tailfile 0.131s coverage: 88.6% of statements [2021-09-24T13:24:05.410Z] coverage: [no statements] [2021-09-24T13:24:05.410Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] [2021-09-24T13:24:05.472Z] --- PASS: TestCheckoutGit (25.14s) [2021-09-24T13:24:05.472Z] === RUN TestValidGitTransport [2021-09-24T13:24:05.472Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-24T13:24:05.472Z] === RUN TestGitInvalidRef [2021-09-24T13:24:05.472Z] --- PASS: TestGitInvalidRef (0.15s) [2021-09-24T13:24:05.472Z] PASS [2021-09-24T13:24:05.472Z] coverage: 86.3% of statements [2021-09-24T13:24:05.472Z] ok github.com/docker/docker/builder/remotecontext/git 25.352s coverage: 86.3% of statements [2021-09-24T13:24:05.472Z] ? github.com/docker/docker/cli [no test files] [2021-09-24T13:24:05.472Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-24T13:24:05.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-24T13:24:05.673Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-09-24T13:24:05.673Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2021-09-24T13:24:05.673Z] ok github.com/docker/docker/pkg/tarsum 0.178s coverage: 89.3% of statements [2021-09-24T13:24:05.935Z] ok github.com/docker/docker/pkg/useragent 0.012s coverage: 88.9% of statements [2021-09-24T13:24:06.512Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.4% of statements [2021-09-24T13:24:07.461Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 86.0% of statements [2021-09-24T13:24:08.038Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2021-09-24T13:24:08.038Z] ok github.com/docker/docker/plugin 0.540s coverage: 23.2% of statements [2021-09-24T13:24:08.321Z] #65 147.6 # github.com/containerd/containerd/cmd/containerd [2021-09-24T13:24:08.321Z] #65 147.6 /usr/bin/ld: /tmp/go-link-2885222035/000019.o: in function `New': [2021-09-24T13:24:08.321Z] #65 147.6 /tmp/tmp.GO95wHyj2M/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-09-24T13:24:08.321Z] #65 147.7 + bin/containerd-stress [2021-09-24T13:24:08.989Z] ok github.com/docker/docker/registry/resumable 0.052s coverage: 100.0% of statements [2021-09-24T13:24:08.989Z] ok github.com/docker/docker/quota 0.501s coverage: 71.4% of statements [2021-09-24T13:24:09.258Z] #65 148.7 + bin/containerd-shim [2021-09-24T13:24:09.566Z] ok github.com/docker/docker/restartmanager 0.019s coverage: 45.3% of statements [2021-09-24T13:24:09.566Z] ok github.com/docker/docker/registry 0.134s coverage: 58.8% of statements [2021-09-24T13:24:09.829Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-24T13:24:10.156Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestConfigureDaemonLogs [2021-09-24T13:24:10.156Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestCommonOptionsInstallFlags [2021-09-24T13:24:10.156Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-24T13:24:10.156Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-24T13:24:10.156Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-24T13:24:10.156Z] PASS [2021-09-24T13:24:10.156Z] coverage: 18.6% of statements [2021-09-24T13:24:10.156Z] ok github.com/docker/docker/cmd/dockerd 0.280s coverage: 18.6% of statements [2021-09-24T13:24:10.156Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-24T13:24:10.156Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-24T13:24:10.407Z] ok github.com/docker/docker/runconfig 0.042s coverage: 66.1% of statements [2021-09-24T13:24:10.468Z] Removing intermediate container 401e6d43f8ab [2021-09-24T13:24:10.468Z] ---> d36031a7815b [2021-09-24T13:24:10.468Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-09-24T13:24:10.468Z] ---> Running in b8d875e71323 [2021-09-24T13:24:10.468Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-24T13:24:10.468Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-24T13:24:10.468Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-24T13:24:10.468Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-24T13:24:10.468Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-24T13:24:10.468Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-24T13:24:10.468Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-24T13:24:10.468Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-24T13:24:10.468Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-24T13:24:10.468Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-24T13:24:10.468Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-24T13:24:11.123Z] === RUN TestContainerStopSignal [2021-09-24T13:24:11.123Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestContainerStopTimeout [2021-09-24T13:24:11.123Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-24T13:24:11.123Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-24T13:24:11.123Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-24T13:24:11.123Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestReplaceAndAppendEnvVars [2021-09-24T13:24:11.123Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-24T13:24:11.123Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestNewMemoryStore [2021-09-24T13:24:11.123Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestAddContainers [2021-09-24T13:24:11.123Z] --- PASS: TestAddContainers (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestGetContainer [2021-09-24T13:24:11.123Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestDeleteContainer [2021-09-24T13:24:11.123Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestListContainers [2021-09-24T13:24:11.123Z] --- PASS: TestListContainers (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestFirstContainer [2021-09-24T13:24:11.123Z] --- PASS: TestFirstContainer (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestApplyAllContainer [2021-09-24T13:24:11.123Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestIsValidHealthString [2021-09-24T13:24:11.123Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestStateRunStop [2021-09-24T13:24:11.123Z] --- PASS: TestStateRunStop (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestStateTimeoutWait [2021-09-24T13:24:11.123Z] state_test.go:141: Stop callback fired [2021-09-24T13:24:11.123Z] state_test.go:165: Stop callback fired [2021-09-24T13:24:11.123Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-24T13:24:11.123Z] === RUN TestIsValidStateString [2021-09-24T13:24:11.123Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestViewSaveDelete [2021-09-24T13:24:11.123Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-24T13:24:11.123Z] === RUN TestViewAll [2021-09-24T13:24:11.123Z] --- PASS: TestViewAll (0.01s) [2021-09-24T13:24:11.123Z] === RUN TestViewGet [2021-09-24T13:24:11.123Z] --- PASS: TestViewGet (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestNames [2021-09-24T13:24:11.123Z] --- PASS: TestNames (0.00s) [2021-09-24T13:24:11.123Z] === RUN TestViewWithHealthCheck [2021-09-24T13:24:11.123Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-24T13:24:11.123Z] PASS [2021-09-24T13:24:11.123Z] coverage: 41.5% of statements [2021-09-24T13:24:11.123Z] ok github.com/docker/docker/container 0.202s coverage: 41.5% of statements [2021-09-24T13:24:11.123Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-24T13:24:11.123Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-24T13:24:11.123Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-24T13:24:11.123Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-24T13:24:11.803Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2021-09-24T13:24:12.091Z] === RUN TestPrepare [2021-09-24T13:24:12.091Z] --- PASS: TestPrepare (0.00s) [2021-09-24T13:24:12.091Z] === RUN TestStart [2021-09-24T13:24:12.091Z] --- PASS: TestStart (0.00s) [2021-09-24T13:24:12.091Z] === RUN TestWaitCancel [2021-09-24T13:24:12.091Z] --- PASS: TestWaitCancel (0.00s) [2021-09-24T13:24:12.091Z] === RUN TestWaitDisabled [2021-09-24T13:24:12.091Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-24T13:24:12.091Z] === RUN TestWaitEnabled [2021-09-24T13:24:12.091Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-24T13:24:12.091Z] === RUN TestRemove [2021-09-24T13:24:12.091Z] --- PASS: TestRemove (0.00s) [2021-09-24T13:24:12.091Z] PASS [2021-09-24T13:24:12.091Z] coverage: 65.3% of statements [2021-09-24T13:24:12.091Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.054s coverage: 65.3% of statements [2021-09-24T13:24:13.197Z] ok github.com/docker/docker/volume/mounts 0.023s coverage: 67.7% of statements [2021-09-24T13:24:13.197Z] ok github.com/docker/docker/volume/local 0.197s coverage: 76.4% of statements [2021-09-24T13:24:13.500Z] #55 ... [2021-09-24T13:24:13.500Z] [2021-09-24T13:24:13.500Z] #58 [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-09-24T13:24:13.500Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:24:13.500Z] #58 262.9 + bin/containerd [2021-09-24T13:24:13.627Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-24T13:24:13.627Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-24T13:24:13.627Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-24T13:24:13.627Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-24T13:24:14.085Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-24T13:24:14.085Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-24T13:24:14.085Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-24T13:24:14.085Z] PASS [2021-09-24T13:24:14.085Z] coverage: 35.9% of statements [2021-09-24T13:24:14.085Z] ok github.com/docker/docker/daemon/cluster/convert 0.590s coverage: 35.9% of statements [2021-09-24T13:24:14.085Z] === RUN TestNewListSecretsFilters [2021-09-24T13:24:14.085Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-24T13:24:14.085Z] === RUN TestNewListConfigsFilters [2021-09-24T13:24:14.085Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-24T13:24:14.085Z] PASS [2021-09-24T13:24:14.085Z] coverage: 0.5% of statements [2021-09-24T13:24:14.085Z] ok github.com/docker/docker/daemon/cluster 0.831s coverage: 0.5% of statements [2021-09-24T13:24:15.115Z] ok github.com/docker/docker/volume/service 0.022s coverage: 72.3% of statements [2021-09-24T13:24:15.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-24T13:24:15.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-24T13:24:15.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-24T13:24:16.272Z] === RUN TestBuilderGC [2021-09-24T13:24:16.272Z] --- PASS: TestBuilderGC (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationNotFound [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonBrokenConfiguration [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestParseClusterAdvertiseSettings [2021-09-24T13:24:16.272Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestFindConfigurationConflicts [2021-09-24T13:24:16.272Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-24T13:24:16.272Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-24T13:24:16.272Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-24T13:24:16.272Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-24T13:24:16.272Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-24T13:24:16.272Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_label [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_dns [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-24T13:24:16.272Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-24T13:24:16.272Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestModifiedDiscoverySettings [2021-09-24T13:24:16.272Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-24T13:24:16.272Z] === RUN TestReloadSetConfigFileNotExist [2021-09-24T13:24:16.272Z] time="2021-09-24T13:24:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-24T13:24:16.272Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-09-24T13:24:16.272Z] === RUN TestReloadDefaultConfigNotExist [2021-09-24T13:24:16.272Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:16.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-24T13:24:16.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-24T13:24:16.731Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-09-24T13:24:16.731Z] === RUN TestReloadBadDefaultConfig [2021-09-24T13:24:16.731Z] time="2021-09-24T13:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3699450021" [2021-09-24T13:24:16.731Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-24T13:24:16.731Z] === RUN TestReloadWithConflictingLabels [2021-09-24T13:24:16.731Z] time="2021-09-24T13:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3968275621" [2021-09-24T13:24:16.731Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-24T13:24:16.731Z] === RUN TestReloadWithDuplicateLabels [2021-09-24T13:24:16.731Z] time="2021-09-24T13:24:16Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2281984617" [2021-09-24T13:24:16.731Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-24T13:24:16.731Z] === RUN TestDaemonConfigurationMerge [2021-09-24T13:24:16.731Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-24T13:24:16.731Z] PASS [2021-09-24T13:24:16.731Z] coverage: 80.2% of statements [2021-09-24T13:24:16.731Z] ok github.com/docker/docker/daemon/config 0.227s coverage: 80.2% of statements [2021-09-24T13:24:16.731Z] === RUN TestDiscoveryOptsErrors [2021-09-24T13:24:16.731Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-24T13:24:16.731Z] === RUN TestDiscoveryOpts [2021-09-24T13:24:16.731Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-24T13:24:16.731Z] PASS [2021-09-24T13:24:16.731Z] coverage: 30.0% of statements [2021-09-24T13:24:16.731Z] ok github.com/docker/docker/daemon/discovery 0.063s coverage: 30.0% of statements [2021-09-24T13:24:16.797Z] #58 ... [2021-09-24T13:24:16.797Z] [2021-09-24T13:24:16.797Z] #55 [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-09-24T13:24:16.797Z] #55 sha256:06455272be19915ad3771a00a18f6054302dc7f411fa82dbf5579b2010d3bc30 [2021-09-24T13:24:16.797Z] #55 158.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-24T13:24:16.797Z] #55 159.6 + mkdir -p /build [2021-09-24T13:24:17.058Z] #55 159.6 + cp runc /build/runc [2021-09-24T13:24:17.374Z] #65 156.0 + bin/containerd-shim-runc-v1 [2021-09-24T13:24:17.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-24T13:24:17.698Z] === RUN TestWaitNodeAttachment [2021-09-24T13:24:18.138Z] --- PASS: TestCheckoutGit (25.26s) [2021-09-24T13:24:18.138Z] === RUN TestValidGitTransport [2021-09-24T13:24:18.138Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-24T13:24:18.138Z] === RUN TestGitInvalidRef [2021-09-24T13:24:18.138Z] --- PASS: TestGitInvalidRef (0.16s) [2021-09-24T13:24:18.138Z] PASS [2021-09-24T13:24:18.138Z] coverage: 86.3% of statements [2021-09-24T13:24:18.138Z] ok github.com/docker/docker/builder/remotecontext/git 25.472s coverage: 86.3% of statements [2021-09-24T13:24:18.138Z] ? github.com/docker/docker/cli [no test files] [2021-09-24T13:24:18.138Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-24T13:24:18.156Z] === RUN TestEventsLog [2021-09-24T13:24:18.156Z] --- PASS: TestEventsLog (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestEventsLogTimeout [2021-09-24T13:24:18.156Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestLogEvents [2021-09-24T13:24:18.156Z] --- PASS: TestLogEvents (0.05s) [2021-09-24T13:24:18.156Z] === RUN TestLoadBufferedEvents [2021-09-24T13:24:18.156Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-24T13:24:18.156Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-24T13:24:18.156Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-24T13:24:18.156Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-24T13:24:18.156Z] PASS [2021-09-24T13:24:18.156Z] coverage: 50.0% of statements [2021-09-24T13:24:18.156Z] ok github.com/docker/docker/daemon/events 0.295s coverage: 50.0% of statements [2021-09-24T13:24:18.156Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-24T13:24:18.156Z] === RUN TestIsolationConversion [2021-09-24T13:24:18.156Z] === RUN TestIsolationConversion/default [2021-09-24T13:24:18.156Z] === RUN TestIsolationConversion/process [2021-09-24T13:24:18.156Z] === RUN TestIsolationConversion/hyperv [2021-09-24T13:24:18.156Z] --- PASS: TestIsolationConversion (0.01s) [2021-09-24T13:24:18.156Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestContainerLabels [2021-09-24T13:24:18.156Z] --- PASS: TestContainerLabels (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestCredentialSpecConversion [2021-09-24T13:24:18.156Z] === RUN TestCredentialSpecConversion/none [2021-09-24T13:24:18.156Z] === RUN TestCredentialSpecConversion/config [2021-09-24T13:24:18.156Z] === RUN TestCredentialSpecConversion/file [2021-09-24T13:24:18.156Z] === RUN TestCredentialSpecConversion/registry [2021-09-24T13:24:18.156Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-24T13:24:18.156Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountBind [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountVolume [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountTarget [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountTmpfs [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountInvalidType [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-24T13:24:18.156Z] === RUN TestControllerValidateMountNamedPipe [2021-09-24T13:24:18.156Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-24T13:24:18.156Z] PASS [2021-09-24T13:24:18.156Z] coverage: 11.0% of statements [2021-09-24T13:24:18.156Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.581s coverage: 11.0% of statements [2021-09-24T13:24:18.614Z] === RUN TestVerifyNetworkingConfig [2021-09-24T13:24:18.614Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestGetContainer [2021-09-24T13:24:18.614Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestValidContainerNames [2021-09-24T13:24:18.614Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestContainerInitDNS [2021-09-24T13:24:18.614Z] daemon_test.go:146: root required [2021-09-24T13:24:18.614Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestMerge [2021-09-24T13:24:18.614Z] --- PASS: TestMerge (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestValidateContainerIsolation [2021-09-24T13:24:18.614Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-24T13:24:18.614Z] === RUN TestFindNetworkErrorType [2021-09-24T13:24:18.615Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestEnsureServicesExist [2021-09-24T13:24:18.615Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestEnsureServicesExistErrors [2021-09-24T13:24:18.615Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-24T13:24:18.615Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-24T13:24:18.615Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-24T13:24:18.615Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestContainerDelete [2021-09-24T13:24:18.615Z] --- PASS: TestContainerDelete (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestContainerDoubleDelete [2021-09-24T13:24:18.615Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestLogContainerEventCopyLabels [2021-09-24T13:24:18.615Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestLogContainerEventWithAttributes [2021-09-24T13:24:18.615Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestNoneHealthcheck [2021-09-24T13:24:18.615Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestHealthStates [2021-09-24T13:24:18.615Z] === RUN TestIsEmptyDir [2021-09-24T13:24:18.615Z] --- PASS: TestIsEmptyDir (0.01s) [2021-09-24T13:24:18.615Z] PASS [2021-09-24T13:24:18.615Z] coverage: 2.3% of statements [2021-09-24T13:24:18.615Z] ok github.com/docker/docker/daemon/graphdriver 0.055s coverage: 2.3% of statements [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] time="2021-09-24T13:24:18Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-24T13:24:18.615Z] --- PASS: TestHealthStates (0.14s) [2021-09-24T13:24:18.615Z] === RUN TestMaskURLCredentials [2021-09-24T13:24:18.615Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestGetInspectData [2021-09-24T13:24:18.615Z] --- PASS: TestGetInspectData (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestFillLicense [2021-09-24T13:24:18.615Z] --- PASS: TestFillLicense (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestListInvalidFilter [2021-09-24T13:24:18.615Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestNameFilter [2021-09-24T13:24:18.615Z] --- PASS: TestNameFilter (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-24T13:24:18.615Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-24T13:24:18.615Z] === 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-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-24T13:24:18.615Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-24T13:24:18.615Z] --- 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-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-24T13:24:18.615Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonReloadLabels [2021-09-24T13:24:18.615Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-24T13:24:18.615Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonReloadMirrors [2021-09-24T13:24:18.615Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-24T13:24:18.615Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-24T13:24:18.615Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-24T13:24:18.615Z] === RUN TestDaemonDiscoveryReload [2021-09-24T13:24:18.971Z] #55 DONE 161.5s [2021-09-24T13:24:18.971Z] [2021-09-24T13:24:18.971Z] #58 [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-09-24T13:24:18.971Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:24:19.073Z] === RUN TestLinkNaming [2021-09-24T13:24:19.073Z] --- PASS: TestLinkNaming (0.00s) [2021-09-24T13:24:19.073Z] === RUN TestLinkNew [2021-09-24T13:24:19.073Z] --- PASS: TestLinkNew (0.00s) [2021-09-24T13:24:19.073Z] === RUN TestLinkEnv [2021-09-24T13:24:19.073Z] --- PASS: TestLinkEnv (0.00s) [2021-09-24T13:24:19.073Z] === RUN TestLinkMultipleEnv [2021-09-24T13:24:19.073Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-24T13:24:19.073Z] === RUN TestLinkPortRangeEnv [2021-09-24T13:24:19.073Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-24T13:24:19.073Z] PASS [2021-09-24T13:24:19.073Z] coverage: 93.0% of statements [2021-09-24T13:24:19.073Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2021-09-24T13:24:19.532Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-09-24T13:24:19.532Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-24T13:24:19.990Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-24T13:24:19.990Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-24T13:24:20.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-24T13:24:20.448Z] === RUN TestAdapterReadLogs [2021-09-24T13:24:20.448Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestCopier [2021-09-24T13:24:20.448Z] --- PASS: TestCopier (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestCopierLongLines [2021-09-24T13:24:20.448Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestCopierSlow [2021-09-24T13:24:20.448Z] --- PASS: TestCopierSlow (0.20s) [2021-09-24T13:24:20.448Z] === RUN TestCopierWithSized [2021-09-24T13:24:20.448Z] === RUN TestCopierWithSized/as_is [2021-09-24T13:24:20.448Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-24T13:24:20.448Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-24T13:24:20.448Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-24T13:24:20.448Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestCopierWithPartial [2021-09-24T13:24:20.448Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestRingLogger [2021-09-24T13:24:20.448Z] --- PASS: TestRingLogger (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestRingCap [2021-09-24T13:24:20.448Z] --- PASS: TestRingCap (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestRingClose [2021-09-24T13:24:20.448Z] --- PASS: TestRingClose (0.00s) [2021-09-24T13:24:20.448Z] === RUN TestRingDrain [2021-09-24T13:24:20.448Z] --- PASS: TestRingDrain (0.00s) [2021-09-24T13:24:20.448Z] PASS [2021-09-24T13:24:20.448Z] coverage: 43.8% of statements [2021-09-24T13:24:20.449Z] ok github.com/docker/docker/daemon/logger 0.254s coverage: 43.8% of statements [2021-09-24T13:24:20.449Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-09-24T13:24:20.449Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-24T13:24:20.449Z] reload_test.go:520: root required [2021-09-24T13:24:20.449Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:24:20.449Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-24T13:24:20.449Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-24T13:24:20.449Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-24T13:24:20.449Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-24T13:24:20.449Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-24T13:24:20.907Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-24T13:24:20.907Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-24T13:24:20.907Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2021-09-24T13:24:20.907Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-24T13:24:20.907Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestParseVolumesFrom [2021-09-24T13:24:20.907Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-24T13:24:20.907Z] PASS [2021-09-24T13:24:20.907Z] coverage: 9.1% of statements [2021-09-24T13:24:20.907Z] ok github.com/docker/docker/daemon 2.454s coverage: 9.1% of statements [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-24T13:24:20.907Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/defaults [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-24T13:24:20.907Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-24T13:24:20.907Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-24T13:24:20.907Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-24T13:24:20.907Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-24T13:24:20.907Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-09-24T13:24:20.907Z] === RUN TestCreateSuccess [2021-09-24T13:24:20.907Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCreateStreamSkipped [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-24T13:24:20.907Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCreateLogGroupSuccess [2021-09-24T13:24:20.907Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCreateError [2021-09-24T13:24:20.907Z] --- PASS: TestCreateError (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCreateAlreadyExists [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-24T13:24:20.907Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestLogClosed [2021-09-24T13:24:20.907Z] --- PASS: TestLogClosed (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestLogBlocking [2021-09-24T13:24:20.907Z] --- PASS: TestLogBlocking (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-24T13:24:20.907Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestLogNonBlockingBufferFull [2021-09-24T13:24:20.907Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestPublishBatchSuccess [2021-09-24T13:24:20.907Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestPublishBatchError [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=error msg=Error [2021-09-24T13:24:20.907Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:24:20.907Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:24:20.907Z] time="2021-09-24T13:24:20Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-24T13:24:20.907Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchSimple [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchTicker [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchMultilinePattern [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-09-24T13:24:20.907Z] === RUN TestCollectBatchClose [2021-09-24T13:24:20.907Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-24T13:24:20.907Z] === RUN TestEffectiveLen [2021-09-24T13:24:20.907Z] === RUN TestEffectiveLen/0/Hello [2021-09-24T13:24:20.907Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-24T13:24:20.907Z] === RUN TestEffectiveLen/2/🙃 [2021-09-24T13:24:20.907Z] === RUN TestEffectiveLen/3/���� [2021-09-24T13:24:20.908Z] === RUN TestEffectiveLen/4/He��o [2021-09-24T13:24:20.908Z] === RUN TestEffectiveLen/5/ [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/0/ [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/1/Hello [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: Hello [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/2/Hello [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: He [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: llo [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/3/Hello [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: Hello [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/4/🙃 [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/5/🙃 [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/6/a� [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: a [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: � [2021-09-24T13:24:20.908Z] === RUN TestFindValidSplit/7/a� [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1063: a� [2021-09-24T13:24:20.908Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-24T13:24:20.908Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-24T13:24:20.908Z] === RUN TestProcessEventEmoji [2021-09-24T13:24:20.908Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-09-24T13:24:20.908Z] === RUN TestCollectBatchLineSplit [2021-09-24T13:24:20.908Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2021-09-24T13:24:20.908Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-24T13:24:20.908Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-24T13:24:20.908Z] === RUN TestCollectBatchMaxEvents [2021-09-24T13:24:20.908Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-09-24T13:24:20.908Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-24T13:24:20.908Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-09-24T13:24:20.908Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-24T13:24:21.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-24T13:24:21.366Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-24T13:24:21.366Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-24T13:24:21.366Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-24T13:24:21.366Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-24T13:24:21.366Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-24T13:24:21.366Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-24T13:24:21.366Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-24T13:24:21.367Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-24T13:24:21.367Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestCreateTagSuccess [2021-09-24T13:24:21.367Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-24T13:24:21.367Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-24T13:24:21.367Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-24T13:24:21.367Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-24T13:24:21.367Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-24T13:24:21.367Z] PASS [2021-09-24T13:24:21.367Z] coverage: 77.4% of statements [2021-09-24T13:24:21.367Z] ok github.com/docker/docker/daemon/logger/awslogs 0.325s coverage: 77.4% of statements [2021-09-24T13:24:21.367Z] === RUN TestSearchRegistryForImagesErrors [2021-09-24T13:24:21.367Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestSearchRegistryForImages [2021-09-24T13:24:21.367Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestOnlyPlatformWithFallback [2021-09-24T13:24:21.367Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-24T13:24:21.367Z] === RUN TestImageDelete [2021-09-24T13:24:21.367Z] === RUN TestImageDelete/no_lease [2021-09-24T13:24:21.367Z] === RUN TestImageDelete/lease_exists [2021-09-24T13:24:21.367Z] --- PASS: TestImageDelete (0.02s) [2021-09-24T13:24:21.367Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-24T13:24:21.367Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-24T13:24:21.367Z] === RUN TestContentStoreForPull [2021-09-24T13:24:21.367Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-24T13:24:21.367Z] PASS [2021-09-24T13:24:21.367Z] coverage: 6.7% of statements [2021-09-24T13:24:21.367Z] ok github.com/docker/docker/daemon/images 0.269s coverage: 6.7% of statements [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-24T13:24:21.367Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-24T13:24:21.826Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-24T13:24:21.826Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-24T13:24:21.826Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-24T13:24:21.826Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-09-24T13:24:21.826Z] === RUN TestFastTimeMarshalJSON [2021-09-24T13:24:21.826Z] --- PASS: TestFastTimeMarshalJSON (0.03s) [2021-09-24T13:24:21.826Z] PASS [2021-09-24T13:24:21.826Z] coverage: 87.2% of statements [2021-09-24T13:24:21.826Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.184s coverage: 87.2% of statements [2021-09-24T13:24:21.826Z] === RUN TestJSONFileLogger [2021-09-24T13:24:21.826Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-24T13:24:22.047Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-24T13:24:22.284Z] === RUN TestJSONFileLoggerWithTags [2021-09-24T13:24:22.284Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-24T13:24:22.284Z] === RUN TestJSONFileLoggerWithOpts [2021-09-24T13:24:22.284Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-24T13:24:22.284Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-24T13:24:22.284Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-24T13:24:22.284Z] === RUN TestEncodeDecode [2021-09-24T13:24:22.284Z] === PAUSE TestEncodeDecode [2021-09-24T13:24:22.284Z] === RUN TestUnexpectedEOF [2021-09-24T13:24:22.284Z] time="2021-09-24T13:24:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:24:22.284Z] time="2021-09-24T13:24:21Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:24:22.284Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-09-24T13:24:22.284Z] === CONT TestEncodeDecode [2021-09-24T13:24:22.284Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-24T13:24:22.284Z] PASS [2021-09-24T13:24:22.284Z] coverage: 69.9% of statements [2021-09-24T13:24:22.284Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.197s coverage: 69.9% of statements [2021-09-24T13:24:22.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-24T13:24:22.647Z] #65 161.2 + bin/containerd-shim-runc-v2 [2021-09-24T13:24:22.647Z] #65 161.7 + binaries [2021-09-24T13:24:22.647Z] #65 161.7 + install -D bin/containerd /build/containerd [2021-09-24T13:24:22.647Z] #65 161.8 + install -D bin/containerd-shim /build/containerd-shim [2021-09-24T13:24:22.647Z] #65 161.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-24T13:24:22.647Z] #65 161.8 + install -D bin/ctr /build/ctr [2021-09-24T13:24:22.743Z] === RUN TestWriteLog [2021-09-24T13:24:22.743Z] === PAUSE TestWriteLog [2021-09-24T13:24:22.743Z] === RUN TestReadLog [2021-09-24T13:24:22.743Z] === PAUSE TestReadLog [2021-09-24T13:24:22.743Z] === CONT TestWriteLog [2021-09-24T13:24:22.743Z] === CONT TestReadLog [2021-09-24T13:24:22.743Z] === RUN TestReadLog/tail_exact [2021-09-24T13:24:22.743Z] --- PASS: TestWriteLog (0.01s) [2021-09-24T13:24:22.743Z] === RUN TestReadLog/tail_less_than_available [2021-09-24T13:24:22.743Z] === RUN TestReadLog/tail_more_than_available [2021-09-24T13:24:22.743Z] --- PASS: TestReadLog (0.16s) [2021-09-24T13:24:22.743Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-09-24T13:24:22.743Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-24T13:24:22.743Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2021-09-24T13:24:22.743Z] PASS [2021-09-24T13:24:22.743Z] coverage: 75.2% of statements [2021-09-24T13:24:22.743Z] ok github.com/docker/docker/daemon/logger/local 0.277s coverage: 75.2% of statements [2021-09-24T13:24:22.743Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-24T13:24:22.905Z] #65 DONE 162.2s [2021-09-24T13:24:23.202Z] === RUN TestOpenFileDelete [2021-09-24T13:24:23.202Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestOpenFileRename [2021-09-24T13:24:23.202Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestParseLogTagDefaultTag [2021-09-24T13:24:23.202Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestParseLogTag [2021-09-24T13:24:23.202Z] --- PASS: TestParseLogTag (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestParseLogTagEmptyTag [2021-09-24T13:24:23.202Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestTailFiles [2021-09-24T13:24:23.202Z] --- PASS: TestTailFiles (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestFollowLogsConsumerGone [2021-09-24T13:24:23.202Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestFollowLogsProducerGone [2021-09-24T13:24:23.202Z] logfile_test.go:178: logDecode() closed after sending 2370 messages [2021-09-24T13:24:23.202Z] logfile_test.go:231: messages sent: 2370, received: 2370 [2021-09-24T13:24:23.202Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-24T13:24:23.202Z] === RUN TestCheckCapacityAndRotate [2021-09-24T13:24:23.202Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-24T13:24:23.202Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-24T13:24:23.202Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2021-09-24T13:24:23.202Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-24T13:24:23.202Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-09-24T13:24:23.202Z] PASS [2021-09-24T13:24:23.202Z] coverage: 53.7% of statements [2021-09-24T13:24:23.202Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.132s coverage: 53.7% of statements [2021-09-24T13:24:23.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-24T13:24:23.661Z] === RUN TestLog [2021-09-24T13:24:23.661Z] --- PASS: TestLog (0.00s) [2021-09-24T13:24:23.661Z] PASS [2021-09-24T13:24:23.661Z] coverage: 31.5% of statements [2021-09-24T13:24:23.661Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.105s coverage: 31.5% of statements [2021-09-24T13:24:23.661Z] === RUN TestValidateLogOpt [2021-09-24T13:24:23.661Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestNewMissedConfig [2021-09-24T13:24:23.661Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestNewMissedUrl [2021-09-24T13:24:23.661Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestNewMissedToken [2021-09-24T13:24:23.661Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestNewWithProxy [2021-09-24T13:24:23.661Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestDefault [2021-09-24T13:24:23.661Z] --- PASS: TestDefault (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-24T13:24:23.661Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestJsonFormat [2021-09-24T13:24:23.661Z] --- PASS: TestJsonFormat (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestRawFormat [2021-09-24T13:24:23.661Z] --- PASS: TestRawFormat (0.03s) [2021-09-24T13:24:23.661Z] === RUN TestRawFormatWithLabels [2021-09-24T13:24:23.661Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestRawFormatWithoutTag [2021-09-24T13:24:23.661Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-24T13:24:23.661Z] === RUN TestBatching [2021-09-24T13:24:23.661Z] --- PASS: TestBatching (0.21s) [2021-09-24T13:24:23.661Z] === RUN TestFrequency [2021-09-24T13:24:23.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-24T13:24:23.917Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestConfigureDaemonLogs [2021-09-24T13:24:23.917Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestCommonOptionsInstallFlags [2021-09-24T13:24:23.917Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-24T13:24:23.917Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-24T13:24:23.917Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-24T13:24:23.917Z] PASS [2021-09-24T13:24:23.917Z] coverage: 18.6% of statements [2021-09-24T13:24:23.917Z] ok github.com/docker/docker/cmd/dockerd 0.298s coverage: 18.6% of statements [2021-09-24T13:24:23.917Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-24T13:24:23.917Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-24T13:24:24.119Z] === RUN TestParseLogFormat [2021-09-24T13:24:24.119Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-24T13:24:24.119Z] === RUN TestValidateLogOptEmpty [2021-09-24T13:24:24.119Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-24T13:24:24.119Z] === RUN TestValidateSyslogAddress [2021-09-24T13:24:24.119Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-24T13:24:24.119Z] === RUN TestParseAddressDefaultPort [2021-09-24T13:24:24.119Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-24T13:24:24.119Z] === RUN TestValidateSyslogFacility [2021-09-24T13:24:24.119Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-24T13:24:24.119Z] === RUN TestValidateLogOptSyslogFormat [2021-09-24T13:24:24.120Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-24T13:24:24.120Z] === RUN TestValidateLogOpt [2021-09-24T13:24:24.120Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:24:24.120Z] PASS [2021-09-24T13:24:24.120Z] coverage: 46.8% of statements [2021-09-24T13:24:24.120Z] ok github.com/docker/docker/daemon/logger/syslog 0.042s coverage: 46.8% of statements [2021-09-24T13:24:24.120Z] --- PASS: TestFrequency (0.16s) [2021-09-24T13:24:24.120Z] === RUN TestOneMessagePerRequest [2021-09-24T13:24:24.120Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-24T13:24:24.120Z] === RUN TestVerify [2021-09-24T13:24:24.120Z] --- PASS: TestVerify (0.00s) [2021-09-24T13:24:24.120Z] === RUN TestSkipVerify [2021-09-24T13:24:24.120Z] === RUN TestNewParse [2021-09-24T13:24:24.120Z] --- PASS: TestNewParse (0.00s) [2021-09-24T13:24:24.120Z] PASS [2021-09-24T13:24:24.120Z] coverage: 8.3% of statements [2021-09-24T13:24:24.120Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-09-24T13:24:24.120Z] time="2021-09-24T13:24:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.120Z] time="2021-09-24T13:24:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.120Z] time="2021-09-24T13:24:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.278Z] [2021-09-24T13:24:24.278Z] #66 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-24T13:24:24.278Z] #66 sha256:3dbc4877aae78340ad305dd14234a3143bbff950a792fd1abe7de545a6a3c532 [2021-09-24T13:24:24.278Z] #66 DONE 0.2s [2021-09-24T13:24:24.278Z] [2021-09-24T13:24:24.278Z] #70 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-24T13:24:24.278Z] #70 sha256:a6bac90f09dce74b7d1111d270791bb0a8bd1dba97b61bd616d817f8909da52f [2021-09-24T13:24:24.278Z] #70 DONE 0.1s [2021-09-24T13:24:24.278Z] [2021-09-24T13:24:24.279Z] #75 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-24T13:24:24.279Z] #75 sha256:1c6ec23d6b38915683f93a9082b34dfc780b59362a12b5b6c2ad0681c3912d41 [2021-09-24T13:24:24.373Z] === RUN TestContainerStopSignal [2021-09-24T13:24:24.373Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestContainerStopTimeout [2021-09-24T13:24:24.373Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-24T13:24:24.373Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-24T13:24:24.373Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-24T13:24:24.373Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestReplaceAndAppendEnvVars [2021-09-24T13:24:24.373Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-24T13:24:24.373Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestNewMemoryStore [2021-09-24T13:24:24.373Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestAddContainers [2021-09-24T13:24:24.373Z] --- PASS: TestAddContainers (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestGetContainer [2021-09-24T13:24:24.373Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestDeleteContainer [2021-09-24T13:24:24.373Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestListContainers [2021-09-24T13:24:24.373Z] --- PASS: TestListContainers (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestFirstContainer [2021-09-24T13:24:24.373Z] --- PASS: TestFirstContainer (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestApplyAllContainer [2021-09-24T13:24:24.373Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestIsValidHealthString [2021-09-24T13:24:24.373Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestStateRunStop [2021-09-24T13:24:24.373Z] --- PASS: TestStateRunStop (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestStateTimeoutWait [2021-09-24T13:24:24.373Z] state_test.go:141: Stop callback fired [2021-09-24T13:24:24.373Z] state_test.go:165: Stop callback fired [2021-09-24T13:24:24.373Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-24T13:24:24.373Z] === RUN TestIsValidStateString [2021-09-24T13:24:24.373Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestViewSaveDelete [2021-09-24T13:24:24.373Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-24T13:24:24.373Z] === RUN TestViewAll [2021-09-24T13:24:24.373Z] --- PASS: TestViewAll (0.01s) [2021-09-24T13:24:24.373Z] === RUN TestViewGet [2021-09-24T13:24:24.373Z] --- PASS: TestViewGet (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestNames [2021-09-24T13:24:24.373Z] --- PASS: TestNames (0.00s) [2021-09-24T13:24:24.373Z] === RUN TestViewWithHealthCheck [2021-09-24T13:24:24.373Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-09-24T13:24:24.373Z] PASS [2021-09-24T13:24:24.373Z] coverage: 41.7% of statements [2021-09-24T13:24:24.374Z] ok github.com/docker/docker/container 0.222s coverage: 41.7% of statements [2021-09-24T13:24:24.374Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-24T13:24:24.374Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-24T13:24:24.374Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-24T13:24:24.374Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-24T13:24:24.578Z] --- PASS: TestSkipVerify (0.45s) [2021-09-24T13:24:24.578Z] === RUN TestBufferMaximum [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.212178\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.212178\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-24T13:24:24.578Z] === RUN TestServerAlwaysDown [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.215177\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.215177\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.215177\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.215177\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] time="2021-09-24T13:24:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489864.215177\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:24.578Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-24T13:24:24.578Z] === RUN TestCannotSendAfterClose [2021-09-24T13:24:24.578Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-24T13:24:24.578Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-24T13:24:24.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-24T13:24:24.864Z] #75 DONE 0.5s [2021-09-24T13:24:24.864Z] [2021-09-24T13:24:24.864Z] #76 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-24T13:24:24.864Z] #76 sha256:73af8c7bbfcc864d2e0bae66c0f0f74c575eec63c4323c371fe7e0534e2dcd79 [2021-09-24T13:24:24.864Z] #76 DONE 0.0s [2021-09-24T13:24:24.864Z] [2021-09-24T13:24:24.864Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-24T13:24:24.864Z] #77 sha256:5d9eaf9c899dcd5f10df4ff63f9f7c3deaea6d85f30a6182063b5cf1d13b1f80 [2021-09-24T13:24:25.253Z] Removing intermediate container b8d875e71323 [2021-09-24T13:24:25.253Z] ---> 52e61da33bd3 [2021-09-24T13:24:25.253Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-24T13:24:25.253Z] ---> Running in 8d2d76999846 [2021-09-24T13:24:25.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-24T13:24:25.336Z] === RUN TestPrepare [2021-09-24T13:24:25.336Z] --- PASS: TestPrepare (0.00s) [2021-09-24T13:24:25.336Z] === RUN TestStart [2021-09-24T13:24:25.336Z] --- PASS: TestStart (0.00s) [2021-09-24T13:24:25.336Z] === RUN TestWaitCancel [2021-09-24T13:24:25.336Z] --- PASS: TestWaitCancel (0.00s) [2021-09-24T13:24:25.336Z] === RUN TestWaitDisabled [2021-09-24T13:24:25.336Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-24T13:24:25.336Z] === RUN TestWaitEnabled [2021-09-24T13:24:25.336Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-24T13:24:25.336Z] === RUN TestRemove [2021-09-24T13:24:25.336Z] --- PASS: TestRemove (0.00s) [2021-09-24T13:24:25.336Z] PASS [2021-09-24T13:24:25.336Z] coverage: 65.3% of statements [2021-09-24T13:24:25.336Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.075s coverage: 65.3% of statements [2021-09-24T13:24:25.544Z] time="2021-09-24T13:24:25Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-09-24T13:24:25.544Z] time="2021-09-24T13:24:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2b3f81be2054\"}'" [2021-09-24T13:24:25.544Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s) [2021-09-24T13:24:25.544Z] PASS [2021-09-24T13:24:25.544Z] coverage: 82.5% of statements [2021-09-24T13:24:25.544Z] ok github.com/docker/docker/daemon/logger/splunk 1.951s coverage: 82.5% of statements [2021-09-24T13:24:25.544Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-24T13:24:25.544Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-24T13:24:25.544Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-24T13:24:25.544Z] === RUN TestV1IDService [2021-09-24T13:24:25.544Z] --- PASS: TestV1IDService (0.02s) [2021-09-24T13:24:25.544Z] === RUN TestV2MetadataService [2021-09-24T13:24:25.544Z] === RUN TestSuccessfulDownload [2021-09-24T13:24:25.544Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:24:25.544Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-24T13:24:25.544Z] === RUN TestCancelledDownload [2021-09-24T13:24:25.544Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-24T13:24:25.544Z] === RUN TestMaxDownloadAttempts [2021-09-24T13:24:25.544Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:25.544Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:25.544Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:25.544Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:25.544Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:25.544Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:25.544Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:25.544Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:25.544Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:25.544Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:25.544Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:25.544Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:25.710Z] Removing intermediate container 8d2d76999846 [2021-09-24T13:24:25.710Z] ---> b6d44a7392f8 [2021-09-24T13:24:25.710Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-24T13:24:25.710Z] ---> Running in e029d72b4938 [2021-09-24T13:24:26.003Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-24T13:24:26.003Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-24T13:24:26.003Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestContinueOnError_NeverContinue [2021-09-24T13:24:26.003Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestManifestStore [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/no_remote_or_local [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1958243687\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/no_local_cache [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/with_local_cache [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/unknown_media_type [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:26.003Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-24T13:24:26.003Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-24T13:24:26.003Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-09-24T13:24:26.003Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-09-24T13:24:26.003Z] === RUN TestTransfer [2021-09-24T13:24:26.003Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-24T13:24:26.003Z] time="2021-09-24T13:24:25Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore (0.24s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-24T13:24:26.003Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-24T13:24:26.003Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestFixManifestLayers [2021-09-24T13:24:26.003Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-24T13:24:26.003Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:24:26.003Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestFixManifestLayersBadParent [2021-09-24T13:24:26.003Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestValidateManifest [2021-09-24T13:24:26.003Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:24:26.003Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestFormatPlatform [2021-09-24T13:24:26.003Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestGetRepositoryMountCandidates [2021-09-24T13:24:26.003Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestLayerAlreadyExists [2021-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] 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-09-24T13:24:26.003Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-24T13:24:26.003Z] === RUN TestWhenEmptyAuthConfig [2021-09-24T13:24:26.003Z] --- PASS: TestV2MetadataService (0.56s) [2021-09-24T13:24:26.003Z] PASS [2021-09-24T13:24:26.003Z] coverage: 48.2% of statements [2021-09-24T13:24:26.003Z] ok github.com/docker/docker/distribution/metadata 0.688s coverage: 48.2% of statements [2021-09-24T13:24:26.166Z] Removing intermediate container e029d72b4938 [2021-09-24T13:24:26.166Z] ---> edfaaaa5a23e [2021-09-24T13:24:26.166Z] Step 11/11 : COPY . . [2021-09-24T13:24:26.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-24T13:24:26.288Z] #77 DONE 1.4s [2021-09-24T13:24:26.288Z] [2021-09-24T13:24:26.288Z] #78 exporting to image [2021-09-24T13:24:26.288Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-24T13:24:26.288Z] #78 exporting layers [2021-09-24T13:24:26.462Z] --- PASS: TestTransfer (0.12s) [2021-09-24T13:24:26.462Z] === RUN TestConcurrencyLimit [2021-09-24T13:24:26.462Z] === RUN TestNotFound [2021-09-24T13:24:26.462Z] --- PASS: TestNotFound (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestConflict [2021-09-24T13:24:26.462Z] --- PASS: TestConflict (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestForbidden [2021-09-24T13:24:26.462Z] --- PASS: TestForbidden (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestInvalidParameter [2021-09-24T13:24:26.462Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestNotImplemented [2021-09-24T13:24:26.462Z] --- PASS: TestNotImplemented (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestNotModified [2021-09-24T13:24:26.462Z] --- PASS: TestNotModified (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestUnauthorized [2021-09-24T13:24:26.462Z] --- PASS: TestUnauthorized (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestUnknown [2021-09-24T13:24:26.462Z] --- PASS: TestUnknown (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestCancelled [2021-09-24T13:24:26.462Z] --- PASS: TestCancelled (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestDeadline [2021-09-24T13:24:26.462Z] --- PASS: TestDeadline (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestDataLoss [2021-09-24T13:24:26.462Z] --- PASS: TestDataLoss (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestUnavailable [2021-09-24T13:24:26.462Z] --- PASS: TestUnavailable (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestSystem [2021-09-24T13:24:26.462Z] --- PASS: TestSystem (0.00s) [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Not_Found [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Bad_Request [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Conflict [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Unauthorized [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Forbidden [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Not_Modified [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-24T13:24:26.462Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-24T13:24:26.462Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-24T13:24:26.462Z] PASS [2021-09-24T13:24:26.462Z] coverage: 53.1% of statements [2021-09-24T13:24:26.462Z] ok github.com/docker/docker/errdefs 0.029s coverage: 53.1% of statements [2021-09-24T13:24:26.462Z] --- PASS: TestConcurrencyLimit (0.35s) [2021-09-24T13:24:26.462Z] === RUN TestInactiveJobs [2021-09-24T13:24:26.844Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:24:26.844Z] Using test binary docker [2021-09-24T13:24:26.870Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-24T13:24:26.870Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-24T13:24:26.870Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-24T13:24:26.870Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-24T13:24:26.870Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-24T13:24:26.870Z] PASS [2021-09-24T13:24:26.870Z] coverage: 35.9% of statements [2021-09-24T13:24:26.870Z] ok github.com/docker/docker/daemon/cluster/convert 0.203s coverage: 35.9% of statements [2021-09-24T13:24:26.870Z] === RUN TestNewListSecretsFilters [2021-09-24T13:24:26.870Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-24T13:24:26.870Z] === RUN TestNewListConfigsFilters [2021-09-24T13:24:26.870Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-24T13:24:26.870Z] PASS [2021-09-24T13:24:26.870Z] coverage: 0.5% of statements [2021-09-24T13:24:26.870Z] ok github.com/docker/docker/daemon/cluster 0.446s coverage: 0.5% of statements [2021-09-24T13:24:26.920Z] --- PASS: TestInactiveJobs (0.39s) [2021-09-24T13:24:26.920Z] === RUN TestWatchRelease [2021-09-24T13:24:26.920Z] --- PASS: TestWatchRelease (0.04s) [2021-09-24T13:24:26.920Z] === RUN TestWatchFinishedTransfer [2021-09-24T13:24:26.920Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-24T13:24:26.920Z] === RUN TestDuplicateTransfer [2021-09-24T13:24:26.920Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-24T13:24:26.920Z] === RUN TestSuccessfulUpload [2021-09-24T13:24:27.104Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-24T13:24:27.104Z] Starting apparmor (via systemctl): apparmor.service. [2021-09-24T13:24:27.104Z] INFO: Waiting for daemon to start... [2021-09-24T13:24:27.104Z] Starting dockerd [2021-09-24T13:24:27.113Z] #58 ... [2021-09-24T13:24:27.113Z] [2021-09-24T13:24:27.113Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-24T13:24:27.113Z] #56 sha256:f02734fd2a8e5162bf8d15cbbd2f416b1ed24d56068179f86da325f3eb5cb83b [2021-09-24T13:24:27.113Z] #56 DONE 0.1s [2021-09-24T13:24:27.113Z] [2021-09-24T13:24:27.113Z] #58 [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-09-24T13:24:27.113Z] #58 sha256:9fe39fcb22ac12f06d6cbdc2396c353c8a515b07255d97f4d2dcc4783d80bbf3 [2021-09-24T13:24:27.378Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-09-24T13:24:27.378Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-24T13:24:27.378Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestTokenPassThru [2021-09-24T13:24:27.378Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestTokenPassThruDifferentHost [2021-09-24T13:24:27.378Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-09-24T13:24:27.378Z] PASS [2021-09-24T13:24:27.378Z] coverage: 24.1% of statements [2021-09-24T13:24:27.378Z] ok github.com/docker/docker/distribution 1.403s coverage: 24.1% of statements [2021-09-24T13:24:27.378Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-24T13:24:27.378Z] time="2021-09-24T13:24:27Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-24T13:24:27.378Z] === RUN TestFSGetInvalidData [2021-09-24T13:24:27.378Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSInvalidSet [2021-09-24T13:24:27.378Z] --- PASS: TestSuccessfulUpload (0.41s) [2021-09-24T13:24:27.378Z] === RUN TestCancelledUpload [2021-09-24T13:24:27.378Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSInvalidRoot [2021-09-24T13:24:27.378Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-24T13:24:27.378Z] PASS [2021-09-24T13:24:27.378Z] coverage: 77.3% of statements [2021-09-24T13:24:27.378Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSMetadataGetSet [2021-09-24T13:24:27.378Z] ok github.com/docker/docker/distribution/xfer 1.797s coverage: 77.3% of statements [2021-09-24T13:24:27.378Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-24T13:24:27.378Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-24T13:24:27.378Z] === RUN TestFSInvalidWalker [2021-09-24T13:24:27.378Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSGetSet [2021-09-24T13:24:27.378Z] === RUN TestCompare [2021-09-24T13:24:27.378Z] --- PASS: TestCompare (0.00s) [2021-09-24T13:24:27.378Z] PASS [2021-09-24T13:24:27.378Z] coverage: 19.2% of statements [2021-09-24T13:24:27.378Z] --- PASS: TestFSGetSet (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSGetUnsetKey [2021-09-24T13:24:27.378Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestFSGetEmptyData [2021-09-24T13:24:27.378Z] ok github.com/docker/docker/image/cache 0.056s coverage: 19.2% of statements [2021-09-24T13:24:27.378Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestFSDelete [2021-09-24T13:24:27.378Z] --- PASS: TestFSDelete (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSWalker [2021-09-24T13:24:27.378Z] --- PASS: TestFSWalker (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestFSWalkerStopOnError [2021-09-24T13:24:27.378Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-24T13:24:27.378Z] === RUN TestNewFromJSON [2021-09-24T13:24:27.378Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-24T13:24:27.378Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestMarshalKeyOrder [2021-09-24T13:24:27.378Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-24T13:24:27.378Z] === RUN TestHistoryEqual [2021-09-24T13:24:27.836Z] --- PASS: TestHistoryEqual (0.13s) [2021-09-24T13:24:27.836Z] === RUN TestImage [2021-09-24T13:24:27.836Z] --- PASS: TestImage (0.00s) [2021-09-24T13:24:27.836Z] === RUN TestImageOSNotEmpty [2021-09-24T13:24:27.836Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-24T13:24:27.836Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-24T13:24:27.836Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-24T13:24:27.836Z] === RUN TestCreate [2021-09-24T13:24:27.836Z] --- PASS: TestCreate (0.00s) [2021-09-24T13:24:27.836Z] === RUN TestRestore [2021-09-24T13:24:27.836Z] time="2021-09-24T13:24:27Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-24T13:24:27.836Z] --- PASS: TestRestore (0.03s) [2021-09-24T13:24:27.836Z] === RUN TestAddDelete [2021-09-24T13:24:27.836Z] --- PASS: TestAddDelete (0.02s) [2021-09-24T13:24:27.836Z] === RUN TestSearchAfterDelete [2021-09-24T13:24:27.836Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-24T13:24:27.836Z] === RUN TestParentReset [2021-09-24T13:24:27.836Z] --- PASS: TestParentReset (0.03s) [2021-09-24T13:24:27.836Z] === RUN TestGetAndSetLastUpdated [2021-09-24T13:24:27.836Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-24T13:24:27.836Z] === RUN TestStoreLen [2021-09-24T13:24:27.836Z] --- PASS: TestStoreLen (0.04s) [2021-09-24T13:24:27.836Z] PASS [2021-09-24T13:24:27.836Z] coverage: 86.6% of statements [2021-09-24T13:24:27.836Z] ok github.com/docker/docker/image 0.407s coverage: 86.6% of statements [2021-09-24T13:24:28.295Z] === RUN TestMakeV1ConfigFromConfig [2021-09-24T13:24:28.295Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-24T13:24:28.295Z] PASS [2021-09-24T13:24:28.295Z] coverage: 25.0% of statements [2021-09-24T13:24:28.295Z] ok github.com/docker/docker/image/v1 0.102s coverage: 25.0% of statements [2021-09-24T13:24:28.295Z] === RUN TestValidateManifest [2021-09-24T13:24:28.295Z] === RUN TestValidateManifest/nil [2021-09-24T13:24:28.295Z] === RUN TestValidateManifest/non-nil [2021-09-24T13:24:28.295Z] --- PASS: TestValidateManifest (0.00s) [2021-09-24T13:24:28.295Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-24T13:24:28.295Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-24T13:24:28.295Z] PASS [2021-09-24T13:24:28.295Z] coverage: 0.7% of statements [2021-09-24T13:24:28.295Z] ok github.com/docker/docker/image/tarexport 0.068s coverage: 0.7% of statements [2021-09-24T13:24:28.295Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-24T13:24:29.271Z] === RUN TestSerialization [2021-09-24T13:24:29.271Z] --- PASS: TestSerialization (0.02s) [2021-09-24T13:24:29.271Z] PASS [2021-09-24T13:24:29.271Z] coverage: 100.0% of statements [2021-09-24T13:24:29.271Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements [2021-09-24T13:24:29.729Z] === RUN TestEnvironmentParsing [2021-09-24T13:24:29.729Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-24T13:24:29.729Z] PASS [2021-09-24T13:24:29.729Z] coverage: 1.2% of statements [2021-09-24T13:24:29.729Z] ok github.com/docker/docker/libcontainerd/local 0.080s coverage: 1.2% of statements [2021-09-24T13:24:29.729Z] === RUN TestEmptyLayer [2021-09-24T13:24:29.729Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-24T13:24:29.729Z] === RUN TestCommitFailure [2021-09-24T13:24:29.729Z] --- PASS: TestCommitFailure (0.01s) [2021-09-24T13:24:29.729Z] === RUN TestStartTransactionFailure [2021-09-24T13:24:29.729Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-24T13:24:29.729Z] === RUN TestGetOrphan [2021-09-24T13:24:29.729Z] --- PASS: TestGetOrphan (0.01s) [2021-09-24T13:24:29.729Z] === RUN TestMountAndRegister [2021-09-24T13:24:29.729Z] layer_test.go:270: Layer size: 14 [2021-09-24T13:24:29.729Z] --- PASS: TestMountAndRegister (0.03s) [2021-09-24T13:24:29.729Z] === RUN TestLayerRelease [2021-09-24T13:24:29.729Z] layer_test.go:303: Failing on Windows [2021-09-24T13:24:29.729Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-24T13:24:29.729Z] === RUN TestStoreRestore [2021-09-24T13:24:29.729Z] layer_test.go:352: Failing on Windows [2021-09-24T13:24:29.729Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-24T13:24:29.729Z] === RUN TestTarStreamStability [2021-09-24T13:24:29.729Z] layer_test.go:467: Failing on Windows [2021-09-24T13:24:29.729Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-24T13:24:29.729Z] === RUN TestRegisterExistingLayer [2021-09-24T13:24:30.187Z] --- PASS: TestRegisterExistingLayer (0.08s) [2021-09-24T13:24:30.187Z] === RUN TestTarStreamVerification [2021-09-24T13:24:30.187Z] layer_test.go:696: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestLayerMigration [2021-09-24T13:24:30.187Z] migration_test.go:45: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestLayerMigrationNoTarsplit [2021-09-24T13:24:30.187Z] migration_test.go:181: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMountInit [2021-09-24T13:24:30.187Z] mount_test.go:17: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestMountInit (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMountSize [2021-09-24T13:24:30.187Z] mount_test.go:76: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestMountSize (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMountChanges [2021-09-24T13:24:30.187Z] mount_test.go:125: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestMountChanges (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMountApply [2021-09-24T13:24:30.187Z] mount_test.go:212: Failing on Windows [2021-09-24T13:24:30.187Z] --- SKIP: TestMountApply (0.00s) [2021-09-24T13:24:30.187Z] PASS [2021-09-24T13:24:30.187Z] coverage: 30.1% of statements [2021-09-24T13:24:30.187Z] ok github.com/docker/docker/layer 0.191s coverage: 30.1% of statements [2021-09-24T13:24:30.187Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-24T13:24:30.187Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-24T13:24:30.187Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-24T13:24:30.187Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-24T13:24:30.187Z] === RUN TestSequenceGetAvailableBit [2021-09-24T13:24:30.187Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSequenceEqual [2021-09-24T13:24:30.187Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSequenceCopy [2021-09-24T13:24:30.187Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestGetFirstAvailable [2021-09-24T13:24:30.187Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestFindSequence [2021-09-24T13:24:30.187Z] --- PASS: TestFindSequence (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestCheckIfAvailable [2021-09-24T13:24:30.187Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMergeSequences [2021-09-24T13:24:30.187Z] --- PASS: TestMergeSequences (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestPushReservation [2021-09-24T13:24:30.187Z] --- PASS: TestPushReservation (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSerializeDeserialize [2021-09-24T13:24:30.187Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSet [2021-09-24T13:24:30.187Z] --- PASS: TestSet (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSetUnset [2021-09-24T13:24:30.187Z] --- PASS: TestSetUnset (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestOffsetSetUnset [2021-09-24T13:24:30.187Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSetInRange [2021-09-24T13:24:30.187Z] --- PASS: TestSetInRange (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestSetAnyInRange [2021-09-24T13:24:30.187Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestMethods [2021-09-24T13:24:30.187Z] --- PASS: TestMethods (0.00s) [2021-09-24T13:24:30.187Z] === RUN TestRandomAllocateDeallocate [2021-09-24T13:24:30.586Z] === RUN TestDiscoveryOptsErrors [2021-09-24T13:24:30.586Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDiscoveryOpts [2021-09-24T13:24:30.586Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-24T13:24:30.586Z] PASS [2021-09-24T13:24:30.586Z] coverage: 30.0% of statements [2021-09-24T13:24:30.586Z] ok github.com/docker/docker/daemon/discovery 0.050s coverage: 30.0% of statements [2021-09-24T13:24:30.586Z] === RUN TestBuilderGC [2021-09-24T13:24:30.586Z] --- PASS: TestBuilderGC (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationNotFound [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonBrokenConfiguration [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestParseClusterAdvertiseSettings [2021-09-24T13:24:30.586Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestFindConfigurationConflicts [2021-09-24T13:24:30.586Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-24T13:24:30.586Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-24T13:24:30.586Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-24T13:24:30.586Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-24T13:24:30.586Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_label [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_dns [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-24T13:24:30.586Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-24T13:24:30.586Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestModifiedDiscoverySettings [2021-09-24T13:24:30.586Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestReloadSetConfigFileNotExist [2021-09-24T13:24:30.586Z] time="2021-09-24T13:24:29Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-24T13:24:30.586Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-09-24T13:24:30.586Z] === RUN TestReloadDefaultConfigNotExist [2021-09-24T13:24:30.586Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:30.586Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-09-24T13:24:30.586Z] === RUN TestReloadBadDefaultConfig [2021-09-24T13:24:30.586Z] time="2021-09-24T13:24:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3462372014" [2021-09-24T13:24:30.586Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestReloadWithConflictingLabels [2021-09-24T13:24:30.586Z] time="2021-09-24T13:24:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1315059198" [2021-09-24T13:24:30.586Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestReloadWithDuplicateLabels [2021-09-24T13:24:30.586Z] time="2021-09-24T13:24:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-681227542" [2021-09-24T13:24:30.586Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-24T13:24:30.586Z] === RUN TestDaemonConfigurationMerge [2021-09-24T13:24:30.586Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-24T13:24:30.586Z] PASS [2021-09-24T13:24:30.586Z] coverage: 80.2% of statements [2021-09-24T13:24:30.586Z] ok github.com/docker/docker/daemon/config 0.228s coverage: 80.2% of statements [2021-09-24T13:24:31.042Z] === RUN TestWaitNodeAttachment [2021-09-24T13:24:31.498Z] === RUN TestEventsLog [2021-09-24T13:24:31.498Z] --- PASS: TestEventsLog (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestEventsLogTimeout [2021-09-24T13:24:31.498Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestLogEvents [2021-09-24T13:24:31.498Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-24T13:24:31.498Z] === RUN TestIsolationConversion [2021-09-24T13:24:31.498Z] === RUN TestIsolationConversion/default [2021-09-24T13:24:31.498Z] === RUN TestIsolationConversion/process [2021-09-24T13:24:31.498Z] === RUN TestIsolationConversion/hyperv [2021-09-24T13:24:31.498Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestContainerLabels [2021-09-24T13:24:31.498Z] --- PASS: TestContainerLabels (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestCredentialSpecConversion [2021-09-24T13:24:31.498Z] === RUN TestCredentialSpecConversion/none [2021-09-24T13:24:31.498Z] === RUN TestCredentialSpecConversion/config [2021-09-24T13:24:31.498Z] === RUN TestCredentialSpecConversion/file [2021-09-24T13:24:31.498Z] === RUN TestCredentialSpecConversion/registry [2021-09-24T13:24:31.498Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-24T13:24:31.498Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountBind [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountVolume [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountTarget [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountTmpfs [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountInvalidType [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestControllerValidateMountNamedPipe [2021-09-24T13:24:31.498Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-24T13:24:31.498Z] PASS [2021-09-24T13:24:31.498Z] coverage: 11.0% of statements [2021-09-24T13:24:31.498Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.643s coverage: 11.0% of statements [2021-09-24T13:24:31.498Z] --- PASS: TestLogEvents (0.05s) [2021-09-24T13:24:31.498Z] === RUN TestLoadBufferedEvents [2021-09-24T13:24:31.498Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-24T13:24:31.498Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-24T13:24:31.498Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-24T13:24:31.498Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-24T13:24:31.498Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-24T13:24:31.499Z] PASS [2021-09-24T13:24:31.499Z] coverage: 50.0% of statements [2021-09-24T13:24:31.499Z] ok github.com/docker/docker/daemon/events 0.317s coverage: 50.0% of statements [2021-09-24T13:24:31.723Z] === RUN TestInvalidConfig [2021-09-24T13:24:31.723Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-24T13:24:31.723Z] === RUN TestConfig [2021-09-24T13:24:31.723Z] --- PASS: TestConfig (0.00s) [2021-09-24T13:24:31.723Z] === RUN TestOptionsLabels [2021-09-24T13:24:31.723Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-24T13:24:31.723Z] === RUN TestValidName [2021-09-24T13:24:31.723Z] --- PASS: TestValidName (0.00s) [2021-09-24T13:24:31.723Z] === RUN TestTLSConfiguration [2021-09-24T13:24:31.955Z] === RUN TestIsEmptyDir [2021-09-24T13:24:31.955Z] --- PASS: TestIsEmptyDir (0.00s) [2021-09-24T13:24:31.955Z] PASS [2021-09-24T13:24:31.955Z] coverage: 2.3% of statements [2021-09-24T13:24:31.955Z] ok github.com/docker/docker/daemon/graphdriver 0.053s coverage: 2.3% of statements [2021-09-24T13:24:32.182Z] time="2021-09-24T13:24:31Z" level=info msg="Option Initializing KV with TLS" [2021-09-24T13:24:32.182Z] --- PASS: TestTLSConfiguration (0.14s) [2021-09-24T13:24:32.182Z] PASS [2021-09-24T13:24:32.182Z] coverage: 24.0% of statements [2021-09-24T13:24:32.182Z] ok github.com/docker/docker/libnetwork/config 0.192s coverage: 24.0% of statements [2021-09-24T13:24:32.182Z] === RUN TestKey [2021-09-24T13:24:32.182Z] --- PASS: TestKey (0.00s) [2021-09-24T13:24:32.182Z] === RUN TestParseKey [2021-09-24T13:24:32.182Z] --- PASS: TestParseKey (0.00s) [2021-09-24T13:24:32.182Z] === RUN TestInvalidDataStore [2021-09-24T13:24:32.182Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-24T13:24:32.182Z] === RUN TestKVObjectFlatKey [2021-09-24T13:24:32.182Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-24T13:24:32.182Z] === RUN TestAtomicKVObjectFlatKey [2021-09-24T13:24:32.182Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-24T13:24:32.182Z] PASS [2021-09-24T13:24:32.182Z] coverage: 21.9% of statements [2021-09-24T13:24:32.182Z] ok github.com/docker/docker/libnetwork/datastore 0.036s coverage: 21.9% of statements [2021-09-24T13:24:32.382Z] . [2021-09-24T13:24:32.382Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:24:32.382Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:24:32.382Z] Error: No such image: emptyfs [2021-09-24T13:24:32.382Z] Running integration-test (iteration 1) [2021-09-24T13:24:32.382Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-24T13:24:32.382Z] Loaded image: busybox:latest [2021-09-24T13:24:32.382Z] Loaded image: busybox:glibc [2021-09-24T13:24:32.411Z] === RUN TestVerifyNetworkingConfig [2021-09-24T13:24:32.411Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestGetContainer [2021-09-24T13:24:32.411Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestValidContainerNames [2021-09-24T13:24:32.411Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestContainerInitDNS [2021-09-24T13:24:32.411Z] daemon_test.go:146: root required [2021-09-24T13:24:32.411Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestMerge [2021-09-24T13:24:32.411Z] --- PASS: TestMerge (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestValidateContainerIsolation [2021-09-24T13:24:32.411Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestFindNetworkErrorType [2021-09-24T13:24:32.411Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestEnsureServicesExist [2021-09-24T13:24:32.411Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestEnsureServicesExistErrors [2021-09-24T13:24:32.411Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-24T13:24:32.411Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-24T13:24:32.411Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-24T13:24:32.411Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestContainerDelete [2021-09-24T13:24:32.411Z] --- PASS: TestContainerDelete (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestContainerDoubleDelete [2021-09-24T13:24:32.411Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestLogContainerEventCopyLabels [2021-09-24T13:24:32.411Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestLogContainerEventWithAttributes [2021-09-24T13:24:32.411Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestNoneHealthcheck [2021-09-24T13:24:32.411Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestHealthStates [2021-09-24T13:24:32.411Z] time="2021-09-24T13:24: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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] time="2021-09-24T13:24:32Z" 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-09-24T13:24:32.411Z] --- PASS: TestHealthStates (0.13s) [2021-09-24T13:24:32.411Z] === RUN TestMaskURLCredentials [2021-09-24T13:24:32.411Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestGetInspectData [2021-09-24T13:24:32.411Z] --- PASS: TestGetInspectData (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestFillLicense [2021-09-24T13:24:32.411Z] --- PASS: TestFillLicense (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestListInvalidFilter [2021-09-24T13:24:32.411Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestNameFilter [2021-09-24T13:24:32.411Z] --- PASS: TestNameFilter (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-24T13:24:32.411Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-24T13:24:32.411Z] === 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-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-24T13:24:32.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:24:32.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-24T13:24:32.412Z] --- 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-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-24T13:24:32.412Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonReloadLabels [2021-09-24T13:24:32.412Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-24T13:24:32.412Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonReloadMirrors [2021-09-24T13:24:32.412Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-24T13:24:32.412Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-24T13:24:32.412Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestDaemonDiscoveryReload [2021-09-24T13:24:32.412Z] === RUN TestLinkNaming [2021-09-24T13:24:32.412Z] --- PASS: TestLinkNaming (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestLinkNew [2021-09-24T13:24:32.412Z] --- PASS: TestLinkNew (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestLinkEnv [2021-09-24T13:24:32.412Z] --- PASS: TestLinkEnv (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestLinkMultipleEnv [2021-09-24T13:24:32.412Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-24T13:24:32.412Z] === RUN TestLinkPortRangeEnv [2021-09-24T13:24:32.412Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-24T13:24:32.412Z] PASS [2021-09-24T13:24:32.412Z] coverage: 93.0% of statements [2021-09-24T13:24:32.412Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2021-09-24T13:24:33.149Z] === RUN TestIPDataMarshalling [2021-09-24T13:24:33.149Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestValidateAndIsV6 [2021-09-24T13:24:33.149Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-24T13:24:33.149Z] PASS [2021-09-24T13:24:33.149Z] coverage: 68.9% of statements [2021-09-24T13:24:33.149Z] ok github.com/docker/docker/libnetwork/driverapi 0.034s coverage: 68.9% of statements [2021-09-24T13:24:33.149Z] === RUN TestErrorInterfaces [2021-09-24T13:24:33.149Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestNetworkMarshalling [2021-09-24T13:24:33.149Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-09-24T13:24:33.149Z] === RUN TestEndpointMarshalling [2021-09-24T13:24:33.149Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestAuxAddresses [2021-09-24T13:24:33.149Z] time="2021-09-24T13:24:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:33.149Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-24T13:24:33.149Z] === RUN TestSRVServiceQuery [2021-09-24T13:24:33.149Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestServiceVIPReuse [2021-09-24T13:24:33.149Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-24T13:24:33.149Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestDNSIPQuery [2021-09-24T13:24:33.149Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestDNSProxyServFail [2021-09-24T13:24:33.149Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestSandboxAddEmpty [2021-09-24T13:24:33.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestSandboxAddMultiPrio [2021-09-24T13:24:33.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestSandboxAddSamePrio [2021-09-24T13:24:33.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestCleanupServiceDiscovery [2021-09-24T13:24:33.149Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestDNSOptions [2021-09-24T13:24:33.149Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:33.149Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-24T13:24:33.149Z] === RUN TestMultipleControllersWithSameStore [2021-09-24T13:24:33.149Z] time="2021-09-24T13:24:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:33.149Z] time="2021-09-24T13:24:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:33.149Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-24T13:24:33.149Z] PASS [2021-09-24T13:24:33.149Z] coverage: 8.6% of statements [2021-09-24T13:24:33.373Z] --- PASS: TestDaemonDiscoveryReload (1.02s) [2021-09-24T13:24:33.373Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-24T13:24:33.608Z] ok github.com/docker/docker/libnetwork 0.260s coverage: 8.6% of statements [2021-09-24T13:24:33.608Z] --- PASS: TestRandomAllocateDeallocate (3.03s) [2021-09-24T13:24:33.608Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:24:33.608Z] === RUN TestDriver [2021-09-24T13:24:33.608Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:33.608Z] PASS [2021-09-24T13:24:33.608Z] coverage: 34.8% of statements [2021-09-24T13:24:33.608Z] ok github.com/docker/docker/libnetwork/drivers/host 0.033s coverage: 34.8% of statements [2021-09-24T13:24:33.829Z] === RUN TestAdapterReadLogs [2021-09-24T13:24:33.829Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestCopier [2021-09-24T13:24:33.829Z] --- PASS: TestCopier (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestCopierLongLines [2021-09-24T13:24:33.829Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestCopierSlow [2021-09-24T13:24:33.829Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-24T13:24:33.829Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-24T13:24:33.829Z] --- PASS: TestCopierSlow (0.20s) [2021-09-24T13:24:33.829Z] === RUN TestCopierWithSized [2021-09-24T13:24:33.829Z] === RUN TestCopierWithSized/as_is [2021-09-24T13:24:33.829Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-24T13:24:33.829Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-24T13:24:33.829Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-24T13:24:33.829Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestCopierWithPartial [2021-09-24T13:24:33.829Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestRingLogger [2021-09-24T13:24:33.829Z] --- PASS: TestRingLogger (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestRingCap [2021-09-24T13:24:33.829Z] --- PASS: TestRingCap (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestRingClose [2021-09-24T13:24:33.829Z] --- PASS: TestRingClose (0.00s) [2021-09-24T13:24:33.829Z] === RUN TestRingDrain [2021-09-24T13:24:33.829Z] --- PASS: TestRingDrain (0.00s) [2021-09-24T13:24:33.829Z] PASS [2021-09-24T13:24:33.829Z] coverage: 43.8% of statements [2021-09-24T13:24:33.829Z] ok github.com/docker/docker/daemon/logger 0.253s coverage: 43.8% of statements [2021-09-24T13:24:34.066Z] === RUN TestDriver [2021-09-24T13:24:34.066Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:34.066Z] PASS [2021-09-24T13:24:34.066Z] coverage: 34.8% of statements [2021-09-24T13:24:34.066Z] ok github.com/docker/docker/libnetwork/drivers/null 0.036s coverage: 34.8% of statements [2021-09-24T13:24:34.066Z] --- PASS: TestAllocateRandomDeallocate (0.59s) [2021-09-24T13:24:34.066Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-24T13:24:34.285Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-24T13:24:34.285Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-24T13:24:34.285Z] reload_test.go:520: root required [2021-09-24T13:24:34.285Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:24:34.285Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-24T13:24:34.285Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-24T13:24:34.285Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-24T13:24:34.285Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-24T13:24:34.285Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-24T13:24:34.285Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-24T13:24:34.285Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-24T13:24:34.285Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-09-24T13:24:34.285Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-24T13:24:34.285Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-24T13:24:34.285Z] === RUN TestParseVolumesFrom [2021-09-24T13:24:34.285Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-24T13:24:34.285Z] PASS [2021-09-24T13:24:34.285Z] coverage: 9.1% of statements [2021-09-24T13:24:34.285Z] ok github.com/docker/docker/daemon 2.322s coverage: 9.1% of statements [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-24T13:24:34.285Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-24T13:24:34.291Z] Loaded image: debian:bullseye-slim [2021-09-24T13:24:34.291Z] Loaded image: hello-world:latest [2021-09-24T13:24:34.291Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:24:34.291Z] INFO: Testing against a local daemon [2021-09-24T13:24:34.291Z] === RUN TestCgroupNamespacesBuild [2021-09-24T13:24:34.525Z] === RUN TestNetworkAllocateFree [2021-09-24T13:24:34.525Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-24T13:24:34.525Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-24T13:24:34.525Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-24T13:24:34.525Z] PASS [2021-09-24T13:24:34.525Z] coverage: 63.6% of statements [2021-09-24T13:24:34.525Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.062s coverage: 63.6% of statements [2021-09-24T13:24:34.525Z] === RUN TestGetEmptyCapabilities [2021-09-24T13:24:34.525Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2021-09-24T13:24:34.525Z] === RUN TestGetExtraCapabilities [2021-09-24T13:24:34.525Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-24T13:24:34.525Z] === RUN TestGetInvalidCapabilities [2021-09-24T13:24:34.525Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-24T13:24:34.525Z] === RUN TestRemoteDriver [2021-09-24T13:24:34.525Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-24T13:24:34.525Z] === RUN TestDriverError [2021-09-24T13:24:34.525Z] --- PASS: TestDriverError (0.00s) [2021-09-24T13:24:34.525Z] === RUN TestMissingValues [2021-09-24T13:24:34.525Z] --- PASS: TestMissingValues (0.00s) [2021-09-24T13:24:34.525Z] === RUN TestRollback [2021-09-24T13:24:34.525Z] --- PASS: TestRollback (0.00s) [2021-09-24T13:24:34.525Z] PASS [2021-09-24T13:24:34.525Z] coverage: 57.4% of statements [2021-09-24T13:24:34.525Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2021-09-24T13:24:34.525Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.69s) [2021-09-24T13:24:34.525Z] === RUN TestRetrieveFromStore [2021-09-24T13:24:34.741Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-24T13:24:34.741Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/defaults [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-24T13:24:34.741Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-24T13:24:34.741Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-24T13:24:34.741Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-24T13:24:34.741Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-09-24T13:24:34.741Z] === RUN TestCreateSuccess [2021-09-24T13:24:34.741Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCreateStreamSkipped [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-24T13:24:34.741Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCreateLogGroupSuccess [2021-09-24T13:24:34.741Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCreateError [2021-09-24T13:24:34.741Z] --- PASS: TestCreateError (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCreateAlreadyExists [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-24T13:24:34.741Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestLogClosed [2021-09-24T13:24:34.741Z] --- PASS: TestLogClosed (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestLogBlocking [2021-09-24T13:24:34.741Z] --- PASS: TestLogBlocking (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-24T13:24:34.741Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestLogNonBlockingBufferFull [2021-09-24T13:24:34.741Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestPublishBatchSuccess [2021-09-24T13:24:34.741Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestPublishBatchError [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=error msg=Error [2021-09-24T13:24:34.741Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:24:34.741Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:24:34.741Z] time="2021-09-24T13:24:34Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-24T13:24:34.741Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchSimple [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchTicker [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMultilinePattern [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchClose [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/0/Hello [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/2/🙃 [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/3/���� [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/4/He��o [2021-09-24T13:24:34.741Z] === RUN TestEffectiveLen/5/ [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/0/ [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/1/Hello [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: Hello [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/2/Hello [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: He [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: llo [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/3/Hello [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: Hello [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/4/🙃 [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/5/🙃 [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/6/a� [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: a [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: � [2021-09-24T13:24:34.741Z] === RUN TestFindValidSplit/7/a� [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1063: a� [2021-09-24T13:24:34.741Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-24T13:24:34.741Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestProcessEventEmoji [2021-09-24T13:24:34.741Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchLineSplit [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMaxEvents [2021-09-24T13:24:34.741Z] === RUN TestSearchRegistryForImagesErrors [2021-09-24T13:24:34.741Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestSearchRegistryForImages [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-24T13:24:34.741Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestOnlyPlatformWithFallback [2021-09-24T13:24:34.741Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-24T13:24:34.741Z] === RUN TestImageDelete [2021-09-24T13:24:34.741Z] === RUN TestImageDelete/no_lease [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-09-24T13:24:34.741Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-24T13:24:34.741Z] === RUN TestImageDelete/lease_exists [2021-09-24T13:24:34.741Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-09-24T13:24:34.742Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-24T13:24:34.742Z] --- PASS: TestImageDelete (0.03s) [2021-09-24T13:24:34.742Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-24T13:24:34.742Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-24T13:24:34.742Z] === RUN TestContentStoreForPull [2021-09-24T13:24:34.742Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-24T13:24:34.742Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-24T13:24:34.742Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-24T13:24:34.742Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestCreateTagSuccess [2021-09-24T13:24:34.742Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-24T13:24:34.742Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-24T13:24:34.742Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-24T13:24:34.742Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-24T13:24:34.742Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-24T13:24:34.742Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-24T13:24:34.742Z] PASS [2021-09-24T13:24:34.742Z] coverage: 77.4% of statements [2021-09-24T13:24:34.742Z] ok github.com/docker/docker/daemon/logger/awslogs 0.341s coverage: 77.4% of statements [2021-09-24T13:24:34.742Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-24T13:24:34.742Z] PASS [2021-09-24T13:24:34.742Z] coverage: 6.7% of statements [2021-09-24T13:24:34.742Z] ok github.com/docker/docker/daemon/images 0.283s coverage: 6.7% of statements [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-24T13:24:34.742Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-24T13:24:34.984Z] --- PASS: TestRetrieveFromStore (0.24s) [2021-09-24T13:24:34.984Z] === RUN TestIsCorrupted [2021-09-24T13:24:34.984Z] --- PASS: TestIsCorrupted (0.01s) [2021-09-24T13:24:34.984Z] === RUN TestSetRollover [2021-09-24T13:24:34.984Z] === RUN TestBuildDefault [2021-09-24T13:24:34.984Z] --- PASS: TestBuildDefault (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestBuildHostnameDomainname [2021-09-24T13:24:34.984Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestBuildHostname [2021-09-24T13:24:34.984Z] --- PASS: TestBuildHostname (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestBuildHostnameFQDN [2021-09-24T13:24:34.984Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestBuildNoIP [2021-09-24T13:24:34.984Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestUpdate [2021-09-24T13:24:34.984Z] --- PASS: TestUpdate (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-24T13:24:34.984Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-24T13:24:34.984Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestAddEmpty [2021-09-24T13:24:34.984Z] --- PASS: TestAddEmpty (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestAdd [2021-09-24T13:24:34.984Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestDeleteEmpty [2021-09-24T13:24:34.984Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestDeleteNewline [2021-09-24T13:24:34.984Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestDelete [2021-09-24T13:24:34.984Z] --- PASS: TestDelete (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestConcurrentWrites [2021-09-24T13:24:34.984Z] === RUN TestNAT [2021-09-24T13:24:34.984Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:24:34.984Z] --- SKIP: TestNAT (0.00s) [2021-09-24T13:24:34.984Z] === RUN TestTransparent [2021-09-24T13:24:34.984Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:24:34.984Z] --- SKIP: TestTransparent (0.00s) [2021-09-24T13:24:34.984Z] PASS [2021-09-24T13:24:34.984Z] coverage: 0.0% of statements [2021-09-24T13:24:35.198Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-24T13:24:35.198Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-24T13:24:35.198Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-24T13:24:35.442Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.073s coverage: 0.0% of statements [2021-09-24T13:24:35.442Z] --- PASS: TestConcurrentWrites (0.13s) [2021-09-24T13:24:35.442Z] PASS [2021-09-24T13:24:35.442Z] coverage: 81.2% of statements [2021-09-24T13:24:35.442Z] ok github.com/docker/docker/libnetwork/etchosts 0.177s coverage: 81.2% of statements [2021-09-24T13:24:35.442Z] === RUN TestNew [2021-09-24T13:24:35.442Z] --- PASS: TestNew (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestAddDriver [2021-09-24T13:24:35.442Z] --- PASS: TestAddDriver (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestAddDuplicateDriver [2021-09-24T13:24:35.442Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-24T13:24:35.442Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestDriver [2021-09-24T13:24:35.442Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestIPAM [2021-09-24T13:24:35.442Z] --- PASS: TestIPAM (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestWalkIPAMs [2021-09-24T13:24:35.442Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-24T13:24:35.442Z] === RUN TestWalkDrivers [2021-09-24T13:24:35.442Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-24T13:24:35.442Z] PASS [2021-09-24T13:24:35.442Z] coverage: 82.4% of statements [2021-09-24T13:24:35.442Z] ok github.com/docker/docker/libnetwork/drvregistry 0.058s coverage: 82.4% of statements [2021-09-24T13:24:35.654Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-24T13:24:35.654Z] === RUN TestFastTimeMarshalJSON [2021-09-24T13:24:35.654Z] --- PASS: TestFastTimeMarshalJSON (0.06s) [2021-09-24T13:24:35.654Z] PASS [2021-09-24T13:24:35.654Z] coverage: 87.2% of statements [2021-09-24T13:24:35.654Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.258s coverage: 87.2% of statements [2021-09-24T13:24:35.654Z] === RUN TestJSONFileLogger [2021-09-24T13:24:35.654Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-24T13:24:35.654Z] === RUN TestJSONFileLoggerWithTags [2021-09-24T13:24:35.654Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-24T13:24:35.654Z] === RUN TestJSONFileLoggerWithOpts [2021-09-24T13:24:35.654Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-24T13:24:35.654Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-24T13:24:35.654Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-24T13:24:35.654Z] === RUN TestEncodeDecode [2021-09-24T13:24:35.654Z] === PAUSE TestEncodeDecode [2021-09-24T13:24:35.654Z] === RUN TestUnexpectedEOF [2021-09-24T13:24:35.654Z] time="2021-09-24T13:24:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:24:35.654Z] time="2021-09-24T13:24:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:24:35.654Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-09-24T13:24:35.654Z] === CONT TestEncodeDecode [2021-09-24T13:24:35.654Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-24T13:24:35.654Z] PASS [2021-09-24T13:24:35.654Z] coverage: 69.9% of statements [2021-09-24T13:24:35.654Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.235s coverage: 69.9% of statements [2021-09-24T13:24:35.673Z] --- PASS: TestCgroupNamespacesBuild (1.36s) [2021-09-24T13:24:35.673Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-24T13:24:35.901Z] --- PASS: TestSetRollover (0.82s) [2021-09-24T13:24:35.901Z] === RUN TestSetRolloverSerial [2021-09-24T13:24:35.901Z] === RUN TestDiff [2021-09-24T13:24:35.901Z] --- PASS: TestDiff (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestAddedCallback [2021-09-24T13:24:35.901Z] --- PASS: TestAddedCallback (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestRemovedCallback [2021-09-24T13:24:35.901Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestNoCallback [2021-09-24T13:24:35.901Z] --- PASS: TestNoCallback (0.00s) [2021-09-24T13:24:35.901Z] PASS [2021-09-24T13:24:35.901Z] coverage: 48.1% of statements [2021-09-24T13:24:35.901Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.036s coverage: 48.1% of statements [2021-09-24T13:24:35.901Z] === RUN TestNew [2021-09-24T13:24:35.901Z] --- PASS: TestNew (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestAllocate [2021-09-24T13:24:35.901Z] --- PASS: TestAllocate (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestUninitialized [2021-09-24T13:24:35.901Z] --- PASS: TestUninitialized (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestAllocateInRange [2021-09-24T13:24:35.901Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-24T13:24:35.901Z] === RUN TestAllocateSerial [2021-09-24T13:24:35.901Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-24T13:24:35.901Z] PASS [2021-09-24T13:24:35.901Z] coverage: 87.5% of statements [2021-09-24T13:24:35.901Z] ok github.com/docker/docker/libnetwork/idm 0.032s coverage: 87.5% of statements [2021-09-24T13:24:36.359Z] --- PASS: TestSetRolloverSerial (0.73s) [2021-09-24T13:24:36.359Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-24T13:24:36.359Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-24T13:24:36.359Z] PASS [2021-09-24T13:24:36.359Z] coverage: 84.4% of statements [2021-09-24T13:24:36.359Z] ok github.com/docker/docker/libnetwork/bitseq 6.175s coverage: 84.4% of statements [2021-09-24T13:24:36.359Z] === RUN TestCaller [2021-09-24T13:24:36.359Z] --- PASS: TestCaller (0.00s) [2021-09-24T13:24:36.359Z] PASS [2021-09-24T13:24:36.359Z] coverage: 100.0% of statements [2021-09-24T13:24:36.359Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2021-09-24T13:24:36.612Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2021-09-24T13:24:36.612Z] === RUN TestBuildWithSession [2021-09-24T13:24:36.612Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:24:36.612Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:24:36.612Z] === RUN TestBuildSquashParent [2021-09-24T13:24:36.616Z] === RUN TestWriteLog [2021-09-24T13:24:36.616Z] === PAUSE TestWriteLog [2021-09-24T13:24:36.616Z] === RUN TestReadLog [2021-09-24T13:24:36.616Z] === PAUSE TestReadLog [2021-09-24T13:24:36.616Z] === CONT TestWriteLog [2021-09-24T13:24:36.616Z] === CONT TestReadLog [2021-09-24T13:24:36.616Z] === RUN TestReadLog/tail_exact [2021-09-24T13:24:36.616Z] --- PASS: TestWriteLog (0.01s) [2021-09-24T13:24:36.616Z] === RUN TestReadLog/tail_less_than_available [2021-09-24T13:24:36.616Z] === RUN TestReadLog/tail_more_than_available [2021-09-24T13:24:36.616Z] --- PASS: TestReadLog (0.13s) [2021-09-24T13:24:36.616Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-09-24T13:24:36.616Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-24T13:24:36.616Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-24T13:24:36.616Z] PASS [2021-09-24T13:24:36.616Z] coverage: 75.2% of statements [2021-09-24T13:24:36.616Z] === RUN TestOpenFileDelete [2021-09-24T13:24:36.616Z] ok github.com/docker/docker/daemon/logger/local 0.315s coverage: 75.2% of statements [2021-09-24T13:24:36.616Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestOpenFileRename [2021-09-24T13:24:36.616Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestParseLogTagDefaultTag [2021-09-24T13:24:36.616Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-24T13:24:36.616Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestParseLogTag [2021-09-24T13:24:36.616Z] --- PASS: TestParseLogTag (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestParseLogTagEmptyTag [2021-09-24T13:24:36.616Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestTailFiles [2021-09-24T13:24:36.616Z] --- PASS: TestTailFiles (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestFollowLogsConsumerGone [2021-09-24T13:24:36.616Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestFollowLogsProducerGone [2021-09-24T13:24:36.616Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-24T13:24:36.616Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-24T13:24:36.616Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-24T13:24:36.616Z] === RUN TestCheckCapacityAndRotate [2021-09-24T13:24:36.616Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-24T13:24:36.616Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-24T13:24:36.616Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-09-24T13:24:36.616Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-24T13:24:36.616Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-09-24T13:24:36.616Z] PASS [2021-09-24T13:24:36.616Z] coverage: 54.1% of statements [2021-09-24T13:24:36.616Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.084s coverage: 54.1% of statements [2021-09-24T13:24:36.817Z] === RUN TestSetSerialInsertDelete [2021-09-24T13:24:36.817Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-24T13:24:36.817Z] === RUN TestSetParallelInsertDelete [2021-09-24T13:24:37.072Z] === RUN TestLog [2021-09-24T13:24:37.072Z] --- PASS: TestLog (0.00s) [2021-09-24T13:24:37.072Z] PASS [2021-09-24T13:24:37.072Z] coverage: 31.5% of statements [2021-09-24T13:24:37.072Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.058s coverage: 31.5% of statements [2021-09-24T13:24:37.093Z] ok github.com/docker/docker/pkg/plugins 33.667s coverage: 76.3% of statements [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/rootless [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/volume [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-24T13:24:37.093Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === Skipped [2021-09-24T13:24:37.093Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-24T13:24:37.093Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-24T13:24:37.093Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-24T13:24:37.093Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-24T13:24:37.093Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-24T13:24:37.093Z] time="2021-09-24T13:23:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-24T13:24:37.093Z] time="2021-09-24T13:23:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-24T13:24:37.093Z] time="2021-09-24T13:23:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-24T13:24:37.093Z] time="2021-09-24T13:23:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-24T13:24:37.093Z] time="2021-09-24T13:23:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-24T13:24:37.093Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-24T13:24:37.093Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-24T13:24:37.093Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:24:37.093Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-24T13:24:37.093Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-24T13:24:37.093Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-24T13:24:37.093Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-24T13:24:37.093Z] [2021-09-24T13:24:37.093Z] DONE 2311 tests, 28 skipped in 191.459s [2021-09-24T13:24:37.093Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:24:37.093Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:24:37.094Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-24T13:24:37.094Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-09-24T13:24:37.528Z] === RUN TestNewParse [2021-09-24T13:24:37.528Z] --- PASS: TestNewParse (0.00s) [2021-09-24T13:24:37.528Z] PASS [2021-09-24T13:24:37.528Z] coverage: 8.3% of statements [2021-09-24T13:24:37.528Z] === RUN TestValidateLogOpt [2021-09-24T13:24:37.528Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestNewMissedConfig [2021-09-24T13:24:37.528Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestNewMissedUrl [2021-09-24T13:24:37.528Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestNewMissedToken [2021-09-24T13:24:37.528Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestNewWithProxy [2021-09-24T13:24:37.528Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestDefault [2021-09-24T13:24:37.528Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2021-09-24T13:24:37.528Z] --- PASS: TestDefault (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-24T13:24:37.528Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestJsonFormat [2021-09-24T13:24:37.528Z] --- PASS: TestJsonFormat (0.01s) [2021-09-24T13:24:37.528Z] === RUN TestRawFormat [2021-09-24T13:24:37.528Z] --- PASS: TestRawFormat (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestRawFormatWithLabels [2021-09-24T13:24:37.528Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestRawFormatWithoutTag [2021-09-24T13:24:37.528Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestBatching [2021-09-24T13:24:37.528Z] --- PASS: TestBatching (0.21s) [2021-09-24T13:24:37.528Z] === RUN TestFrequency [2021-09-24T13:24:37.528Z] === RUN TestParseLogFormat [2021-09-24T13:24:37.528Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestValidateLogOptEmpty [2021-09-24T13:24:37.528Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestValidateSyslogAddress [2021-09-24T13:24:37.528Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestParseAddressDefaultPort [2021-09-24T13:24:37.528Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestValidateSyslogFacility [2021-09-24T13:24:37.528Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestValidateLogOptSyslogFormat [2021-09-24T13:24:37.528Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-24T13:24:37.528Z] === RUN TestValidateLogOpt [2021-09-24T13:24:37.528Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:24:37.528Z] PASS [2021-09-24T13:24:37.528Z] coverage: 46.8% of statements [2021-09-24T13:24:37.528Z] ok github.com/docker/docker/daemon/logger/syslog 0.047s coverage: 46.8% of statements [2021-09-24T13:24:37.784Z] === RUN TestInt2IP2IntConversion [2021-09-24T13:24:37.784Z] === RUN TestPoolRequest [2021-09-24T13:24:37.784Z] --- PASS: TestPoolRequest (0.00s) [2021-09-24T13:24:37.784Z] === RUN TestOtherRequests [2021-09-24T13:24:37.784Z] --- PASS: TestOtherRequests (0.00s) [2021-09-24T13:24:37.784Z] PASS [2021-09-24T13:24:37.784Z] coverage: 57.1% of statements [2021-09-24T13:24:37.784Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2021-09-24T13:24:37.784Z] --- PASS: TestInt2IP2IntConversion (0.43s) [2021-09-24T13:24:37.784Z] === RUN TestGetAddressVersion [2021-09-24T13:24:37.784Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-24T13:24:37.784Z] === RUN TestKeyString [2021-09-24T13:24:37.784Z] --- PASS: TestKeyString (0.00s) [2021-09-24T13:24:37.784Z] === RUN TestPoolDataMarshal [2021-09-24T13:24:37.784Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-24T13:24:37.784Z] === RUN TestSubnetsMarshal [2021-09-24T13:24:37.784Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-09-24T13:24:37.784Z] === RUN TestAddSubnets [2021-09-24T13:24:37.784Z] --- PASS: TestAddSubnets (0.03s) [2021-09-24T13:24:37.784Z] === RUN TestDoublePoolRelease [2021-09-24T13:24:37.984Z] --- PASS: TestFrequency (0.18s) [2021-09-24T13:24:37.984Z] === RUN TestOneMessagePerRequest [2021-09-24T13:24:37.984Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-24T13:24:37.984Z] === RUN TestVerify [2021-09-24T13:24:37.984Z] --- PASS: TestVerify (0.00s) [2021-09-24T13:24:37.984Z] === RUN TestSkipVerify [2021-09-24T13:24:37.984Z] time="2021-09-24T13:24:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:37.984Z] time="2021-09-24T13:24:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:37.984Z] time="2021-09-24T13:24:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:37.984Z] time="2021-09-24T13:24:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.243Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-24T13:24:38.243Z] === RUN TestAddReleasePoolID [2021-09-24T13:24:38.243Z] --- PASS: TestAddReleasePoolID (0.04s) [2021-09-24T13:24:38.243Z] === RUN TestPredefinedPool [2021-09-24T13:24:38.243Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-24T13:24:38.243Z] === RUN TestRemoveSubnet [2021-09-24T13:24:38.243Z] --- PASS: TestRemoveSubnet (0.10s) [2021-09-24T13:24:38.243Z] === RUN TestGetSameAddress [2021-09-24T13:24:38.243Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-24T13:24:38.243Z] === RUN TestPoolAllocationReuse [2021-09-24T13:24:38.440Z] --- PASS: TestSkipVerify (0.69s) [2021-09-24T13:24:38.440Z] === RUN TestBufferMaximum [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.197609\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.197609\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-24T13:24:38.440Z] === RUN TestServerAlwaysDown [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.199623\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.199623\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.199623\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.199623\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] time="2021-09-24T13:24:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632489878.199623\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:38.440Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-24T13:24:38.440Z] === RUN TestCannotSendAfterClose [2021-09-24T13:24:38.440Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-24T13:24:38.440Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-24T13:24:38.440Z] === RUN TestV1IDService [2021-09-24T13:24:38.440Z] --- PASS: TestV1IDService (0.01s) [2021-09-24T13:24:38.440Z] === RUN TestV2MetadataService [2021-09-24T13:24:38.706Z] === RUN TestGetCapabilities [2021-09-24T13:24:38.706Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-24T13:24:38.706Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-24T13:24:38.706Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-24T13:24:38.706Z] === RUN TestGetDefaultAddressSpaces [2021-09-24T13:24:38.706Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-24T13:24:38.706Z] === RUN TestRemoteDriver [2021-09-24T13:24:38.706Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-24T13:24:38.706Z] PASS [2021-09-24T13:24:38.706Z] coverage: 47.4% of statements [2021-09-24T13:24:38.706Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.095s coverage: 47.4% of statements [2021-09-24T13:24:38.897Z] --- PASS: TestV2MetadataService (0.46s) [2021-09-24T13:24:38.897Z] PASS [2021-09-24T13:24:38.897Z] coverage: 48.2% of statements [2021-09-24T13:24:38.897Z] ok github.com/docker/docker/distribution/metadata 0.529s coverage: 48.2% of statements [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-24T13:24:39.166Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-24T13:24:39.354Z] time="2021-09-24T13:24:39Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-09-24T13:24:39.354Z] time="2021-09-24T13:24:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"95f43659ebc6\"}'" [2021-09-24T13:24:39.354Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-24T13:24:39.354Z] PASS [2021-09-24T13:24:39.354Z] coverage: 82.5% of statements [2021-09-24T13:24:39.354Z] ok github.com/docker/docker/daemon/logger/splunk 2.160s coverage: 82.5% of statements [2021-09-24T13:24:39.354Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-24T13:24:39.354Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-24T13:24:39.354Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-24T13:24:39.354Z] === RUN TestSuccessfulDownload [2021-09-24T13:24:39.354Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:24:39.354Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-24T13:24:39.354Z] === RUN TestCancelledDownload [2021-09-24T13:24:39.354Z] --- PASS: TestCancelledDownload (0.01s) [2021-09-24T13:24:39.354Z] === RUN TestMaxDownloadAttempts [2021-09-24T13:24:39.354Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:39.354Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:39.354Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:39.354Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:39.354Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:39.354Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:39.354Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:39.354Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:39.354Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:24:39.354Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:24:39.354Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:24:39.354Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:24:39.354Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-24T13:24:39.354Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-24T13:24:39.354Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-24T13:24:39.354Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-24T13:24:39.354Z] === RUN TestContinueOnError_NeverContinue [2021-09-24T13:24:39.354Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-24T13:24:39.354Z] === RUN TestManifestStore [2021-09-24T13:24:39.354Z] === RUN TestManifestStore/no_remote_or_local [2021-09-24T13:24:39.628Z] === RUN TestWindowsIPAM [2021-09-24T13:24:39.628Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-24T13:24:39.628Z] PASS [2021-09-24T13:24:39.628Z] coverage: 71.4% of statements [2021-09-24T13:24:39.628Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.068s coverage: 71.4% of statements [2021-09-24T13:24:39.628Z] --- PASS: TestPoolAllocationReuse (1.45s) [2021-09-24T13:24:39.628Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-24T13:24:39.628Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-24T13:24:39.628Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local553159006\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/no_local_cache [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/with_local_cache [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/unknown_media_type [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="reference for unknown type: " [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-24T13:24:39.810Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore (0.31s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/unknown_media_type (0.09s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.05s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-09-24T13:24:39.810Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-24T13:24:39.810Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestFixManifestLayers [2021-09-24T13:24:39.810Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-24T13:24:39.810Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:24:39.810Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestFixManifestLayersBadParent [2021-09-24T13:24:39.810Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestValidateManifest [2021-09-24T13:24:39.810Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:24:39.810Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestFormatPlatform [2021-09-24T13:24:39.810Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestGetRepositoryMountCandidates [2021-09-24T13:24:39.810Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestLayerAlreadyExists [2021-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] 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-09-24T13:24:39.810Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-24T13:24:39.810Z] === RUN TestWhenEmptyAuthConfig [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:39.810Z] time="2021-09-24T13:24:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:24:39.810Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-24T13:24:39.810Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-09-24T13:24:39.810Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-09-24T13:24:39.810Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-09-24T13:24:39.810Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-09-24T13:24:39.810Z] === RUN TestTransfer [2021-09-24T13:24:40.090Z] === RUN TestDefaultNetwork [2021-09-24T13:24:40.090Z] --- PASS: TestDefaultNetwork (0.23s) [2021-09-24T13:24:40.090Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-24T13:24:40.090Z] === RUN TestKeyValue [2021-09-24T13:24:40.090Z] --- PASS: TestKeyValue (0.00s) [2021-09-24T13:24:40.090Z] PASS [2021-09-24T13:24:40.090Z] coverage: 60.0% of statements [2021-09-24T13:24:40.090Z] ok github.com/docker/docker/libnetwork/netlabel 0.068s coverage: 60.0% of statements [2021-09-24T13:24:40.266Z] --- PASS: TestTransfer (0.11s) [2021-09-24T13:24:40.266Z] === RUN TestConcurrencyLimit [2021-09-24T13:24:40.266Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-09-24T13:24:40.266Z] === RUN TestInactiveJobs [2021-09-24T13:24:40.266Z] === RUN TestNotFound [2021-09-24T13:24:40.266Z] --- PASS: TestNotFound (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestConflict [2021-09-24T13:24:40.266Z] --- PASS: TestConflict (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestForbidden [2021-09-24T13:24:40.266Z] --- PASS: TestForbidden (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestInvalidParameter [2021-09-24T13:24:40.266Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestNotImplemented [2021-09-24T13:24:40.266Z] --- PASS: TestNotImplemented (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestNotModified [2021-09-24T13:24:40.266Z] --- PASS: TestNotModified (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestUnauthorized [2021-09-24T13:24:40.266Z] --- PASS: TestUnauthorized (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestUnknown [2021-09-24T13:24:40.266Z] --- PASS: TestUnknown (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestCancelled [2021-09-24T13:24:40.266Z] --- PASS: TestCancelled (0.00s) [2021-09-24T13:24:40.266Z] === RUN TestDeadline [2021-09-24T13:24:40.266Z] --- PASS: TestDeadline (0.00s) [2021-09-24T13:24:40.267Z] === RUN TestDataLoss [2021-09-24T13:24:40.267Z] --- PASS: TestDataLoss (0.00s) [2021-09-24T13:24:40.267Z] === RUN TestUnavailable [2021-09-24T13:24:40.267Z] --- PASS: TestUnavailable (0.00s) [2021-09-24T13:24:40.267Z] === RUN TestSystem [2021-09-24T13:24:40.267Z] --- PASS: TestSystem (0.00s) [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Not_Found [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Bad_Request [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Conflict [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Unauthorized [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Forbidden [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Not_Modified [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-24T13:24:40.267Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-24T13:24:40.267Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-24T13:24:40.267Z] PASS [2021-09-24T13:24:40.267Z] coverage: 53.1% of statements [2021-09-24T13:24:40.267Z] ok github.com/docker/docker/errdefs 0.036s coverage: 53.1% of statements [2021-09-24T13:24:40.549Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s) [2021-09-24T13:24:40.549Z] === RUN TestInitAddressPools [2021-09-24T13:24:40.549Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-24T13:24:40.549Z] PASS [2021-09-24T13:24:40.549Z] coverage: 74.0% of statements [2021-09-24T13:24:40.549Z] ok github.com/docker/docker/libnetwork/ipamutils 0.551s coverage: 74.0% of statements [2021-09-24T13:24:40.726Z] === RUN TestFSGetInvalidData [2021-09-24T13:24:40.726Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSInvalidSet [2021-09-24T13:24:40.726Z] --- PASS: TestFSInvalidSet (0.02s) [2021-09-24T13:24:40.726Z] === RUN TestFSInvalidRoot [2021-09-24T13:24:40.726Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSMetadataGetSet [2021-09-24T13:24:40.726Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-24T13:24:40.726Z] === RUN TestFSInvalidWalker [2021-09-24T13:24:40.726Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSGetSet [2021-09-24T13:24:40.726Z] --- PASS: TestFSGetSet (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSGetUnsetKey [2021-09-24T13:24:40.726Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestFSGetEmptyData [2021-09-24T13:24:40.726Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestFSDelete [2021-09-24T13:24:40.726Z] --- PASS: TestFSDelete (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSWalker [2021-09-24T13:24:40.726Z] --- PASS: TestFSWalker (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestFSWalkerStopOnError [2021-09-24T13:24:40.726Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestNewFromJSON [2021-09-24T13:24:40.726Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-24T13:24:40.726Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestMarshalKeyOrder [2021-09-24T13:24:40.726Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestHistoryEqual [2021-09-24T13:24:40.726Z] --- PASS: TestInactiveJobs (0.37s) [2021-09-24T13:24:40.726Z] === RUN TestWatchRelease [2021-09-24T13:24:40.726Z] --- PASS: TestWatchRelease (0.04s) [2021-09-24T13:24:40.726Z] === RUN TestWatchFinishedTransfer [2021-09-24T13:24:40.726Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestDuplicateTransfer [2021-09-24T13:24:40.726Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-24T13:24:40.726Z] === RUN TestSuccessfulUpload [2021-09-24T13:24:40.726Z] --- PASS: TestHistoryEqual (0.12s) [2021-09-24T13:24:40.726Z] === RUN TestImage [2021-09-24T13:24:40.726Z] --- PASS: TestImage (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestImageOSNotEmpty [2021-09-24T13:24:40.726Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-24T13:24:40.726Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestCreate [2021-09-24T13:24:40.726Z] --- PASS: TestCreate (0.00s) [2021-09-24T13:24:40.726Z] === RUN TestRestore [2021-09-24T13:24:40.726Z] time="2021-09-24T13:24:40Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-24T13:24:40.726Z] --- PASS: TestRestore (0.02s) [2021-09-24T13:24:40.726Z] === RUN TestAddDelete [2021-09-24T13:24:40.726Z] --- PASS: TestAddDelete (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestSearchAfterDelete [2021-09-24T13:24:40.726Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-24T13:24:40.726Z] === RUN TestParentReset [2021-09-24T13:24:40.726Z] --- PASS: TestParentReset (0.02s) [2021-09-24T13:24:40.726Z] === RUN TestGetAndSetLastUpdated [2021-09-24T13:24:41.008Z] === RUN TestGenerate [2021-09-24T13:24:41.008Z] --- PASS: TestGenerate (0.00s) [2021-09-24T13:24:41.008Z] === RUN TestGeneratePtr [2021-09-24T13:24:41.008Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-24T13:24:41.008Z] === RUN TestGenerateMissingField [2021-09-24T13:24:41.008Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-24T13:24:41.008Z] === RUN TestFieldCannotBeSet [2021-09-24T13:24:41.008Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-24T13:24:41.008Z] === RUN TestTypeMismatchError [2021-09-24T13:24:41.008Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-24T13:24:41.008Z] PASS [2021-09-24T13:24:41.008Z] coverage: 100.0% of statements [2021-09-24T13:24:41.008Z] ok github.com/docker/docker/libnetwork/options 0.033s coverage: 100.0% of statements [2021-09-24T13:24:41.182Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-24T13:24:41.182Z] === RUN TestStoreLen [2021-09-24T13:24:41.182Z] --- PASS: TestStoreLen (0.03s) [2021-09-24T13:24:41.182Z] PASS [2021-09-24T13:24:41.182Z] coverage: 86.6% of statements [2021-09-24T13:24:41.182Z] ok github.com/docker/docker/image 0.381s coverage: 86.6% of statements [2021-09-24T13:24:41.182Z] --- PASS: TestWhenEmptyAuthConfig (1.20s) [2021-09-24T13:24:41.182Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-24T13:24:41.182Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-24T13:24:41.182Z] === RUN TestTokenPassThru [2021-09-24T13:24:41.182Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-24T13:24:41.182Z] === RUN TestTokenPassThruDifferentHost [2021-09-24T13:24:41.182Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-09-24T13:24:41.182Z] PASS [2021-09-24T13:24:41.182Z] coverage: 24.1% of statements [2021-09-24T13:24:41.182Z] ok github.com/docker/docker/distribution 1.593s coverage: 24.1% of statements [2021-09-24T13:24:41.182Z] time="2021-09-24T13:24:40Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-24T13:24:41.182Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-24T13:24:41.182Z] --- PASS: TestSuccessfulUpload (0.35s) [2021-09-24T13:24:41.182Z] === RUN TestCancelledUpload [2021-09-24T13:24:41.182Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-24T13:24:41.182Z] PASS [2021-09-24T13:24:41.182Z] coverage: 77.3% of statements [2021-09-24T13:24:41.182Z] ok github.com/docker/docker/distribution/xfer 1.751s coverage: 77.3% of statements [2021-09-24T13:24:41.182Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-24T13:24:41.182Z] === RUN TestCompare [2021-09-24T13:24:41.182Z] --- PASS: TestCompare (0.00s) [2021-09-24T13:24:41.182Z] PASS [2021-09-24T13:24:41.182Z] coverage: 19.2% of statements [2021-09-24T13:24:41.182Z] ok github.com/docker/docker/image/cache 0.060s coverage: 19.2% of statements [2021-09-24T13:24:41.890Z] --- PASS: TestBuildSquashParent (4.55s) [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:24:41.890Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:24:41.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:24:41.890Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:24:41.890Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:24:41.977Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.17s) [2021-09-24T13:24:41.977Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-24T13:24:42.144Z] === RUN TestMakeV1ConfigFromConfig [2021-09-24T13:24:42.144Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-24T13:24:42.144Z] PASS [2021-09-24T13:24:42.144Z] coverage: 25.0% of statements [2021-09-24T13:24:42.144Z] ok github.com/docker/docker/image/v1 0.065s coverage: 25.0% of statements [2021-09-24T13:24:42.438Z] testing: warning: no tests to run [2021-09-24T13:24:42.438Z] PASS [2021-09-24T13:24:42.438Z] coverage: 0.0% of statements [2021-09-24T13:24:42.438Z] ok github.com/docker/docker/libnetwork/osl 0.062s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:24:42.438Z] === RUN TestNetworkDBSimple [2021-09-24T13:24:42.600Z] === RUN TestValidateManifest [2021-09-24T13:24:42.600Z] === RUN TestValidateManifest/nil [2021-09-24T13:24:42.600Z] === RUN TestValidateManifest/non-nil [2021-09-24T13:24:42.600Z] --- PASS: TestValidateManifest (0.00s) [2021-09-24T13:24:42.600Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-24T13:24:42.600Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-24T13:24:42.600Z] PASS [2021-09-24T13:24:42.600Z] coverage: 0.7% of statements [2021-09-24T13:24:42.600Z] ok github.com/docker/docker/image/tarexport 0.121s coverage: 0.7% of statements [2021-09-24T13:24:42.600Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-24T13:24:42.829Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:24:42.898Z] === RUN TestRequestNewPort [2021-09-24T13:24:42.898Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestRequestSpecificPort [2021-09-24T13:24:42.898Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestReleasePort [2021-09-24T13:24:42.898Z] --- PASS: TestReleasePort (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestReuseReleasedPort [2021-09-24T13:24:42.898Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestReleaseUnreadledPort [2021-09-24T13:24:42.898Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestUnknowProtocol [2021-09-24T13:24:42.898Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestAllocateAllPorts [2021-09-24T13:24:42.898Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestPortAllocation [2021-09-24T13:24:42.898Z] --- PASS: TestPortAllocation (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestPortAllocationWithCustomRange [2021-09-24T13:24:42.898Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestNoDuplicateBPR [2021-09-24T13:24:42.898Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-24T13:24:42.898Z] === RUN TestChangePortRange [2021-09-24T13:24:42.898Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-24T13:24:42.898Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-24T13:24:43.056Z] === RUN TestSerialization [2021-09-24T13:24:43.056Z] --- PASS: TestSerialization (0.02s) [2021-09-24T13:24:43.056Z] PASS [2021-09-24T13:24:43.056Z] coverage: 100.0% of statements [2021-09-24T13:24:43.056Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2021-09-24T13:24:43.127Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:24:43.360Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-24T13:24:43.360Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-24T13:24:43.360Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-24T13:24:43.360Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-24T13:24:43.360Z] --- PASS: TestChangePortRange (0.00s) [2021-09-24T13:24:43.360Z] PASS [2021-09-24T13:24:43.360Z] coverage: 88.6% of statements [2021-09-24T13:24:43.360Z] ok github.com/docker/docker/libnetwork/portallocator 0.035s coverage: 88.6% of statements [2021-09-24T13:24:43.360Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.53s) [2021-09-24T13:24:43.360Z] === RUN TestGetAddress [2021-09-24T13:24:43.360Z] 2021/09/24 13:24:43 Closing DB instances... [2021-09-24T13:24:43.512Z] === RUN TestEnvironmentParsing [2021-09-24T13:24:43.512Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-24T13:24:43.512Z] PASS [2021-09-24T13:24:43.512Z] coverage: 1.2% of statements [2021-09-24T13:24:43.512Z] ok github.com/docker/docker/libcontainerd/local 0.044s coverage: 1.2% of statements [2021-09-24T13:24:43.512Z] === RUN TestEmptyLayer [2021-09-24T13:24:43.512Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestCommitFailure [2021-09-24T13:24:43.512Z] --- PASS: TestCommitFailure (0.02s) [2021-09-24T13:24:43.512Z] === RUN TestStartTransactionFailure [2021-09-24T13:24:43.512Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestGetOrphan [2021-09-24T13:24:43.512Z] --- PASS: TestGetOrphan (0.01s) [2021-09-24T13:24:43.512Z] === RUN TestMountAndRegister [2021-09-24T13:24:43.512Z] layer_test.go:270: Layer size: 14 [2021-09-24T13:24:43.512Z] --- PASS: TestMountAndRegister (0.07s) [2021-09-24T13:24:43.512Z] === RUN TestLayerRelease [2021-09-24T13:24:43.512Z] layer_test.go:303: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestStoreRestore [2021-09-24T13:24:43.512Z] layer_test.go:352: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestTarStreamStability [2021-09-24T13:24:43.512Z] layer_test.go:467: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestRegisterExistingLayer [2021-09-24T13:24:43.512Z] --- PASS: TestRegisterExistingLayer (0.20s) [2021-09-24T13:24:43.512Z] === RUN TestTarStreamVerification [2021-09-24T13:24:43.512Z] layer_test.go:696: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestLayerMigration [2021-09-24T13:24:43.512Z] migration_test.go:45: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestLayerMigrationNoTarsplit [2021-09-24T13:24:43.512Z] migration_test.go:181: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestMountInit [2021-09-24T13:24:43.512Z] mount_test.go:17: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestMountInit (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestMountSize [2021-09-24T13:24:43.512Z] mount_test.go:76: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestMountSize (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestMountChanges [2021-09-24T13:24:43.512Z] mount_test.go:125: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestMountChanges (0.00s) [2021-09-24T13:24:43.512Z] === RUN TestMountApply [2021-09-24T13:24:43.512Z] mount_test.go:212: Failing on Windows [2021-09-24T13:24:43.512Z] --- SKIP: TestMountApply (0.00s) [2021-09-24T13:24:43.512Z] PASS [2021-09-24T13:24:43.512Z] coverage: 30.1% of statements [2021-09-24T13:24:43.512Z] ok github.com/docker/docker/layer 0.355s coverage: 30.1% of statements [2021-09-24T13:24:43.820Z] testing: warning: no tests to run [2021-09-24T13:24:43.820Z] PASS [2021-09-24T13:24:43.820Z] coverage: 0.0% of statements [2021-09-24T13:24:43.820Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:24:43.968Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-24T13:24:43.968Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-24T13:24:43.968Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-24T13:24:43.968Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-24T13:24:44.279Z] === RUN TestHashData [2021-09-24T13:24:44.279Z] --- PASS: TestHashData (0.00s) [2021-09-24T13:24:44.279Z] PASS [2021-09-24T13:24:44.279Z] coverage: 2.8% of statements [2021-09-24T13:24:44.279Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-09-24T13:24:44.423Z] === RUN TestSequenceGetAvailableBit [2021-09-24T13:24:44.424Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSequenceEqual [2021-09-24T13:24:44.424Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSequenceCopy [2021-09-24T13:24:44.424Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestGetFirstAvailable [2021-09-24T13:24:44.424Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestFindSequence [2021-09-24T13:24:44.424Z] --- PASS: TestFindSequence (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestCheckIfAvailable [2021-09-24T13:24:44.424Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestMergeSequences [2021-09-24T13:24:44.424Z] --- PASS: TestMergeSequences (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestPushReservation [2021-09-24T13:24:44.424Z] --- PASS: TestPushReservation (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSerializeDeserialize [2021-09-24T13:24:44.424Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSet [2021-09-24T13:24:44.424Z] --- PASS: TestSet (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSetUnset [2021-09-24T13:24:44.424Z] --- PASS: TestSetUnset (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestOffsetSetUnset [2021-09-24T13:24:44.424Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSetInRange [2021-09-24T13:24:44.424Z] --- PASS: TestSetInRange (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestSetAnyInRange [2021-09-24T13:24:44.424Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestMethods [2021-09-24T13:24:44.424Z] --- PASS: TestMethods (0.00s) [2021-09-24T13:24:44.424Z] === RUN TestRandomAllocateDeallocate [2021-09-24T13:24:44.535Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:24:44.737Z] --- PASS: TestNetworkDBSimple (2.04s) [2021-09-24T13:24:44.737Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-24T13:24:44.803Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:24:45.195Z] === RUN TestErrorConstructors [2021-09-24T13:24:45.196Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-24T13:24:45.196Z] === RUN TestCompareIPMask [2021-09-24T13:24:45.196Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-24T13:24:45.196Z] === RUN TestUtilGetHostPartIP [2021-09-24T13:24:45.196Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-24T13:24:45.196Z] === RUN TestUtilGetBroadcastIP [2021-09-24T13:24:45.196Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-24T13:24:45.196Z] === RUN TestParseCIDR [2021-09-24T13:24:45.196Z] --- PASS: TestParseCIDR (0.00s) [2021-09-24T13:24:45.196Z] PASS [2021-09-24T13:24:45.196Z] coverage: 37.3% of statements [2021-09-24T13:24:45.196Z] ok github.com/docker/docker/libnetwork/types 0.032s coverage: 37.3% of statements [2021-09-24T13:24:45.655Z] 2021/09/24 13:24:45 Closing DB instances... [2021-09-24T13:24:45.951Z] === RUN TestInvalidConfig [2021-09-24T13:24:45.951Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-24T13:24:45.951Z] === RUN TestConfig [2021-09-24T13:24:45.951Z] --- PASS: TestConfig (0.00s) [2021-09-24T13:24:45.951Z] === RUN TestOptionsLabels [2021-09-24T13:24:45.951Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-24T13:24:45.951Z] === RUN TestValidName [2021-09-24T13:24:45.951Z] --- PASS: TestValidName (0.00s) [2021-09-24T13:24:45.951Z] === RUN TestTLSConfiguration [2021-09-24T13:24:45.951Z] time="2021-09-24T13:24:45Z" level=info msg="Option Initializing KV with TLS" [2021-09-24T13:24:45.951Z] --- PASS: TestTLSConfiguration (0.12s) [2021-09-24T13:24:45.951Z] PASS [2021-09-24T13:24:45.951Z] coverage: 24.0% of statements [2021-09-24T13:24:45.951Z] ok github.com/docker/docker/libnetwork/config 0.187s coverage: 24.0% of statements [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-24T13:24:46.113Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-24T13:24:46.113Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-24T13:24:46.113Z] PASS [2021-09-24T13:24:46.113Z] coverage: 50.0% of statements [2021-09-24T13:24:46.113Z] ok github.com/docker/docker/oci 0.037s coverage: 50.0% of statements [2021-09-24T13:24:46.407Z] === RUN TestKey [2021-09-24T13:24:46.407Z] --- PASS: TestKey (0.00s) [2021-09-24T13:24:46.407Z] === RUN TestParseKey [2021-09-24T13:24:46.407Z] --- PASS: TestParseKey (0.00s) [2021-09-24T13:24:46.407Z] === RUN TestInvalidDataStore [2021-09-24T13:24:46.407Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-24T13:24:46.407Z] === RUN TestKVObjectFlatKey [2021-09-24T13:24:46.407Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-24T13:24:46.407Z] === RUN TestAtomicKVObjectFlatKey [2021-09-24T13:24:46.407Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-24T13:24:46.407Z] PASS [2021-09-24T13:24:46.407Z] coverage: 21.9% of statements [2021-09-24T13:24:46.407Z] ok github.com/docker/docker/libnetwork/datastore 0.035s coverage: 21.9% of statements [2021-09-24T13:24:46.407Z] === RUN TestErrorInterfaces [2021-09-24T13:24:46.407Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-24T13:24:46.407Z] === RUN TestNetworkMarshalling [2021-09-24T13:24:46.572Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-24T13:24:46.572Z] PASS [2021-09-24T13:24:46.572Z] coverage: 100.0% of statements [2021-09-24T13:24:46.572Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.033s coverage: 100.0% of statements [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.44s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.73s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.69s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.71s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.59s) [2021-09-24T13:24:46.712Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.66s) [2021-09-24T13:24:46.712Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:24:46.712Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:24:46.863Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-09-24T13:24:46.863Z] === RUN TestEndpointMarshalling [2021-09-24T13:24:46.863Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-24T13:24:46.863Z] === RUN TestAuxAddresses [2021-09-24T13:24:46.863Z] time="2021-09-24T13:24:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:46.863Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-24T13:24:46.863Z] === RUN TestSRVServiceQuery [2021-09-24T13:24:46.864Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestServiceVIPReuse [2021-09-24T13:24:46.864Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-24T13:24:46.864Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestDNSIPQuery [2021-09-24T13:24:46.864Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestDNSProxyServFail [2021-09-24T13:24:46.864Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestSandboxAddEmpty [2021-09-24T13:24:46.864Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestSandboxAddMultiPrio [2021-09-24T13:24:46.864Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestSandboxAddSamePrio [2021-09-24T13:24:46.864Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestCleanupServiceDiscovery [2021-09-24T13:24:46.864Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestDNSOptions [2021-09-24T13:24:46.864Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:24:46.864Z] === RUN TestIPDataMarshalling [2021-09-24T13:24:46.864Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestValidateAndIsV6 [2021-09-24T13:24:46.864Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-24T13:24:46.864Z] PASS [2021-09-24T13:24:46.864Z] coverage: 68.9% of statements [2021-09-24T13:24:46.864Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-24T13:24:46.864Z] === RUN TestMultipleControllersWithSameStore [2021-09-24T13:24:46.864Z] time="2021-09-24T13:24:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:46.864Z] ok github.com/docker/docker/libnetwork/driverapi 0.039s coverage: 68.9% of statements [2021-09-24T13:24:46.864Z] time="2021-09-24T13:24:46Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:24:46.864Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2021-09-24T13:24:46.864Z] PASS [2021-09-24T13:24:46.864Z] coverage: 8.6% of statements [2021-09-24T13:24:46.864Z] ok github.com/docker/docker/libnetwork 0.262s coverage: 8.6% of statements [2021-09-24T13:24:47.030Z] === RUN TestAddressPoolOpt [2021-09-24T13:24:47.030Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/a [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/something [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/_=a [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/env1=value1 [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/_env1=value1 [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/PATH [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/=a [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/PATH= [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/PATH=something [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/asd!qwe [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/1asd [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/123 [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/some_space [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/__some_space_before [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/some_space_after__ [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/= [2021-09-24T13:24:47.030Z] === RUN TestValidateEnv/PaTh [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv (0.01s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestParseHost [2021-09-24T13:24:47.030Z] --- PASS: TestParseHost (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestParseDockerDaemonHost [2021-09-24T13:24:47.030Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestParseTCP [2021-09-24T13:24:47.030Z] --- PASS: TestParseTCP (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-24T13:24:47.030Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestValidateExtraHosts [2021-09-24T13:24:47.030Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestIpOptString [2021-09-24T13:24:47.030Z] --- PASS: TestIpOptString (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-24T13:24:47.030Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestNewIpOptValidDefaultVal [2021-09-24T13:24:47.030Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestIpOptSetInvalidVal [2021-09-24T13:24:47.030Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestValidateIPAddress [2021-09-24T13:24:47.030Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestMapOpts [2021-09-24T13:24:47.030Z] --- PASS: TestMapOpts (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestListOptsWithoutValidator [2021-09-24T13:24:47.030Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestListOptsWithValidator [2021-09-24T13:24:47.030Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestValidateDNSSearch [2021-09-24T13:24:47.030Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_general_format [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_one_more [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-24T13:24:47.030Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:24:47.030Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-24T13:24:47.031Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-24T13:24:47.031Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-24T13:24:47.031Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-24T13:24:47.031Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:24:47.031Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestNamedListOpts [2021-09-24T13:24:47.031Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestNamedMapOpts [2021-09-24T13:24:47.031Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestParseLink [2021-09-24T13:24:47.031Z] --- PASS: TestParseLink (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestQuotedStringSetWithQuotes [2021-09-24T13:24:47.031Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-24T13:24:47.031Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-24T13:24:47.031Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-24T13:24:47.031Z] === RUN TestUlimitOpt [2021-09-24T13:24:47.031Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-24T13:24:47.031Z] PASS [2021-09-24T13:24:47.031Z] coverage: 67.1% of statements [2021-09-24T13:24:47.031Z] ok github.com/docker/docker/opts 0.061s coverage: 67.1% of statements [2021-09-24T13:24:47.031Z] === RUN TestParseVersion [2021-09-24T13:24:47.031Z] --- PASS: TestParseVersion (0.00s) [2021-09-24T13:24:47.031Z] PASS [2021-09-24T13:24:47.031Z] coverage: 52.9% of statements [2021-09-24T13:24:47.031Z] ok github.com/docker/docker/pkg/aaparser 0.031s coverage: 52.9% of statements [2021-09-24T13:24:47.031Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2021-09-24T13:24:47.031Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-24T13:24:47.227Z] ---> 209320d8fef5 [2021-09-24T13:24:47.227Z] Successfully built 209320d8fef5 [2021-09-24T13:24:47.227Z] Successfully tagged docker:latest [2021-09-24T13:24:47.227Z] INFO: Image build ended at 09/24/2021 13:24:45. Duration:00:03:32.9996512 [2021-09-24T13:24:47.227Z] [2021-09-24T13:24:47.227Z] [2021-09-24T13:24:47.227Z] INFO: Building the test binaries at 09/24/2021 13:24:45... [2021-09-24T13:24:47.337Z] === RUN TestDriver [2021-09-24T13:24:47.337Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:47.337Z] PASS [2021-09-24T13:24:47.337Z] coverage: 34.8% of statements [2021-09-24T13:24:47.337Z] ok github.com/docker/docker/libnetwork/drivers/host 0.035s coverage: 34.8% of statements [2021-09-24T13:24:47.337Z] === RUN TestDriver [2021-09-24T13:24:47.337Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:47.337Z] PASS [2021-09-24T13:24:47.337Z] coverage: 34.8% of statements [2021-09-24T13:24:47.337Z] ok github.com/docker/docker/libnetwork/drivers/null 0.042s coverage: 34.8% of statements [2021-09-24T13:24:47.793Z] --- PASS: TestRandomAllocateDeallocate (3.32s) [2021-09-24T13:24:47.793Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:24:47.793Z] === RUN TestNetworkAllocateFree [2021-09-24T13:24:47.793Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-24T13:24:47.793Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-24T13:24:47.793Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-24T13:24:47.793Z] PASS [2021-09-24T13:24:47.793Z] coverage: 63.6% of statements [2021-09-24T13:24:47.793Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.035s coverage: 63.6% of statements [2021-09-24T13:24:48.093Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:24:48.093Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:24:48.252Z] === RUN TestGetEmptyCapabilities [2021-09-24T13:24:48.252Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-24T13:24:48.252Z] === RUN TestGetExtraCapabilities [2021-09-24T13:24:48.252Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-24T13:24:48.252Z] === RUN TestGetInvalidCapabilities [2021-09-24T13:24:48.252Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-24T13:24:48.252Z] === RUN TestRemoteDriver [2021-09-24T13:24:48.252Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-24T13:24:48.252Z] === RUN TestDriverError [2021-09-24T13:24:48.252Z] --- PASS: TestDriverError (0.00s) [2021-09-24T13:24:48.252Z] === RUN TestMissingValues [2021-09-24T13:24:48.252Z] --- PASS: TestMissingValues (0.00s) [2021-09-24T13:24:48.252Z] === RUN TestRollback [2021-09-24T13:24:48.252Z] --- PASS: TestRollback (0.00s) [2021-09-24T13:24:48.252Z] PASS [2021-09-24T13:24:48.252Z] coverage: 57.4% of statements [2021-09-24T13:24:48.252Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.066s coverage: 57.4% of statements [2021-09-24T13:24:48.252Z] --- PASS: TestAllocateRandomDeallocate (0.75s) [2021-09-24T13:24:48.252Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-24T13:24:48.352Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:24:48.353Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:24:48.570Z] 2021/09/24 13:24:48 Closing DB instances... [2021-09-24T13:24:48.570Z] === RUN TestPeerCertificateMarshalJSON [2021-09-24T13:24:48.570Z] === RUN TestIsArchivePathDir [2021-09-24T13:24:48.570Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-24T13:24:48.570Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-24T13:24:48.570Z] --- PASS: TestPeerCertificateMarshalJSON (0.28s) [2021-09-24T13:24:48.570Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-24T13:24:48.570Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-24T13:24:48.570Z] === RUN TestMiddleware [2021-09-24T13:24:48.570Z] --- PASS: TestMiddleware (0.00s) [2021-09-24T13:24:48.570Z] === RUN TestNewResponseModifier [2021-09-24T13:24:48.570Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-24T13:24:48.570Z] PASS [2021-09-24T13:24:48.570Z] coverage: 26.8% of statements [2021-09-24T13:24:48.570Z] ok github.com/docker/docker/pkg/authorization 0.315s coverage: 26.8% of statements [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy (2.29s) [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.47s) [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2021-09-24T13:24:48.612Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2021-09-24T13:24:48.612Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:24:48.709Z] === RUN TestNAT [2021-09-24T13:24:48.709Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:24:48.709Z] --- SKIP: TestNAT (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestTransparent [2021-09-24T13:24:48.709Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:24:48.709Z] --- SKIP: TestTransparent (0.00s) [2021-09-24T13:24:48.709Z] PASS [2021-09-24T13:24:48.709Z] coverage: 0.0% of statements [2021-09-24T13:24:48.709Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.041s coverage: 0.0% of statements [2021-09-24T13:24:48.709Z] === RUN TestBuildDefault [2021-09-24T13:24:48.709Z] --- PASS: TestBuildDefault (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestBuildHostnameDomainname [2021-09-24T13:24:48.709Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestBuildHostname [2021-09-24T13:24:48.709Z] --- PASS: TestBuildHostname (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestBuildHostnameFQDN [2021-09-24T13:24:48.709Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestBuildNoIP [2021-09-24T13:24:48.709Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestUpdate [2021-09-24T13:24:48.709Z] --- PASS: TestUpdate (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-24T13:24:48.709Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-24T13:24:48.709Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestAddEmpty [2021-09-24T13:24:48.709Z] --- PASS: TestAddEmpty (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestAdd [2021-09-24T13:24:48.709Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestDeleteEmpty [2021-09-24T13:24:48.709Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestDeleteNewline [2021-09-24T13:24:48.709Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestDelete [2021-09-24T13:24:48.709Z] --- PASS: TestDelete (0.00s) [2021-09-24T13:24:48.709Z] === RUN TestConcurrentWrites [2021-09-24T13:24:49.029Z] --- PASS: TestIsArchivePathDir (0.15s) [2021-09-24T13:24:49.029Z] === RUN TestIsArchivePathInvalidFile [2021-09-24T13:24:49.029Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-09-24T13:24:49.029Z] === RUN TestIsArchivePathTar [2021-09-24T13:24:49.029Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-09-24T13:24:49.029Z] === RUN TestDecompressStreamGzip [2021-09-24T13:24:49.029Z] --- PASS: TestDecompressStreamGzip (0.09s) [2021-09-24T13:24:49.029Z] === RUN TestDecompressStreamBzip2 [2021-09-24T13:24:49.029Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-24T13:24:49.029Z] === RUN TestDecompressStreamXz [2021-09-24T13:24:49.029Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:24:49.029Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-24T13:24:49.029Z] === RUN TestDecompressStreamZstd [2021-09-24T13:24:49.029Z] === RUN TestUnbuffered [2021-09-24T13:24:49.029Z] --- PASS: TestUnbuffered (0.00s) [2021-09-24T13:24:49.029Z] === RUN TestRaceUnbuffered [2021-09-24T13:24:49.029Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-24T13:24:49.029Z] PASS [2021-09-24T13:24:49.029Z] coverage: 100.0% of statements [2021-09-24T13:24:49.029Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2021-09-24T13:24:49.029Z] archive_test.go:140: zstd not installed [2021-09-24T13:24:49.029Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-09-24T13:24:49.029Z] === RUN TestCompressStreamXzUnsupported [2021-09-24T13:24:49.029Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-24T13:24:49.029Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-24T13:24:49.072Z] #58 299.0 # github.com/containerd/containerd/cmd/containerd [2021-09-24T13:24:49.072Z] #58 299.0 /usr/bin/ld: /tmp/go-link-4180805201/000019.o: in function `New': [2021-09-24T13:24:49.072Z] #58 299.0 /tmp/tmp.vzFah4Q7Mk/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-09-24T13:24:49.072Z] #58 299.1 + bin/containerd-stress [2021-09-24T13:24:49.072Z] #58 300.1 + bin/containerd-shim [2021-09-24T13:24:49.166Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.63s) [2021-09-24T13:24:49.166Z] === RUN TestRetrieveFromStore [2021-09-24T13:24:49.166Z] === RUN TestNew [2021-09-24T13:24:49.166Z] --- PASS: TestNew (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestAddDriver [2021-09-24T13:24:49.166Z] --- PASS: TestAddDriver (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestAddDuplicateDriver [2021-09-24T13:24:49.166Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-24T13:24:49.166Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestDriver [2021-09-24T13:24:49.166Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestIPAM [2021-09-24T13:24:49.166Z] --- PASS: TestIPAM (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestWalkIPAMs [2021-09-24T13:24:49.166Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-24T13:24:49.166Z] === RUN TestWalkDrivers [2021-09-24T13:24:49.166Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-24T13:24:49.166Z] PASS [2021-09-24T13:24:49.166Z] coverage: 82.4% of statements [2021-09-24T13:24:49.166Z] ok github.com/docker/docker/libnetwork/drvregistry 0.058s coverage: 82.4% of statements [2021-09-24T13:24:49.166Z] --- PASS: TestConcurrentWrites (0.16s) [2021-09-24T13:24:49.166Z] PASS [2021-09-24T13:24:49.166Z] coverage: 81.2% of statements [2021-09-24T13:24:49.166Z] ok github.com/docker/docker/libnetwork/etchosts 0.212s coverage: 81.2% of statements [2021-09-24T13:24:49.166Z] --- PASS: TestRetrieveFromStore (0.34s) [2021-09-24T13:24:49.166Z] === RUN TestIsCorrupted [2021-09-24T13:24:49.166Z] --- PASS: TestIsCorrupted (0.02s) [2021-09-24T13:24:49.166Z] === RUN TestSetRollover [2021-09-24T13:24:49.181Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2021-09-24T13:24:49.181Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:24:49.487Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestCompressStreamInvalid [2021-09-24T13:24:49.487Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionInvalid [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionUncompressed [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionBzip2 [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionGzip [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionXz [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionXz (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestExtensionZstd [2021-09-24T13:24:49.487Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestCmdStreamLargeStderr [2021-09-24T13:24:49.487Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-24T13:24:49.487Z] === RUN TestCmdStreamBad [2021-09-24T13:24:49.487Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:24:49.487Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestCmdStreamGood [2021-09-24T13:24:49.487Z] --- PASS: TestCmdStreamGood (0.03s) [2021-09-24T13:24:49.487Z] === RUN TestUntarPathWithInvalidDest [2021-09-24T13:24:49.487Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-24T13:24:49.487Z] === RUN TestUntarPathWithInvalidSrc [2021-09-24T13:24:49.487Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-24T13:24:49.487Z] === RUN TestUntarPath [2021-09-24T13:24:49.487Z] --- PASS: TestUntarPath (0.05s) [2021-09-24T13:24:49.488Z] === RUN TestUntarPathWithDestinationFile [2021-09-24T13:24:49.488Z] --- PASS: TestUntarPathWithDestinationFile (0.04s) [2021-09-24T13:24:49.488Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-24T13:24:49.488Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-09-24T13:24:49.488Z] === RUN TestCopyWithTarInvalidSrc [2021-09-24T13:24:49.488Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-24T13:24:49.488Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyWithTarSrcFile [2021-09-24T13:24:49.488Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyWithTarSrcFolder [2021-09-24T13:24:49.488Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-24T13:24:49.488Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-24T13:24:49.488Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-24T13:24:49.488Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-24T13:24:49.488Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestCopyFileWithTarSrcFile [2021-09-24T13:24:49.488Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-24T13:24:49.488Z] === RUN TestTarFiles [2021-09-24T13:24:49.488Z] === RUN TestMatch [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[foo]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[foo_bar]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[]#01 [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[qux]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-24T13:24:49.488Z] === RUN TestMatch/[[foo_baz]] [2021-09-24T13:24:49.488Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-24T13:24:49.488Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-24T13:24:49.488Z] PASS [2021-09-24T13:24:49.488Z] coverage: 87.5% of statements [2021-09-24T13:24:49.488Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2021-09-24T13:24:49.623Z] === RUN TestDiff [2021-09-24T13:24:49.623Z] --- PASS: TestDiff (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestAddedCallback [2021-09-24T13:24:49.623Z] --- PASS: TestAddedCallback (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestRemovedCallback [2021-09-24T13:24:49.623Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestNoCallback [2021-09-24T13:24:49.623Z] --- PASS: TestNoCallback (0.00s) [2021-09-24T13:24:49.623Z] PASS [2021-09-24T13:24:49.623Z] coverage: 48.1% of statements [2021-09-24T13:24:49.623Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.037s coverage: 48.1% of statements [2021-09-24T13:24:49.623Z] === RUN TestNew [2021-09-24T13:24:49.623Z] --- PASS: TestNew (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestAllocate [2021-09-24T13:24:49.623Z] --- PASS: TestAllocate (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestUninitialized [2021-09-24T13:24:49.623Z] --- PASS: TestUninitialized (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestAllocateInRange [2021-09-24T13:24:49.623Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-24T13:24:49.623Z] === RUN TestAllocateSerial [2021-09-24T13:24:49.623Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-24T13:24:49.623Z] PASS [2021-09-24T13:24:49.623Z] coverage: 87.5% of statements [2021-09-24T13:24:49.623Z] ok github.com/docker/docker/libnetwork/idm 0.033s coverage: 87.5% of statements [2021-09-24T13:24:50.079Z] === RUN TestCaller [2021-09-24T13:24:50.079Z] --- PASS: TestCaller (0.00s) [2021-09-24T13:24:50.079Z] PASS [2021-09-24T13:24:50.079Z] coverage: 100.0% of statements [2021-09-24T13:24:50.079Z] ok github.com/docker/docker/libnetwork/internal/caller 0.031s coverage: 100.0% of statements [2021-09-24T13:24:50.079Z] --- PASS: TestSetRollover (0.82s) [2021-09-24T13:24:50.079Z] === RUN TestSetRolloverSerial [2021-09-24T13:24:50.079Z] === RUN TestSetSerialInsertDelete [2021-09-24T13:24:50.079Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-24T13:24:50.079Z] === RUN TestSetParallelInsertDelete [2021-09-24T13:24:50.122Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2021-09-24T13:24:50.122Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:24:50.454Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.02s) [2021-09-24T13:24:50.454Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-24T13:24:50.454Z] === RUN TestChrootTarUntar [2021-09-24T13:24:50.454Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-24T13:24:50.454Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootUntarEmptyArchive [2021-09-24T13:24:50.454Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootTarUntarWithSymlink [2021-09-24T13:24:50.454Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootCopyWithTar [2021-09-24T13:24:50.454Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootCopyFileWithTar [2021-09-24T13:24:50.454Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootUntarPath [2021-09-24T13:24:50.454Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-24T13:24:50.454Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-24T13:24:50.454Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:24:50.454Z] === RUN TestChrootApplyDotDotFile [2021-09-24T13:24:50.454Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:24:50.454Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:24:50.454Z] PASS [2021-09-24T13:24:50.454Z] coverage: 15.4% of statements [2021-09-24T13:24:50.454Z] ok github.com/docker/docker/pkg/chrootarchive 0.070s coverage: 15.4% of statements [2021-09-24T13:24:50.692Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2021-09-24T13:24:50.692Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:24:50.977Z] INFO: make.ps1 starting at 09/24/2021 13:24:50 [2021-09-24T13:24:51.041Z] === RUN TestPoolRequest [2021-09-24T13:24:51.041Z] --- PASS: TestPoolRequest (0.00s) [2021-09-24T13:24:51.041Z] === RUN TestOtherRequests [2021-09-24T13:24:51.041Z] --- PASS: TestOtherRequests (0.00s) [2021-09-24T13:24:51.041Z] PASS [2021-09-24T13:24:51.041Z] coverage: 57.1% of statements [2021-09-24T13:24:51.041Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2021-09-24T13:24:51.041Z] === RUN TestInt2IP2IntConversion [2021-09-24T13:24:51.041Z] --- PASS: TestSetRolloverSerial (1.11s) [2021-09-24T13:24:51.041Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-24T13:24:51.041Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-24T13:24:51.041Z] PASS [2021-09-24T13:24:51.041Z] coverage: 84.4% of statements [2021-09-24T13:24:51.041Z] ok github.com/docker/docker/libnetwork/bitseq 7.065s coverage: 84.4% of statements [2021-09-24T13:24:51.420Z] === RUN TestSizeEmpty [2021-09-24T13:24:51.420Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeEmptyFile [2021-09-24T13:24:51.420Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeNonemptyFile [2021-09-24T13:24:51.420Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-24T13:24:51.420Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-24T13:24:51.420Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-24T13:24:51.420Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestMoveToSubdir [2021-09-24T13:24:51.420Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-24T13:24:51.420Z] === RUN TestSizeNonExistingDirectory [2021-09-24T13:24:51.420Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-24T13:24:51.420Z] PASS [2021-09-24T13:24:51.420Z] coverage: 80.0% of statements [2021-09-24T13:24:51.420Z] ok github.com/docker/docker/pkg/directory 0.042s coverage: 80.0% of statements [2021-09-24T13:24:51.433Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:24:51.433Z] INFO: Invoking autogen... [2021-09-24T13:24:51.496Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-09-24T13:24:51.496Z] === RUN TestGetAddressVersion [2021-09-24T13:24:51.496Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-24T13:24:51.496Z] === RUN TestKeyString [2021-09-24T13:24:51.496Z] --- PASS: TestKeyString (0.00s) [2021-09-24T13:24:51.496Z] === RUN TestPoolDataMarshal [2021-09-24T13:24:51.496Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-24T13:24:51.496Z] === RUN TestSubnetsMarshal [2021-09-24T13:24:51.496Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-09-24T13:24:51.496Z] === RUN TestAddSubnets [2021-09-24T13:24:51.496Z] --- PASS: TestAddSubnets (0.02s) [2021-09-24T13:24:51.496Z] === RUN TestDoublePoolRelease [2021-09-24T13:24:51.496Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-24T13:24:51.496Z] === RUN TestAddReleasePoolID [2021-09-24T13:24:51.496Z] --- PASS: TestAddReleasePoolID (0.04s) [2021-09-24T13:24:51.496Z] === RUN TestPredefinedPool [2021-09-24T13:24:51.496Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-24T13:24:51.496Z] === RUN TestRemoveSubnet [2021-09-24T13:24:51.878Z] === RUN Test [2021-09-24T13:24:51.878Z] === RUN Test/TestContainsEntry [2021-09-24T13:24:51.878Z] === RUN Test/TestCreateEntries [2021-09-24T13:24:51.878Z] === RUN Test/TestEntriesDiff [2021-09-24T13:24:51.879Z] === RUN Test/TestEntriesEquality [2021-09-24T13:24:51.879Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-24T13:24:51.879Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-24T13:24:51.879Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-24T13:24:51.879Z] === RUN Test/TestGeneratorNotGenerate [2021-09-24T13:24:51.879Z] === RUN Test/TestGeneratorWithPort [2021-09-24T13:24:51.879Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-24T13:24:51.879Z] === RUN Test/TestNewEntry [2021-09-24T13:24:51.879Z] === RUN Test/TestParse [2021-09-24T13:24:51.879Z] --- PASS: Test (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-24T13:24:51.879Z] --- PASS: Test/TestParse (0.00s) [2021-09-24T13:24:51.879Z] PASS [2021-09-24T13:24:51.879Z] coverage: 58.3% of statements [2021-09-24T13:24:51.879Z] ok github.com/docker/docker/pkg/discovery 0.037s coverage: 58.3% of statements [2021-09-24T13:24:51.890Z] INFO: Building daemon... [2021-09-24T13:24:51.953Z] === RUN TestGetCapabilities [2021-09-24T13:24:51.953Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-24T13:24:51.953Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-24T13:24:51.953Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-24T13:24:51.953Z] === RUN TestGetDefaultAddressSpaces [2021-09-24T13:24:51.953Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-24T13:24:51.953Z] === RUN TestRemoteDriver [2021-09-24T13:24:51.953Z] --- PASS: TestRemoteDriver (0.00s) [2021-09-24T13:24:51.953Z] PASS [2021-09-24T13:24:51.953Z] coverage: 47.4% of statements [2021-09-24T13:24:51.953Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.055s coverage: 47.4% of statements [2021-09-24T13:24:51.953Z] --- PASS: TestRemoveSubnet (0.12s) [2021-09-24T13:24:51.953Z] === RUN TestGetSameAddress [2021-09-24T13:24:51.953Z] --- PASS: TestGetSameAddress (0.01s) [2021-09-24T13:24:51.953Z] === RUN TestPoolAllocationReuse [2021-09-24T13:24:52.337Z] 2021/09/24 13:24:52 Closing DB instances... [2021-09-24T13:24:52.409Z] === RUN TestWindowsIPAM [2021-09-24T13:24:52.409Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-24T13:24:52.409Z] PASS [2021-09-24T13:24:52.409Z] coverage: 71.4% of statements [2021-09-24T13:24:52.409Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2021-09-24T13:24:52.603Z] --- PASS: TestBuildMultiStageOnBuild (1.70s) [2021-09-24T13:24:52.603Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:24:52.795Z] === RUN Test [2021-09-24T13:24:52.795Z] === RUN Test/TestContent [2021-09-24T13:24:52.795Z] === RUN Test/TestInitialize [2021-09-24T13:24:52.795Z] === RUN Test/TestNew [2021-09-24T13:24:52.795Z] === RUN Test/TestParsingContentsWithComments [2021-09-24T13:24:52.795Z] === RUN Test/TestRegister [2021-09-24T13:24:52.795Z] === RUN Test/TestWatch [2021-09-24T13:24:52.795Z] --- PASS: Test (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestContent (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestNew (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:24:52.795Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:24:52.795Z] PASS [2021-09-24T13:24:52.795Z] coverage: 97.6% of statements [2021-09-24T13:24:52.795Z] ok github.com/docker/docker/pkg/discovery/file 0.036s coverage: 97.6% of statements [2021-09-24T13:24:52.795Z] --- PASS: TestTarFiles (3.28s) [2021-09-24T13:24:52.795Z] === RUN TestTarUntar [2021-09-24T13:24:52.795Z] --- PASS: TestTarUntar (0.03s) [2021-09-24T13:24:52.795Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-24T13:24:52.795Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-24T13:24:52.795Z] === RUN TestTarWithOptions [2021-09-24T13:24:52.795Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-24T13:24:52.795Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-24T13:24:52.795Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-24T13:24:52.795Z] === RUN TestUntarUstarGnuConflict [2021-09-24T13:24:52.795Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-24T13:24:52.795Z] === RUN TestUntarInvalidFilenames [2021-09-24T13:24:52.820Z] #78 exporting layers 26.0s done [2021-09-24T13:24:52.820Z] #78 writing image sha256:351ba4185da7babe72908ffc29796424eb43615d4c51e5a6b4572bb010914b66 done [2021-09-24T13:24:52.820Z] #78 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 done [2021-09-24T13:24:52.820Z] #78 DONE 26.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [2021-09-24T13:24:52.864Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2021-09-24T13:24:52.864Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:24:52.864Z] --- PASS: TestPoolAllocationReuse (0.92s) [2021-09-24T13:24:52.864Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-24T13:24:52.864Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2021-09-24T13:24:52.864Z] === RUN TestRequestReleaseAddressFromSubPool [Pipeline] sh [2021-09-24T13:24:53.166Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/validate/default [2021-09-24T13:24:53.253Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3243832596\\dest" [2021-09-24T13:24:53.253Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-09-24T13:24:53.253Z] === RUN TestUntarHardlinkToSymlink [2021-09-24T13:24:53.253Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-24T13:24:53.253Z] === RUN TestUntarInvalidHardlink [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink379500128\\victim\\hello" -> "../victim/hello" [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink457483264\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2695609993\\victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink117318542\\victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2848909454\\victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1429208713\\victim" -> "../victim" [2021-09-24T13:24:53.253Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-24T13:24:53.253Z] === RUN TestUntarInvalidSymlink [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink218624311\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1540044954\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2650867688\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink941573563\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink949522805\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1944446302\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.253Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1066208986\\dest\\dir\\loophole" -> "../../victim" [2021-09-24T13:24:53.253Z] --- PASS: TestUntarInvalidSymlink (0.09s) [2021-09-24T13:24:53.253Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-24T13:24:53.253Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-24T13:24:53.253Z] === RUN TestXGlobalNoParent [2021-09-24T13:24:53.253Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-24T13:24:53.253Z] === RUN TestReplaceFileTarWrapper [2021-09-24T13:24:53.253Z] --- PASS: TestReplaceFileTarWrapper (0.10s) [2021-09-24T13:24:53.253Z] === RUN TestPrefixHeaderReadable [2021-09-24T13:24:53.253Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-24T13:24:53.253Z] === RUN TestDisablePigz [2021-09-24T13:24:53.253Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-24T13:24:53.253Z] --- PASS: TestDisablePigz (0.12s) [2021-09-24T13:24:53.253Z] === RUN TestPigz [2021-09-24T13:24:53.320Z] === RUN TestDefaultNetwork [2021-09-24T13:24:53.320Z] --- PASS: TestDefaultNetwork (0.22s) [2021-09-24T13:24:53.320Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-24T13:24:53.320Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-09-24T13:24:53.320Z] === RUN TestInitAddressPools [2021-09-24T13:24:53.320Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-24T13:24:53.320Z] PASS [2021-09-24T13:24:53.320Z] coverage: 74.0% of statements [2021-09-24T13:24:53.711Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-24T13:24:53.711Z] --- PASS: TestPigz (0.10s) [2021-09-24T13:24:53.711Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:24:53.711Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:24:53.711Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestCanonicalTarNameForPath [2021-09-24T13:24:53.711Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestCanonicalTarName [2021-09-24T13:24:53.711Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChmodTarEntry [2021-09-24T13:24:53.711Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestHardLinkOrder [2021-09-24T13:24:53.711Z] --- PASS: TestHardLinkOrder (0.06s) [2021-09-24T13:24:53.711Z] === RUN TestChangeString [2021-09-24T13:24:53.711Z] --- PASS: TestChangeString (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesWithNoChanges [2021-09-24T13:24:53.711Z] --- PASS: TestChangesWithNoChanges (0.01s) [2021-09-24T13:24:53.711Z] === RUN TestChangesWithChanges [2021-09-24T13:24:53.711Z] --- PASS: TestChangesWithChanges (0.02s) [2021-09-24T13:24:53.711Z] === RUN TestChangesWithChangesGH13590 [2021-09-24T13:24:53.711Z] changes_test.go:195: needs more investigation [2021-09-24T13:24:53.711Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesDirsEmpty [2021-09-24T13:24:53.711Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:24:53.711Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesDirsMutated [2021-09-24T13:24:53.711Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:24:53.711Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestApplyLayer [2021-09-24T13:24:53.711Z] changes_test.go:432: needs further investigation [2021-09-24T13:24:53.711Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesSizeWithHardlinks [2021-09-24T13:24:53.711Z] changes_test.go:468: needs further investigation [2021-09-24T13:24:53.711Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesSizeWithNoChanges [2021-09-24T13:24:53.711Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-24T13:24:53.711Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestChangesSize [2021-09-24T13:24:53.711Z] --- PASS: TestChangesSize (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestApplyLayerInvalidFilenames [2021-09-24T13:24:53.711Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1895048032\\dest" [2021-09-24T13:24:53.711Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-24T13:24:53.711Z] === RUN Test [2021-09-24T13:24:53.711Z] === RUN TestApplyLayerInvalidHardlink [2021-09-24T13:24:53.711Z] === RUN Test/TestInitialize [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2781074990\\victim\\hello" -> "../victim/hello" [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1248494581\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink961954704\\victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3208809708\\victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3031671987\\victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3358219685\\victim" -> "../victim" [2021-09-24T13:24:53.711Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-24T13:24:53.711Z] === RUN TestApplyLayerInvalidSymlink [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1233021724\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1300346411\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4149617242\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3644551945\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1738493427\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.711Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1706648087\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:24:53.711Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-24T13:24:53.711Z] === RUN TestApplyLayerWhiteouts [2021-09-24T13:24:53.711Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-09-24T13:24:53.711Z] === RUN TestGenerateEmptyFile [2021-09-24T13:24:53.711Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-24T13:24:53.711Z] === RUN TestGenerateWithContent [2021-09-24T13:24:53.711Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-24T13:24:53.711Z] PASS [2021-09-24T13:24:53.711Z] coverage: 61.6% of statements [2021-09-24T13:24:53.711Z] ok github.com/docker/docker/pkg/archive 5.087s coverage: 61.6% of statements [2021-09-24T13:24:53.711Z] time="2021-09-24T13:24:53Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:24:53.711Z] time="2021-09-24T13:24:53Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:24:53.711Z] time="2021-09-24T13:24:53Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:24:53.711Z] === RUN Test/TestInitializeWithCerts [2021-09-24T13:24:53.711Z] time="2021-09-24T13:24:53Z" level=info msg="Initializing discovery with TLS" [2021-09-24T13:24:53.711Z] === RUN Test/TestWatch [2021-09-24T13:24:53.711Z] time="2021-09-24T13:24:53Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:24:53.776Z] ok github.com/docker/docker/libnetwork/ipamutils 0.500s coverage: 74.0% of statements [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-24T13:24:53.776Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-24T13:24:53.776Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.15s) [2021-09-24T13:24:53.776Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-24T13:24:53.776Z] === RUN TestKeyValue [2021-09-24T13:24:53.776Z] --- PASS: TestKeyValue (0.00s) [2021-09-24T13:24:53.776Z] PASS [2021-09-24T13:24:53.776Z] coverage: 60.0% of statements [2021-09-24T13:24:53.776Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-09-24T13:24:54.099Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-09-24T13:24:54.099Z] No api/types/ or api/swagger.yaml changes in diff. [2021-09-24T13:24:54.099Z] Congratulations! All TOML source files changed here have valid syntax. [2021-09-24T13:24:54.099Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-09-24T13:24:54.099Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-09-24T13:24:54.099Z] Congratulations! No new tests were added to integration-cli. [2021-09-24T13:24:54.099Z] [2021-09-24T13:24:54.099Z] INFO Start validation with golang-ci-lint [2021-09-24T13:24:54.100Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-09-24T13:24:54.100Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-24T13:24:54.100Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-24T13:24:54.678Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2021-09-24T13:24:54.678Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-24T13:24:54.738Z] === RUN TestGenerate [2021-09-24T13:24:54.738Z] --- PASS: TestGenerate (0.00s) [2021-09-24T13:24:54.738Z] === RUN TestGeneratePtr [2021-09-24T13:24:54.738Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-24T13:24:54.738Z] === RUN TestGenerateMissingField [2021-09-24T13:24:54.738Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-24T13:24:54.738Z] === RUN TestFieldCannotBeSet [2021-09-24T13:24:54.738Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-24T13:24:54.738Z] === RUN TestTypeMismatchError [2021-09-24T13:24:54.738Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-24T13:24:54.738Z] PASS [2021-09-24T13:24:54.738Z] coverage: 100.0% of statements [2021-09-24T13:24:54.738Z] ok github.com/docker/docker/libnetwork/options 0.062s coverage: 100.0% of statements [2021-09-24T13:24:54.773Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s) [2021-09-24T13:24:54.773Z] === RUN TestBuildWithHugeFile [2021-09-24T13:24:55.665Z] #58 307.4 + bin/containerd-shim-runc-v1 [2021-09-24T13:24:55.700Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.58s) [2021-09-24T13:24:55.700Z] === RUN TestGetAddress [2021-09-24T13:24:55.700Z] testing: warning: no tests to run [2021-09-24T13:24:55.700Z] PASS [2021-09-24T13:24:55.700Z] coverage: 0.0% of statements [2021-09-24T13:24:55.700Z] ok github.com/docker/docker/libnetwork/osl 0.035s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:24:55.700Z] === RUN TestNetworkDBSimple [2021-09-24T13:24:56.156Z] === RUN TestRequestNewPort [2021-09-24T13:24:56.156Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestRequestSpecificPort [2021-09-24T13:24:56.156Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestReleasePort [2021-09-24T13:24:56.156Z] --- PASS: TestReleasePort (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestReuseReleasedPort [2021-09-24T13:24:56.156Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestReleaseUnreadledPort [2021-09-24T13:24:56.156Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestUnknowProtocol [2021-09-24T13:24:56.156Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestAllocateAllPorts [2021-09-24T13:24:56.156Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestPortAllocation [2021-09-24T13:24:56.156Z] --- PASS: TestPortAllocation (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestPortAllocationWithCustomRange [2021-09-24T13:24:56.156Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestNoDuplicateBPR [2021-09-24T13:24:56.156Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-24T13:24:56.156Z] === RUN TestChangePortRange [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-24T13:24:56.156Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-24T13:24:56.156Z] --- PASS: TestChangePortRange (0.00s) [2021-09-24T13:24:56.156Z] PASS [2021-09-24T13:24:56.156Z] coverage: 88.6% of statements [2021-09-24T13:24:56.156Z] ok github.com/docker/docker/libnetwork/portallocator 0.034s coverage: 88.6% of statements [2021-09-24T13:24:56.613Z] 2021/09/24 13:24:56 Closing DB instances... [2021-09-24T13:24:56.852Z] 2021/09/24 13:24:56 Closing DB instances... [2021-09-24T13:24:56.852Z] --- PASS: Test (3.11s) [2021-09-24T13:24:56.852Z] --- PASS: Test/TestInitialize (0.11s) [2021-09-24T13:24:56.852Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-24T13:24:56.852Z] --- PASS: Test/TestWatch (3.00s) [2021-09-24T13:24:56.852Z] PASS [2021-09-24T13:24:56.852Z] coverage: 84.1% of statements [2021-09-24T13:24:56.852Z] ok github.com/docker/docker/pkg/discovery/kv 3.161s coverage: 84.1% of statements [2021-09-24T13:24:57.069Z] testing: warning: no tests to run [2021-09-24T13:24:57.069Z] PASS [2021-09-24T13:24:57.069Z] coverage: 0.0% of statements [2021-09-24T13:24:57.069Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:24:57.310Z] === RUN Test [2021-09-24T13:24:57.310Z] === RUN Test/TestWatch [2021-09-24T13:24:57.310Z] --- PASS: Test (0.00s) [2021-09-24T13:24:57.310Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:24:57.310Z] PASS [2021-09-24T13:24:57.310Z] coverage: 92.3% of statements [2021-09-24T13:24:57.310Z] ok github.com/docker/docker/pkg/discovery/memory 0.034s coverage: 92.3% of statements [2021-09-24T13:24:57.526Z] === RUN TestHashData [2021-09-24T13:24:57.526Z] --- PASS: TestHashData (0.00s) [2021-09-24T13:24:57.526Z] PASS [2021-09-24T13:24:57.526Z] coverage: 2.8% of statements [2021-09-24T13:24:57.526Z] ok github.com/docker/docker/libnetwork/resolvconf 0.032s coverage: 2.8% of statements [2021-09-24T13:24:57.768Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2021-09-24T13:24:57.768Z] === RUN TestNetworkDBNodeLeave [2021-09-24T13:24:57.768Z] === RUN Test [2021-09-24T13:24:57.768Z] === RUN Test/TestInitialize [2021-09-24T13:24:57.768Z] === RUN Test/TestInitializeWithPattern [2021-09-24T13:24:57.768Z] === RUN Test/TestRegister [2021-09-24T13:24:57.768Z] === RUN Test/TestWatch [2021-09-24T13:24:57.768Z] --- PASS: Test (0.00s) [2021-09-24T13:24:57.768Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:24:57.768Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-24T13:24:57.768Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:24:57.768Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:24:57.768Z] PASS [2021-09-24T13:24:57.768Z] coverage: 93.8% of statements [2021-09-24T13:24:57.768Z] ok github.com/docker/docker/pkg/discovery/nodes 0.034s coverage: 93.8% of statements [2021-09-24T13:24:57.982Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-09-24T13:24:57.982Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-24T13:24:57.982Z] === RUN TestErrorConstructors [2021-09-24T13:24:57.982Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-24T13:24:57.982Z] === RUN TestCompareIPMask [2021-09-24T13:24:57.982Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-24T13:24:57.982Z] === RUN TestUtilGetHostPartIP [2021-09-24T13:24:57.982Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-24T13:24:57.982Z] === RUN TestUtilGetBroadcastIP [2021-09-24T13:24:57.982Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-24T13:24:57.982Z] === RUN TestParseCIDR [2021-09-24T13:24:57.982Z] --- PASS: TestParseCIDR (0.00s) [2021-09-24T13:24:57.982Z] PASS [2021-09-24T13:24:57.982Z] coverage: 37.3% of statements [2021-09-24T13:24:57.982Z] ok github.com/docker/docker/libnetwork/types 0.034s coverage: 37.3% of statements [2021-09-24T13:24:58.735Z] === RUN TestPollerAddRemove [2021-09-24T13:24:58.735Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-24T13:24:58.735Z] === RUN TestPollerEvent [2021-09-24T13:24:58.735Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:24:58.735Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-24T13:24:58.735Z] === RUN TestPollerClose [2021-09-24T13:24:58.735Z] --- PASS: TestPollerClose (0.00s) [2021-09-24T13:24:58.735Z] PASS [2021-09-24T13:24:58.735Z] coverage: 45.7% of statements [2021-09-24T13:24:58.735Z] ok github.com/docker/docker/pkg/filenotify 0.035s coverage: 45.7% of statements [2021-09-24T13:24:58.944Z] 2021/09/24 13:24:58 Closing DB instances... [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-24T13:24:58.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-24T13:24:58.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-24T13:24:58.944Z] PASS [2021-09-24T13:24:58.944Z] coverage: 50.0% of statements [2021-09-24T13:24:58.944Z] ok github.com/docker/docker/oci 0.042s coverage: 50.0% of statements [2021-09-24T13:24:59.193Z] === RUN TestCopyFileWithInvalidSrc [2021-09-24T13:24:59.193Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:24:59.193Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-24T13:24:59.193Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-24T13:24:59.193Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCopyFile [2021-09-24T13:24:59.193Z] --- PASS: TestCopyFile (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-24T13:24:59.193Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:24:59.193Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-24T13:24:59.193Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-24T13:24:59.193Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:24:59.193Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestWildcardMatches [2021-09-24T13:24:59.193Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestPatternMatches [2021-09-24T13:24:59.193Z] --- PASS: TestPatternMatches (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-24T13:24:59.193Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestPatternMatchesFolderExclusions [2021-09-24T13:24:59.193Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-24T13:24:59.193Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-24T13:24:59.193Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-24T13:24:59.193Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-24T13:24:59.193Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestSingleExclamationError [2021-09-24T13:24:59.193Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestMatchesWithNoPatterns [2021-09-24T13:24:59.193Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestMatchesWithMalformedPatterns [2021-09-24T13:24:59.193Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestMatches [2021-09-24T13:24:59.193Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-24T13:24:59.193Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-24T13:24:59.193Z] --- PASS: TestMatches (0.00s) [2021-09-24T13:24:59.193Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-24T13:24:59.193Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatterns [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatternsExceptionFlag [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCleanPatternsErrorSingleException [2021-09-24T13:24:59.193Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-24T13:24:59.193Z] === RUN TestCreateIfNotExistsDir [2021-09-24T13:24:59.193Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-09-24T13:24:59.193Z] === RUN TestCreateIfNotExistsFile [2021-09-24T13:24:59.193Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-24T13:24:59.193Z] === RUN TestMatch [2021-09-24T13:24:59.193Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:24:59.193Z] PASS [2021-09-24T13:24:59.193Z] coverage: 82.2% of statements [2021-09-24T13:24:59.193Z] ok github.com/docker/docker/pkg/fileutils 0.060s coverage: 82.2% of statements [2021-09-24T13:24:59.652Z] === RUN TestGet [2021-09-24T13:24:59.652Z] --- PASS: TestGet (0.00s) [2021-09-24T13:24:59.652Z] === RUN TestGetShortcutString [2021-09-24T13:24:59.652Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-24T13:24:59.652Z] PASS [2021-09-24T13:24:59.652Z] coverage: 42.9% of statements [2021-09-24T13:24:59.652Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 42.9% of statements [2021-09-24T13:25:00.111Z] --- PASS: TestGetAddress (16.56s) [2021-09-24T13:25:00.111Z] === RUN TestRequestSyntaxCheck [2021-09-24T13:25:00.111Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-24T13:25:00.111Z] === RUN TestRequest [2021-09-24T13:25:00.474Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-24T13:25:00.474Z] PASS [2021-09-24T13:25:00.474Z] coverage: 100.0% of statements [2021-09-24T13:25:00.474Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.043s coverage: 100.0% of statements [2021-09-24T13:25:00.474Z] === RUN TestAddressPoolOpt [2021-09-24T13:25:00.474Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/a [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/something [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/_=a [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/env1=value1 [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/_env1=value1 [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/PATH [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/=a [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/PATH= [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/PATH=something [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/asd!qwe [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/1asd [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/123 [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/some_space [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/__some_space_before [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/some_space_after__ [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/= [2021-09-24T13:25:00.474Z] === RUN TestValidateEnv/PaTh [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-24T13:25:00.474Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-24T13:25:00.474Z] === RUN TestParseHost [2021-09-24T13:25:00.474Z] --- PASS: TestParseHost (0.00s) [2021-09-24T13:25:00.474Z] === RUN TestParseDockerDaemonHost [2021-09-24T13:25:00.474Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-24T13:25:00.474Z] === RUN TestParseTCP [2021-09-24T13:25:00.475Z] --- PASS: TestParseTCP (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-24T13:25:00.475Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestValidateExtraHosts [2021-09-24T13:25:00.475Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestIpOptString [2021-09-24T13:25:00.475Z] --- PASS: TestIpOptString (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-24T13:25:00.475Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestNewIpOptValidDefaultVal [2021-09-24T13:25:00.475Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestIpOptSetInvalidVal [2021-09-24T13:25:00.475Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestValidateIPAddress [2021-09-24T13:25:00.475Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestMapOpts [2021-09-24T13:25:00.475Z] --- PASS: TestMapOpts (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestListOptsWithoutValidator [2021-09-24T13:25:00.475Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestListOptsWithValidator [2021-09-24T13:25:00.475Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestValidateDNSSearch [2021-09-24T13:25:00.475Z] --- PASS: TestValidateDNSSearch (0.01s) [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_general_format [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_one_more [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-24T13:25:00.475Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:25:00.475Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestNamedListOpts [2021-09-24T13:25:00.475Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestNamedMapOpts [2021-09-24T13:25:00.475Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestParseLink [2021-09-24T13:25:00.475Z] --- PASS: TestParseLink (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestQuotedStringSetWithQuotes [2021-09-24T13:25:00.475Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-24T13:25:00.475Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-24T13:25:00.475Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-24T13:25:00.475Z] === RUN TestUlimitOpt [2021-09-24T13:25:00.475Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-24T13:25:00.475Z] PASS [2021-09-24T13:25:00.475Z] coverage: 67.1% of statements [2021-09-24T13:25:00.475Z] ok github.com/docker/docker/opts 0.121s coverage: 67.1% of statements [2021-09-24T13:25:00.475Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-24T13:25:00.475Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-24T13:25:00.569Z] === RUN TestCreateIDMapOrder [2021-09-24T13:25:00.569Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-24T13:25:00.569Z] PASS [2021-09-24T13:25:00.569Z] coverage: 7.2% of statements [2021-09-24T13:25:00.569Z] ok github.com/docker/docker/pkg/idtools 0.031s coverage: 7.2% of statements [2021-09-24T13:25:00.569Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-09-24T13:25:00.569Z] === RUN TestNetworkDBWatch [2021-09-24T13:25:00.931Z] === RUN TestParseVersion [2021-09-24T13:25:00.931Z] --- PASS: TestParseVersion (0.00s) [2021-09-24T13:25:00.931Z] PASS [2021-09-24T13:25:00.931Z] coverage: 52.9% of statements [2021-09-24T13:25:00.931Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 52.9% of statements [2021-09-24T13:25:00.951Z] #58 312.6 + bin/containerd-shim-runc-v2 [2021-09-24T13:25:01.027Z] === RUN TestFixedBufferCap [2021-09-24T13:25:01.027Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestFixedBufferLen [2021-09-24T13:25:01.027Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestFixedBufferString [2021-09-24T13:25:01.027Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestFixedBufferWrite [2021-09-24T13:25:01.027Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestFixedBufferRead [2021-09-24T13:25:01.027Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestBytesPipeRead [2021-09-24T13:25:01.027Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestBytesPipeWrite [2021-09-24T13:25:01.027Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-24T13:25:01.027Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-24T13:25:01.486Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-09-24T13:25:01.486Z] === RUN TestAtomicWriteToFile [2021-09-24T13:25:01.486Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestAtomicWriteSetCommit [2021-09-24T13:25:01.486Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-24T13:25:01.486Z] === RUN TestAtomicWriteSetCancel [2021-09-24T13:25:01.486Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestReadCloserWrapperClose [2021-09-24T13:25:01.486Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestReaderErrWrapperReadOnError [2021-09-24T13:25:01.486Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestReaderErrWrapperRead [2021-09-24T13:25:01.486Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestCancelReadCloser [2021-09-24T13:25:01.486Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-24T13:25:01.486Z] === RUN TestWriteCloserWrapperClose [2021-09-24T13:25:01.486Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestNopWriteCloser [2021-09-24T13:25:01.486Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestNopWriter [2021-09-24T13:25:01.486Z] --- PASS: TestNopWriter (0.00s) [2021-09-24T13:25:01.486Z] === RUN TestWriteCounter [2021-09-24T13:25:01.486Z] --- PASS: TestWriteCounter (0.00s) [2021-09-24T13:25:01.486Z] PASS [2021-09-24T13:25:01.486Z] coverage: 69.2% of statements [2021-09-24T13:25:01.486Z] ok github.com/docker/docker/pkg/ioutils 0.527s coverage: 69.2% of statements [2021-09-24T13:25:01.522Z] #58 313.2 + binaries [2021-09-24T13:25:01.522Z] #58 313.2 + install -D bin/containerd /build/containerd [2021-09-24T13:25:01.522Z] #58 313.2 + install -D bin/containerd-shim /build/containerd-shim [2021-09-24T13:25:01.782Z] #58 313.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-24T13:25:01.782Z] #58 313.2 + install -D bin/ctr /build/ctr [2021-09-24T13:25:01.820Z] --- PASS: TestImportExtremelyLargeImageWorks (90.55s) [2021-09-24T13:25:01.821Z] PASS [2021-09-24T13:25:01.821Z] [2021-09-24T13:25:01.821Z] === Skipped [2021-09-24T13:25:01.821Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-24T13:25:01.821Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-24T13:25:01.821Z] [2021-09-24T13:25:01.821Z] DONE 12 tests, 1 skipped in 94.792s [2021-09-24T13:25:01.821Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-24T13:25:01.821Z] INFO: Testing against a local daemon [2021-09-24T13:25:01.821Z] === RUN TestNetworkCreateDelete [2021-09-24T13:25:01.821Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-09-24T13:25:01.821Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:25:01.821Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-09-24T13:25:01.821Z] === RUN TestDaemonDNSFallback [2021-09-24T13:25:01.892Z] 2021/09/24 13:25:01 Closing DB instances... [2021-09-24T13:25:02.348Z] === RUN TestPeerCertificateMarshalJSON [2021-09-24T13:25:02.348Z] === RUN TestIsArchivePathDir [2021-09-24T13:25:02.348Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-24T13:25:02.348Z] === RUN TestIsArchivePathInvalidFile [2021-09-24T13:25:02.348Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-09-24T13:25:02.348Z] === RUN TestIsArchivePathTar [2021-09-24T13:25:02.452Z] 2021/09/24 13:25:02 Closing DB instances... [2021-09-24T13:25:02.452Z] === RUN TestError [2021-09-24T13:25:02.452Z] --- PASS: TestError (0.00s) [2021-09-24T13:25:02.452Z] === RUN TestProgressString [2021-09-24T13:25:02.452Z] === RUN TestProgressString/no_progress [2021-09-24T13:25:02.452Z] === RUN TestProgressString/progress_1 [2021-09-24T13:25:02.452Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-24T13:25:02.452Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-24T13:25:02.452Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-24T13:25:02.452Z] === RUN TestProgressString/with_units [2021-09-24T13:25:02.452Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-24T13:25:02.452Z] === RUN TestProgressString/hide_counts [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-24T13:25:02.452Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-24T13:25:02.452Z] === RUN TestJSONMessageDisplay [2021-09-24T13:25:02.452Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-09-24T13:25:02.452Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-24T13:25:02.452Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-24T13:25:02.452Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-24T13:25:02.452Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-24T13:25:02.452Z] === RUN TestDisplayJSONMessagesStream [2021-09-24T13:25:02.452Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-24T13:25:02.452Z] PASS [2021-09-24T13:25:02.452Z] coverage: 91.7% of statements [2021-09-24T13:25:02.452Z] ok github.com/docker/docker/pkg/jsonmessage 0.162s coverage: 91.7% of statements [2021-09-24T13:25:02.760Z] --- PASS: TestDaemonDNSFallback (6.28s) [2021-09-24T13:25:02.760Z] === RUN TestInspectNetwork [2021-09-24T13:25:02.760Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:25:02.760Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:25:02.760Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:25:02.760Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:25:02.760Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:25:02.760Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:25:02.760Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:25:02.760Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:25:02.760Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:25:02.760Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:25:02.760Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestNetworkList [2021-09-24T13:25:02.760Z] === RUN TestNetworkList//networks [2021-09-24T13:25:02.760Z] === PAUSE TestNetworkList//networks [2021-09-24T13:25:02.760Z] === RUN TestNetworkList//networks/ [2021-09-24T13:25:02.760Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:25:02.760Z] === CONT TestNetworkList//networks [2021-09-24T13:25:02.760Z] === CONT TestNetworkList//networks/ [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkList (0.01s) [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:25:02.760Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:25:02.760Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:25:02.760Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:25:02.760Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:25:02.760Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:25:02.760Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:25:02.760Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:25:02.760Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:25:02.760Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:25:02.760Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:25:02.760Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:25:02.760Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-09-24T13:25:02.760Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:25:02.760Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:25:02.760Z] PASS [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === Skipped [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-09-24T13:25:02.760Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:25:02.760Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:25:02.760Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:25:02.760Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:25:02.760Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-09-24T13:25:02.760Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:25:02.760Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:02.760Z] [2021-09-24T13:25:02.760Z] DONE 22 tests, 12 skipped in 6.936s [2021-09-24T13:25:02.760Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:25:02.804Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-24T13:25:02.804Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-24T13:25:02.804Z] --- PASS: TestPeerCertificateMarshalJSON (0.30s) [2021-09-24T13:25:02.804Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-24T13:25:02.804Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestMiddleware [2021-09-24T13:25:02.804Z] --- PASS: TestMiddleware (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestNewResponseModifier [2021-09-24T13:25:02.804Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-24T13:25:02.804Z] PASS [2021-09-24T13:25:02.804Z] coverage: 26.8% of statements [2021-09-24T13:25:02.804Z] ok github.com/docker/docker/pkg/authorization 0.336s coverage: 26.8% of statements [2021-09-24T13:25:02.804Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-09-24T13:25:02.804Z] === RUN TestDecompressStreamGzip [2021-09-24T13:25:02.804Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-09-24T13:25:02.804Z] === RUN TestDecompressStreamBzip2 [2021-09-24T13:25:02.804Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-24T13:25:02.804Z] === RUN TestDecompressStreamXz [2021-09-24T13:25:02.804Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:25:02.804Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestDecompressStreamZstd [2021-09-24T13:25:02.804Z] archive_test.go:140: zstd not installed [2021-09-24T13:25:02.804Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-09-24T13:25:02.804Z] === RUN TestCompressStreamXzUnsupported [2021-09-24T13:25:02.804Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-24T13:25:02.804Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestCompressStreamInvalid [2021-09-24T13:25:02.804Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionInvalid [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionUncompressed [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionBzip2 [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionGzip [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionXz [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionXz (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestExtensionZstd [2021-09-24T13:25:02.804Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestCmdStreamLargeStderr [2021-09-24T13:25:02.804Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-24T13:25:02.804Z] === RUN TestCmdStreamBad [2021-09-24T13:25:02.804Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:25:02.804Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-24T13:25:02.804Z] === RUN TestCmdStreamGood [2021-09-24T13:25:02.804Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-24T13:25:02.804Z] === RUN TestUntarPathWithInvalidDest [2021-09-24T13:25:02.910Z] === RUN TestStandardLongPath [2021-09-24T13:25:02.910Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-24T13:25:02.910Z] === RUN TestUNCLongPath [2021-09-24T13:25:02.910Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-24T13:25:02.910Z] PASS [2021-09-24T13:25:02.910Z] coverage: 100.0% of statements [2021-09-24T13:25:02.910Z] ok github.com/docker/docker/pkg/longpath 0.028s coverage: 100.0% of statements [2021-09-24T13:25:03.021Z] INFO: Testing against a local daemon [2021-09-24T13:25:03.021Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-24T13:25:03.021Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:25:03.021Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:25:03.021Z] === RUN TestDockerNetworkIpvlan [2021-09-24T13:25:03.021Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:25:03.021Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:25:03.021Z] PASS [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] === Skipped [2021-09-24T13:25:03.021Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:25:03.021Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:25:03.021Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] DONE 2 tests, 2 skipped in 0.090s [2021-09-24T13:25:03.021Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:25:03.021Z] INFO: Testing against a local daemon [2021-09-24T13:25:03.021Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-24T13:25:03.021Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:03.021Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-24T13:25:03.021Z] === RUN TestDockerNetworkMacvlan [2021-09-24T13:25:03.021Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:03.021Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-09-24T13:25:03.021Z] PASS [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] === Skipped [2021-09-24T13:25:03.021Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-24T13:25:03.021Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-09-24T13:25:03.021Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] DONE 2 tests, 2 skipped in 0.087s [2021-09-24T13:25:03.021Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-24T13:25:03.021Z] testing: warning: no tests to run [2021-09-24T13:25:03.021Z] PASS [2021-09-24T13:25:03.021Z] [2021-09-24T13:25:03.021Z] DONE 0 tests in 0.020s [2021-09-24T13:25:03.021Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-24T13:25:03.260Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-24T13:25:03.260Z] === RUN TestUntarPathWithInvalidSrc [2021-09-24T13:25:03.260Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestUntarPath [2021-09-24T13:25:03.260Z] --- PASS: TestUntarPath (0.05s) [2021-09-24T13:25:03.260Z] === RUN TestUntarPathWithDestinationFile [2021-09-24T13:25:03.260Z] === RUN TestUnbuffered [2021-09-24T13:25:03.260Z] --- PASS: TestUnbuffered (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestRaceUnbuffered [2021-09-24T13:25:03.260Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-24T13:25:03.260Z] PASS [2021-09-24T13:25:03.260Z] coverage: 100.0% of statements [2021-09-24T13:25:03.260Z] ok github.com/docker/docker/pkg/broadcaster 0.029s coverage: 100.0% of statements [2021-09-24T13:25:03.260Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-24T13:25:03.260Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-24T13:25:03.260Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-09-24T13:25:03.260Z] === RUN TestCopyWithTarInvalidSrc [2021-09-24T13:25:03.260Z] --- PASS: TestCopyWithTarInvalidSrc (0.01s) [2021-09-24T13:25:03.260Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-24T13:25:03.260Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestCopyWithTarSrcFile [2021-09-24T13:25:03.260Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-09-24T13:25:03.260Z] === RUN TestCopyWithTarSrcFolder [2021-09-24T13:25:03.260Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-24T13:25:03.260Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-24T13:25:03.260Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-24T13:25:03.260Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-24T13:25:03.260Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestCopyFileWithTarSrcFile [2021-09-24T13:25:03.260Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-24T13:25:03.260Z] === RUN TestTarFiles [2021-09-24T13:25:03.260Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-09-24T13:25:03.260Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-24T13:25:03.281Z] INFO: Testing against a local daemon [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginAllowRequest [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginTLS [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginDenyRequest [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginDenyResponse [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginAllowEventStream [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginErrorResponse [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginErrorRequest [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginHeader [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.17s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginV2Disable [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-24T13:25:03.281Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.281Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-24T13:25:03.281Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-24T13:25:03.368Z] === RUN TestNameFormat [2021-09-24T13:25:03.368Z] --- PASS: TestNameFormat (0.00s) [2021-09-24T13:25:03.368Z] === RUN TestNameRetries [2021-09-24T13:25:03.368Z] --- PASS: TestNameRetries (0.00s) [2021-09-24T13:25:03.368Z] PASS [2021-09-24T13:25:03.368Z] coverage: 85.7% of statements [2021-09-24T13:25:03.368Z] ok github.com/docker/docker/pkg/namesgenerator 0.029s coverage: 85.7% of statements [2021-09-24T13:25:03.542Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-24T13:25:03.543Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-24T13:25:03.543Z] PASS [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === Skipped [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.17s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-24T13:25:03.543Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] DONE 17 tests, 17 skipped in 0.329s [2021-09-24T13:25:03.543Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-24T13:25:03.543Z] INFO: Testing against a local daemon [2021-09-24T13:25:03.543Z] === RUN TestPluginInvalidJSON [2021-09-24T13:25:03.543Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:25:03.543Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:25:03.543Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:25:03.543Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-09-24T13:25:03.543Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:25:03.543Z] === RUN TestPluginInstall [2021-09-24T13:25:03.543Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-24T13:25:03.543Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:25:03.543Z] 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-09-24T13:25:03.543Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-24T13:25:03.543Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:25:03.543Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-24T13:25:03.543Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:25:03.543Z] PASS [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === Skipped [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-09-24T13:25:03.543Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-09-24T13:25:03.543Z] 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-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:25:03.543Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-24T13:25:03.543Z] [2021-09-24T13:25:03.543Z] DONE 5 tests, 3 skipped in 0.120s [2021-09-24T13:25:03.543Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-24T13:25:03.690Z] #58 DONE 315.4s [2021-09-24T13:25:03.716Z] === RUN TestMatch [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[foo]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[foo_bar]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[]#01 [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[qux]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-24T13:25:03.716Z] === RUN TestMatch/[[foo_baz]] [2021-09-24T13:25:03.716Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-24T13:25:03.716Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-24T13:25:03.716Z] PASS [2021-09-24T13:25:03.716Z] coverage: 87.5% of statements [2021-09-24T13:25:03.716Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2021-09-24T13:25:03.804Z] INFO: Testing against a local daemon [2021-09-24T13:25:03.804Z] === RUN TestExternalGraphDriver [2021-09-24T13:25:03.804Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-24T13:25:03.804Z] --- SKIP: TestExternalGraphDriver (0.03s) [2021-09-24T13:25:03.804Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:25:03.827Z] === RUN TestParseKeyValueOpt [2021-09-24T13:25:03.827Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-24T13:25:03.827Z] === RUN TestParseUintList [2021-09-24T13:25:03.827Z] --- PASS: TestParseUintList (0.00s) [2021-09-24T13:25:03.827Z] === RUN TestParseUintListMaximumLimits [2021-09-24T13:25:03.827Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-24T13:25:03.827Z] PASS [2021-09-24T13:25:03.827Z] coverage: 97.0% of statements [2021-09-24T13:25:03.827Z] ok github.com/docker/docker/pkg/parsers 0.028s coverage: 97.0% of statements [2021-09-24T13:25:03.827Z] --- PASS: TestNetworkDBWatch (3.23s) [2021-09-24T13:25:03.827Z] === RUN TestNetworkDBBulkSync [2021-09-24T13:25:03.827Z] --- PASS: TestRequest (4.05s) [2021-09-24T13:25:03.827Z] === RUN TestOverlappingRequests [2021-09-24T13:25:04.285Z] --- PASS: TestOverlappingRequests (0.21s) [2021-09-24T13:25:04.285Z] === RUN TestRelease [2021-09-24T13:25:04.285Z] === RUN TestNewAndRemove [2021-09-24T13:25:04.285Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-24T13:25:04.285Z] === RUN TestRemoveInvalidPath [2021-09-24T13:25:04.285Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-24T13:25:04.285Z] PASS [2021-09-24T13:25:04.285Z] coverage: 82.6% of statements [2021-09-24T13:25:04.285Z] ok github.com/docker/docker/pkg/pidfile 0.030s coverage: 82.6% of statements [2021-09-24T13:25:04.678Z] === RUN TestChrootTarUntar [2021-09-24T13:25:04.678Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-24T13:25:04.678Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootUntarEmptyArchive [2021-09-24T13:25:04.678Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootTarUntarWithSymlink [2021-09-24T13:25:04.678Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootCopyWithTar [2021-09-24T13:25:04.678Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootCopyFileWithTar [2021-09-24T13:25:04.678Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootUntarPath [2021-09-24T13:25:04.678Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-24T13:25:04.678Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-24T13:25:04.678Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:25:04.678Z] === RUN TestChrootApplyDotDotFile [2021-09-24T13:25:04.678Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:04.678Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:25:04.678Z] PASS [2021-09-24T13:25:04.678Z] coverage: 15.4% of statements [2021-09-24T13:25:04.678Z] ok github.com/docker/docker/pkg/chrootarchive 0.065s coverage: 15.4% of statements [2021-09-24T13:25:05.073Z] [2021-09-24T13:25:05.073Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-24T13:25:05.073Z] #59 sha256:8d0ce73f0f5d108bbfbe207c8582fc1359b9ffb2e6158fc685ef0607367d3ad6 [2021-09-24T13:25:05.134Z] === RUN TestSizeEmpty [2021-09-24T13:25:05.134Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeEmptyFile [2021-09-24T13:25:05.134Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeNonemptyFile [2021-09-24T13:25:05.134Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-24T13:25:05.134Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-24T13:25:05.134Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-24T13:25:05.134Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestMoveToSubdir [2021-09-24T13:25:05.134Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-24T13:25:05.134Z] === RUN TestSizeNonExistingDirectory [2021-09-24T13:25:05.134Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-24T13:25:05.134Z] PASS [2021-09-24T13:25:05.134Z] coverage: 80.0% of statements [2021-09-24T13:25:05.134Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2021-09-24T13:25:05.251Z] --- PASS: TestRelease (0.84s) [2021-09-24T13:25:05.251Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:25:05.251Z] 2021/09/24 13:25:04 Closing DB instances... [2021-09-24T13:25:05.590Z] 2021/09/24 13:25:05 Closing DB instances... [2021-09-24T13:25:05.709Z] === RUN TestFailedConnection [2021-09-24T13:25:06.014Z] #59 DONE 0.7s [2021-09-24T13:25:06.014Z] [2021-09-24T13:25:06.014Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-24T13:25:06.014Z] #63 sha256:115a68136a9344ca8663b7be2c3b0038261222c9987c575c5831158ba375d692 [2021-09-24T13:25:06.014Z] #63 DONE 0.2s [2021-09-24T13:25:06.014Z] [2021-09-24T13:25:06.014Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-24T13:25:06.014Z] #68 sha256:33227cf82013ac5818bb454d4ed79e9279f0a1f79d9c112e1ba3de64e76b199f [2021-09-24T13:25:06.046Z] === RUN Test [2021-09-24T13:25:06.046Z] === RUN Test/TestContainsEntry [2021-09-24T13:25:06.046Z] === RUN Test/TestCreateEntries [2021-09-24T13:25:06.046Z] === RUN Test/TestEntriesDiff [2021-09-24T13:25:06.046Z] === RUN Test/TestEntriesEquality [2021-09-24T13:25:06.046Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-24T13:25:06.046Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-24T13:25:06.046Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-24T13:25:06.046Z] === RUN Test/TestGeneratorNotGenerate [2021-09-24T13:25:06.046Z] === RUN Test/TestGeneratorWithPort [2021-09-24T13:25:06.046Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-24T13:25:06.046Z] === RUN Test/TestNewEntry [2021-09-24T13:25:06.046Z] === RUN Test/TestParse [2021-09-24T13:25:06.046Z] --- PASS: Test (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-24T13:25:06.046Z] --- PASS: Test/TestParse (0.00s) [2021-09-24T13:25:06.046Z] PASS [2021-09-24T13:25:06.046Z] coverage: 58.3% of statements [2021-09-24T13:25:06.046Z] ok github.com/docker/docker/pkg/discovery 0.038s coverage: 58.3% of statements [2021-09-24T13:25:06.516Z] --- PASS: TestTarFiles (3.28s) [2021-09-24T13:25:06.516Z] === RUN TestTarUntar [2021-09-24T13:25:06.516Z] --- PASS: TestTarUntar (0.03s) [2021-09-24T13:25:06.516Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-24T13:25:06.516Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-24T13:25:06.516Z] === RUN TestTarWithOptions [2021-09-24T13:25:06.516Z] === RUN Test [2021-09-24T13:25:06.516Z] === RUN Test/TestContent [2021-09-24T13:25:06.516Z] === RUN Test/TestInitialize [2021-09-24T13:25:06.516Z] === RUN Test/TestNew [2021-09-24T13:25:06.516Z] === RUN Test/TestParsingContentsWithComments [2021-09-24T13:25:06.516Z] === RUN Test/TestRegister [2021-09-24T13:25:06.516Z] === RUN Test/TestWatch [2021-09-24T13:25:06.516Z] --- PASS: Test (0.01s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestContent (0.00s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestNew (0.00s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:25:06.516Z] --- PASS: Test/TestWatch (0.01s) [2021-09-24T13:25:06.516Z] PASS [2021-09-24T13:25:06.516Z] coverage: 97.6% of statements [2021-09-24T13:25:06.516Z] ok github.com/docker/docker/pkg/discovery/file 0.045s coverage: 97.6% of statements [2021-09-24T13:25:06.516Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-24T13:25:06.516Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-24T13:25:06.516Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-24T13:25:06.516Z] === RUN TestUntarUstarGnuConflict [2021-09-24T13:25:06.516Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-24T13:25:06.516Z] === RUN TestUntarInvalidFilenames [2021-09-24T13:25:06.516Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2253500964\\dest" [2021-09-24T13:25:06.516Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-09-24T13:25:06.516Z] === RUN TestUntarHardlinkToSymlink [2021-09-24T13:25:06.516Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-24T13:25:06.516Z] === RUN TestUntarInvalidHardlink [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2792241301\\victim\\hello" -> "../victim/hello" [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink612626260\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1670518878\\victim" -> "../victim" [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4258332321\\victim" -> "../victim" [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2898839366\\victim" -> "../victim" [2021-09-24T13:25:06.516Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3282149687\\victim" -> "../victim" [2021-09-24T13:25:06.675Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-24T13:25:06.675Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-24T13:25:06.972Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-24T13:25:06.972Z] === RUN TestUntarInvalidSymlink [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink816520694\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink940638242\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2963637387\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4229481782\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink195401274\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink36543016\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:06.972Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3563037940\\dest\\dir\\loophole" -> "../../victim" [2021-09-24T13:25:06.972Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2021-09-24T13:25:06.972Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-24T13:25:06.972Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-24T13:25:06.972Z] === RUN TestXGlobalNoParent [2021-09-24T13:25:06.972Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-24T13:25:06.972Z] === RUN TestReplaceFileTarWrapper [2021-09-24T13:25:06.972Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-09-24T13:25:06.972Z] === RUN TestPrefixHeaderReadable [2021-09-24T13:25:06.972Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-24T13:25:06.972Z] === RUN TestDisablePigz [2021-09-24T13:25:06.972Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-24T13:25:06.972Z] --- PASS: TestDisablePigz (0.10s) [2021-09-24T13:25:06.972Z] === RUN TestPigz [2021-09-24T13:25:07.132Z] --- PASS: TestAllocateRandomDeallocate (1.97s) [2021-09-24T13:25:07.133Z] === RUN TestRetrieveFromStore [2021-09-24T13:25:07.133Z] === RUN TestParseEmptyInterface [2021-09-24T13:25:07.133Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestParseNonInterfaceType [2021-09-24T13:25:07.133Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestParseWithOneFunction [2021-09-24T13:25:07.133Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestParseWithMultipleFuncs [2021-09-24T13:25:07.133Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestParseWithUnnamedReturn [2021-09-24T13:25:07.133Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestEmbeddedInterface [2021-09-24T13:25:07.133Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestParsedImports [2021-09-24T13:25:07.133Z] --- PASS: TestParsedImports (0.00s) [2021-09-24T13:25:07.133Z] === RUN TestAliasedImports [2021-09-24T13:25:07.133Z] --- PASS: TestAliasedImports (0.00s) [2021-09-24T13:25:07.133Z] PASS [2021-09-24T13:25:07.133Z] coverage: 56.8% of statements [2021-09-24T13:25:07.133Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2021-09-24T13:25:07.394Z] #68 DONE 1.5s [2021-09-24T13:25:07.429Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-24T13:25:07.429Z] --- PASS: TestPigz (0.20s) [2021-09-24T13:25:07.429Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:25:07.429Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:25:07.429Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestCanonicalTarNameForPath [2021-09-24T13:25:07.429Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestCanonicalTarName [2021-09-24T13:25:07.429Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChmodTarEntry [2021-09-24T13:25:07.429Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestHardLinkOrder [2021-09-24T13:25:07.429Z] --- PASS: TestHardLinkOrder (0.06s) [2021-09-24T13:25:07.429Z] === RUN TestChangeString [2021-09-24T13:25:07.429Z] --- PASS: TestChangeString (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesWithNoChanges [2021-09-24T13:25:07.429Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-24T13:25:07.429Z] === RUN TestChangesWithChanges [2021-09-24T13:25:07.429Z] --- PASS: TestChangesWithChanges (0.03s) [2021-09-24T13:25:07.429Z] === RUN TestChangesWithChangesGH13590 [2021-09-24T13:25:07.429Z] changes_test.go:195: needs more investigation [2021-09-24T13:25:07.429Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesDirsEmpty [2021-09-24T13:25:07.429Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:25:07.429Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesDirsMutated [2021-09-24T13:25:07.429Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:25:07.429Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestApplyLayer [2021-09-24T13:25:07.429Z] changes_test.go:432: needs further investigation [2021-09-24T13:25:07.429Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesSizeWithHardlinks [2021-09-24T13:25:07.429Z] changes_test.go:468: needs further investigation [2021-09-24T13:25:07.429Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesSizeWithNoChanges [2021-09-24T13:25:07.429Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-24T13:25:07.429Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestChangesSize [2021-09-24T13:25:07.429Z] --- PASS: TestChangesSize (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestApplyLayerInvalidFilenames [2021-09-24T13:25:07.429Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4278636149\\dest" [2021-09-24T13:25:07.429Z] --- PASS: TestApplyLayerInvalidFilenames (0.04s) [2021-09-24T13:25:07.429Z] === RUN TestApplyLayerInvalidHardlink [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3798417985\\victim\\hello" -> "../victim/hello" [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink292006331\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2157110652\\victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink722007562\\victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3356417132\\victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3856157347\\victim" -> "../victim" [2021-09-24T13:25:07.429Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-24T13:25:07.429Z] === RUN TestApplyLayerInvalidSymlink [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink886266122\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink966624952\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink690282588\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1745281103\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3624783039\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:07.429Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4180332283\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:25:07.429Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-24T13:25:07.429Z] === RUN TestApplyLayerWhiteouts [2021-09-24T13:25:07.429Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2021-09-24T13:25:07.429Z] === RUN TestGenerateEmptyFile [2021-09-24T13:25:07.429Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-24T13:25:07.429Z] === RUN TestGenerateWithContent [2021-09-24T13:25:07.429Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-24T13:25:07.429Z] PASS [2021-09-24T13:25:07.429Z] coverage: 61.6% of statements [2021-09-24T13:25:07.429Z] ok github.com/docker/docker/pkg/archive 5.066s coverage: 61.6% of statements [2021-09-24T13:25:07.429Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2021-09-24T13:25:07.429Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-24T13:25:07.429Z] === RUN Test [2021-09-24T13:25:07.429Z] === RUN Test/TestInitialize [2021-09-24T13:25:07.591Z] --- PASS: TestRetrieveFromStore (0.63s) [2021-09-24T13:25:07.591Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-24T13:25:07.591Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2021-09-24T13:25:07.591Z] === RUN TestParallelPredefinedRequest1 [2021-09-24T13:25:07.591Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-24T13:25:07.591Z] === RUN TestParallelPredefinedRequest2 [2021-09-24T13:25:07.591Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-24T13:25:07.591Z] === RUN TestParallelPredefinedRequest3 [2021-09-24T13:25:07.591Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-24T13:25:07.591Z] === RUN TestParallelPredefinedRequest4 [2021-09-24T13:25:07.591Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-24T13:25:07.591Z] === RUN TestParallelPredefinedRequest5 [2021-09-24T13:25:07.591Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-24T13:25:07.591Z] === RUN TestDebug [2021-09-24T13:25:07.591Z] --- PASS: TestDebug (0.00s) [2021-09-24T13:25:07.591Z] === RUN TestRequestPoolParallel [2021-09-24T13:25:07.591Z] --- PASS: TestFailedConnection (2.00s) [2021-09-24T13:25:07.591Z] === RUN TestFailOnce [2021-09-24T13:25:07.591Z] 2021/09/24 13:25:07 http: panic serving 127.0.0.1:49279: Plugin not ready [2021-09-24T13:25:07.591Z] goroutine 26 [running]: [2021-09-24T13:25:07.591Z] net/http.(*conn).serve.func1() [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-24T13:25:07.591Z] panic({0xf59d40, 0x1065e90}) [2021-09-24T13:25:07.591Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-24T13:25:07.591Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x7b63464a063e3ffe}, 0xc000143a98) [2021-09-24T13:25:07.591Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-24T13:25:07.591Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1072b48, 0xc00012c0e0}, 0xeae986) [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-24T13:25:07.591Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1072b48, 0xc00012c0e0}, 0xc000126300) [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-24T13:25:07.591Z] net/http.serverHandler.ServeHTTP({0x1071170}, {0x1072b48, 0xc00012c0e0}, 0xc000126300) [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-24T13:25:07.591Z] net/http.(*conn).serve(0xc000094a00, {0x10749e0, 0xc0001187e0}) [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-24T13:25:07.591Z] created by net/http.(*Server).Serve [2021-09-24T13:25:07.591Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-24T13:25:07.591Z] time="2021-09-24T13:25:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49278/Test.FailOnce: Post \"http://127.0.0.1:49278/Test.FailOnce\": EOF, retrying in 1s" [2021-09-24T13:25:07.655Z] [2021-09-24T13:25:07.655Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-24T13:25:07.655Z] #69 sha256:4ff4bd002cb254757f98d44fd13b299fdcf440084570d0f935178d5d763c0e63 [2021-09-24T13:25:07.655Z] #69 DONE 0.1s [2021-09-24T13:25:07.655Z] [2021-09-24T13:25:07.655Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-24T13:25:07.655Z] #70 sha256:d59139f496d109d8de8a8df855d5ab452b4de50fd4d2e9c11fe8657e11b319d5 [2021-09-24T13:25:07.885Z] time="2021-09-24T13:25:07Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:25:07.885Z] time="2021-09-24T13:25:07Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:25:07.885Z] time="2021-09-24T13:25:07Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:25:07.885Z] === RUN Test/TestInitializeWithCerts [2021-09-24T13:25:07.885Z] time="2021-09-24T13:25:07Z" level=info msg="Initializing discovery with TLS" [2021-09-24T13:25:07.885Z] === RUN Test/TestWatch [2021-09-24T13:25:07.885Z] time="2021-09-24T13:25:07Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:25:08.006Z] --- PASS: TestGraphdriverPluginV2 (3.84s) [2021-09-24T13:25:08.006Z] PASS [2021-09-24T13:25:08.006Z] [2021-09-24T13:25:08.006Z] === Skipped [2021-09-24T13:25:08.006Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2021-09-24T13:25:08.006Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-24T13:25:08.006Z] [2021-09-24T13:25:08.006Z] DONE 2 tests, 1 skipped in 3.974s [2021-09-24T13:25:08.006Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-24T13:25:08.006Z] INFO: Testing against a local daemon [2021-09-24T13:25:08.006Z] === RUN TestContinueAfterPluginCrash [2021-09-24T13:25:08.006Z] === PAUSE TestContinueAfterPluginCrash [2021-09-24T13:25:08.006Z] === RUN TestReadPluginNoRead [2021-09-24T13:25:08.006Z] === PAUSE TestReadPluginNoRead [2021-09-24T13:25:08.006Z] === RUN TestDaemonStartWithLogOpt [2021-09-24T13:25:08.006Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-24T13:25:08.006Z] === CONT TestContinueAfterPluginCrash [2021-09-24T13:25:08.006Z] === CONT TestDaemonStartWithLogOpt [2021-09-24T13:25:08.050Z] === RUN TestHTTPTransport [2021-09-24T13:25:08.050Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-24T13:25:08.050Z] PASS [2021-09-24T13:25:08.050Z] coverage: 85.7% of statements [2021-09-24T13:25:08.050Z] ok github.com/docker/docker/pkg/plugins/transport 0.026s coverage: 85.7% of statements [2021-09-24T13:25:08.050Z] --- PASS: TestRequestPoolParallel (0.38s) [2021-09-24T13:25:08.050Z] === RUN TestFullAllocateRelease [2021-09-24T13:25:08.508Z] --- PASS: TestFullAllocateRelease (0.31s) [2021-09-24T13:25:08.508Z] === RUN TestOddAllocateRelease [2021-09-24T13:25:08.508Z] --- PASS: TestOddAllocateRelease (0.18s) [2021-09-24T13:25:08.508Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-24T13:25:08.508Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:25:08.508Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-24T13:25:08.508Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-24T13:25:08.508Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:25:08.508Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-24T13:25:08.508Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-24T13:25:08.508Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-24T13:25:08.508Z] === RUN TestBufferPoolPutAndGet [2021-09-24T13:25:08.508Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-24T13:25:08.508Z] PASS [2021-09-24T13:25:08.508Z] coverage: 88.2% of statements [2021-09-24T13:25:08.508Z] ok github.com/docker/docker/pkg/pools 0.027s coverage: 88.2% of statements [2021-09-24T13:25:08.508Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.05s) [2021-09-24T13:25:08.508Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-24T13:25:08.508Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2021-09-24T13:25:08.508Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-24T13:25:08.508Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest1 [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest4 [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest1 [2021-09-24T13:25:08.508Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest3 [2021-09-24T13:25:08.508Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:08.508Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest2 [2021-09-24T13:25:08.508Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest5 [2021-09-24T13:25:08.508Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest4 [2021-09-24T13:25:08.508Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:08.508Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:25:08.508Z] === CONT TestParallelPredefinedRequest5 [2021-09-24T13:25:08.508Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:08.508Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:25:08.508Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:25:08.508Z] PASS [2021-09-24T13:25:08.508Z] coverage: 85.3% of statements [2021-09-24T13:25:08.508Z] ok github.com/docker/docker/libnetwork/ipam 31.181s coverage: 85.3% of statements [2021-09-24T13:25:08.966Z] --- PASS: TestFailOnce (1.12s) [2021-09-24T13:25:08.966Z] === RUN TestEchoInputOutput [2021-09-24T13:25:08.966Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-24T13:25:08.966Z] === RUN TestBackoff [2021-09-24T13:25:08.966Z] --- PASS: TestBackoff (0.00s) [2021-09-24T13:25:08.966Z] === RUN TestAbortRetry [2021-09-24T13:25:08.966Z] --- PASS: TestAbortRetry (0.00s) [2021-09-24T13:25:08.966Z] === RUN TestClientScheme [2021-09-24T13:25:08.966Z] --- PASS: TestClientScheme (0.00s) [2021-09-24T13:25:08.966Z] === RUN TestNewClientWithTimeout [2021-09-24T13:25:08.966Z] === RUN TestOutputOnPrematureClose [2021-09-24T13:25:08.966Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-24T13:25:08.966Z] === RUN TestCompleteSilently [2021-09-24T13:25:08.966Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-24T13:25:08.966Z] PASS [2021-09-24T13:25:08.966Z] coverage: 75.9% of statements [2021-09-24T13:25:08.966Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2021-09-24T13:25:09.424Z] time="2021-09-24T13:25:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-24T13:25:09.424Z] === RUN TestSendToOneSub [2021-09-24T13:25:09.424Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-24T13:25:09.424Z] === RUN TestSendToMultipleSubs [2021-09-24T13:25:09.424Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-24T13:25:09.424Z] === RUN TestEvictOneSub [2021-09-24T13:25:09.424Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-24T13:25:09.424Z] === RUN TestClosePublisher [2021-09-24T13:25:09.424Z] --- PASS: TestClosePublisher (0.00s) [2021-09-24T13:25:09.424Z] === RUN TestPubSubRace [2021-09-24T13:25:09.424Z] 2021/09/24 13:25:09 Closing DB instances... [2021-09-24T13:25:09.570Z] #70 DONE 2.0s [2021-09-24T13:25:09.571Z] [2021-09-24T13:25:09.571Z] #71 exporting to image [2021-09-24T13:25:09.571Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-24T13:25:09.571Z] #71 exporting layers [2021-09-24T13:25:09.881Z] time="2021-09-24T13:25:09Z" level=error msg="node: 0d497bb3d070 is unknown to memberlist" [2021-09-24T13:25:10.052Z] 2021/09/24 13:25:09 Closing DB instances... [2021-09-24T13:25:10.339Z] --- PASS: TestPubSubRace (1.04s) [2021-09-24T13:25:10.339Z] PASS [2021-09-24T13:25:10.339Z] coverage: 75.0% of statements [2021-09-24T13:25:10.339Z] ok github.com/docker/docker/pkg/pubsub 1.066s coverage: 75.0% of statements [2021-09-24T13:25:10.509Z] --- PASS: Test (3.12s) [2021-09-24T13:25:10.509Z] --- PASS: Test/TestInitialize (0.11s) [2021-09-24T13:25:10.509Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-09-24T13:25:10.509Z] --- PASS: Test/TestWatch (3.00s) [2021-09-24T13:25:10.509Z] PASS [2021-09-24T13:25:10.509Z] coverage: 84.1% of statements [2021-09-24T13:25:10.509Z] ok github.com/docker/docker/pkg/discovery/kv 3.161s coverage: 84.1% of statements [2021-09-24T13:25:10.797Z] time="2021-09-24T13:25:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-24T13:25:10.797Z] === RUN TestRegister [2021-09-24T13:25:10.797Z] --- PASS: TestRegister (0.00s) [2021-09-24T13:25:10.797Z] === RUN TestCommand [2021-09-24T13:25:10.797Z] --- PASS: TestCommand (0.02s) [2021-09-24T13:25:10.797Z] === RUN TestNaiveSelf [2021-09-24T13:25:10.797Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-24T13:25:10.797Z] PASS [2021-09-24T13:25:10.797Z] coverage: 82.4% of statements [2021-09-24T13:25:10.797Z] ok github.com/docker/docker/pkg/reexec 0.065s coverage: 82.4% of statements [2021-09-24T13:25:10.964Z] --- PASS: TestNetworkDBCRUDTableEntries (3.65s) [2021-09-24T13:25:10.964Z] === RUN TestNetworkDBNodeLeave [2021-09-24T13:25:11.255Z] === RUN TestDump [2021-09-24T13:25:11.255Z] goroutine 35 [running]: [2021-09-24T13:25:11.255Z] github.com/docker/docker/pkg/stack.dump(0x7eb2f7) [2021-09-24T13:25:11.255Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:25:11.255Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-24T13:25:11.255Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-24T13:25:11.255Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-24T13:25:11.255Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-24T13:25:11.255Z] testing.tRunner(0xc000145040, 0x958e38) [2021-09-24T13:25:11.255Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:11.255Z] created by testing.(*T).Run [2021-09-24T13:25:11.255Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:25:11.255Z] [2021-09-24T13:25:11.255Z] goroutine 1 [chan receive]: [2021-09-24T13:25:11.255Z] testing.(*T).Run(0xc000144ea0, {0x94a4fd, 0x7ca173}, 0x958e38) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:25:11.256Z] testing.runTests.func1(0xc000132720) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:25:11.256Z] testing.tRunner(0xc000144ea0, 0xc00013dce0) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:11.256Z] testing.runTests(0xc000150080, {0xabbba0, 0x3, 0x3}, {0x7ea54d, 0x94c1f7, 0xac0640}) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:25:11.256Z] testing.(*M).Run(0xc000150080) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:25:11.256Z] main.main() [2021-09-24T13:25:11.256Z] _testmain.go:95 +0x1f5 [2021-09-24T13:25:11.256Z] --- PASS: TestDump (0.00s) [2021-09-24T13:25:11.256Z] === RUN TestDumpToFile [2021-09-24T13:25:11.256Z] --- PASS: TestDumpToFile (0.09s) [2021-09-24T13:25:11.256Z] === RUN TestDumpToFileWithEmptyInput [2021-09-24T13:25:11.256Z] goroutine 37 [running]: [2021-09-24T13:25:11.256Z] github.com/docker/docker/pkg/stack.dump(0x8582b4) [2021-09-24T13:25:11.256Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:25:11.256Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x858660}) [2021-09-24T13:25:11.256Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-24T13:25:11.256Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000145040) [2021-09-24T13:25:11.256Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-24T13:25:11.256Z] testing.tRunner(0xc000145520, 0x958e28) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:11.256Z] created by testing.(*T).Run [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:25:11.256Z] [2021-09-24T13:25:11.256Z] goroutine 1 [chan receive]: [2021-09-24T13:25:11.256Z] testing.(*T).Run(0xc000144ea0, {0x951289, 0x7ca173}, 0x958e28) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:25:11.256Z] testing.runTests.func1(0xc000132720) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:25:11.256Z] testing.tRunner(0xc000144ea0, 0xc00013dce0) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:11.256Z] testing.runTests(0xc000150080, {0xabbba0, 0x3, 0x3}, {0x7ea54d, 0x94c1f7, 0xac0640}) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:25:11.256Z] testing.(*M).Run(0xc000150080) [2021-09-24T13:25:11.256Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:25:11.256Z] main.main() [2021-09-24T13:25:11.256Z] _testmain.go:95 +0x1f5 [2021-09-24T13:25:11.256Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-24T13:25:11.256Z] PASS [2021-09-24T13:25:11.256Z] coverage: 90.9% of statements [2021-09-24T13:25:11.256Z] ok github.com/docker/docker/pkg/stack 0.112s coverage: 90.9% of statements [2021-09-24T13:25:11.420Z] === RUN Test [2021-09-24T13:25:11.420Z] === RUN Test/TestWatch [2021-09-24T13:25:11.420Z] --- PASS: Test (0.00s) [2021-09-24T13:25:11.420Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:25:11.420Z] PASS [2021-09-24T13:25:11.420Z] coverage: 92.3% of statements [2021-09-24T13:25:11.420Z] ok github.com/docker/docker/pkg/discovery/memory 0.036s coverage: 92.3% of statements [2021-09-24T13:25:11.714Z] === RUN TestNewStdWriter [2021-09-24T13:25:11.714Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-24T13:25:11.714Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestWriteWithNilBytes [2021-09-24T13:25:11.714Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestWrite [2021-09-24T13:25:11.714Z] --- PASS: TestWrite (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestWriteWithWriterError [2021-09-24T13:25:11.714Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-24T13:25:11.714Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyWriteAndRead [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-24T13:25:11.714Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-24T13:25:11.714Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-24T13:25:11.714Z] PASS [2021-09-24T13:25:11.714Z] coverage: 100.0% of statements [2021-09-24T13:25:11.714Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2021-09-24T13:25:11.876Z] === RUN Test [2021-09-24T13:25:11.876Z] === RUN Test/TestInitialize [2021-09-24T13:25:11.876Z] === RUN Test/TestInitializeWithPattern [2021-09-24T13:25:11.876Z] === RUN Test/TestRegister [2021-09-24T13:25:11.876Z] === RUN Test/TestWatch [2021-09-24T13:25:11.876Z] --- PASS: Test (0.00s) [2021-09-24T13:25:11.876Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:25:11.876Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-24T13:25:11.876Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:25:11.876Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:25:11.876Z] PASS [2021-09-24T13:25:11.876Z] coverage: 93.8% of statements [2021-09-24T13:25:11.876Z] ok github.com/docker/docker/pkg/discovery/nodes 0.032s coverage: 93.8% of statements [2021-09-24T13:25:12.172Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-24T13:25:12.172Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-24T13:25:12.172Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestFormatStatus [2021-09-24T13:25:12.172Z] --- PASS: TestFormatStatus (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestFormatError [2021-09-24T13:25:12.172Z] --- PASS: TestFormatError (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestFormatJSONError [2021-09-24T13:25:12.172Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-24T13:25:12.172Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-24T13:25:12.172Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestNewJSONProgressOutput [2021-09-24T13:25:12.172Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestAuxFormatterEmit [2021-09-24T13:25:12.172Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestStreamWriterStdout [2021-09-24T13:25:12.172Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-24T13:25:12.172Z] === RUN TestStreamWriterStderr [2021-09-24T13:25:12.172Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-24T13:25:12.172Z] PASS [2021-09-24T13:25:12.172Z] coverage: 66.2% of statements [2021-09-24T13:25:12.172Z] ok github.com/docker/docker/pkg/streamformatter 0.029s coverage: 66.2% of statements [2021-09-24T13:25:12.237Z] --- PASS: TestDaemonStartWithLogOpt (4.10s) [2021-09-24T13:25:12.237Z] === CONT TestReadPluginNoRead [2021-09-24T13:25:12.332Z] --- PASS: TestGetAddress (16.99s) [2021-09-24T13:25:12.332Z] === RUN TestRequestSyntaxCheck [2021-09-24T13:25:12.332Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-24T13:25:12.332Z] === RUN TestRequest [2021-09-24T13:25:12.332Z] === RUN TestPollerAddRemove [2021-09-24T13:25:12.332Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-24T13:25:12.332Z] === RUN TestPollerEvent [2021-09-24T13:25:12.332Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:25:12.332Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-24T13:25:12.332Z] === RUN TestPollerClose [2021-09-24T13:25:12.332Z] --- PASS: TestPollerClose (0.00s) [2021-09-24T13:25:12.332Z] PASS [2021-09-24T13:25:12.332Z] coverage: 45.7% of statements [2021-09-24T13:25:12.332Z] ok github.com/docker/docker/pkg/filenotify 0.030s coverage: 45.7% of statements [2021-09-24T13:25:12.630Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.67s) [2021-09-24T13:25:12.630Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-24T13:25:12.630Z] === RUN TestGenerateRandomID [2021-09-24T13:25:12.630Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestShortenId [2021-09-24T13:25:12.630Z] --- PASS: TestShortenId (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestShortenSha256Id [2021-09-24T13:25:12.630Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestShortenIdEmpty [2021-09-24T13:25:12.630Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestShortenIdInvalid [2021-09-24T13:25:12.630Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestIsShortIDNonHex [2021-09-24T13:25:12.630Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-24T13:25:12.630Z] === RUN TestIsShortIDNotCorrectSize [2021-09-24T13:25:12.630Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-24T13:25:12.630Z] PASS [2021-09-24T13:25:12.630Z] coverage: 70.6% of statements [2021-09-24T13:25:12.630Z] ok github.com/docker/docker/pkg/stringid 0.026s coverage: 70.6% of statements [2021-09-24T13:25:13.088Z] === RUN TestIsCpusetListAvailable [2021-09-24T13:25:13.088Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-24T13:25:13.088Z] PASS [2021-09-24T13:25:13.088Z] coverage: 39.4% of statements [2021-09-24T13:25:13.088Z] ok github.com/docker/docker/pkg/sysinfo 0.026s coverage: 39.4% of statements [2021-09-24T13:25:13.088Z] time="2021-09-24T13:25:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-24T13:25:13.294Z] === RUN TestCopyFileWithInvalidSrc [2021-09-24T13:25:13.294Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:25:13.294Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-24T13:25:13.294Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-24T13:25:13.294Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCopyFile [2021-09-24T13:25:13.294Z] --- PASS: TestCopyFile (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-24T13:25:13.294Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:25:13.294Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-24T13:25:13.294Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-24T13:25:13.294Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:25:13.294Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestWildcardMatches [2021-09-24T13:25:13.294Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestPatternMatches [2021-09-24T13:25:13.294Z] --- PASS: TestPatternMatches (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-24T13:25:13.294Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestPatternMatchesFolderExclusions [2021-09-24T13:25:13.294Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-24T13:25:13.294Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-24T13:25:13.294Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-24T13:25:13.294Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-24T13:25:13.294Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestSingleExclamationError [2021-09-24T13:25:13.294Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestMatchesWithNoPatterns [2021-09-24T13:25:13.294Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestMatchesWithMalformedPatterns [2021-09-24T13:25:13.294Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestMatches [2021-09-24T13:25:13.294Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-24T13:25:13.294Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-24T13:25:13.294Z] --- PASS: TestMatches (0.00s) [2021-09-24T13:25:13.294Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-24T13:25:13.294Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatterns [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatternsExceptionFlag [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCleanPatternsErrorSingleException [2021-09-24T13:25:13.294Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCreateIfNotExistsDir [2021-09-24T13:25:13.294Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-24T13:25:13.294Z] === RUN TestCreateIfNotExistsFile [2021-09-24T13:25:13.294Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-24T13:25:13.294Z] === RUN TestMatch [2021-09-24T13:25:13.294Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:25:13.294Z] PASS [2021-09-24T13:25:13.294Z] coverage: 82.2% of statements [2021-09-24T13:25:13.294Z] ok github.com/docker/docker/pkg/fileutils 0.057s coverage: 82.2% of statements [2021-09-24T13:25:13.546Z] 2021/09/24 13:25:13 Closing DB instances... [2021-09-24T13:25:13.962Z] === RUN TestGet [2021-09-24T13:25:13.962Z] --- PASS: TestGet (0.00s) [2021-09-24T13:25:13.962Z] === RUN TestGetShortcutString [2021-09-24T13:25:13.962Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-24T13:25:13.962Z] PASS [2021-09-24T13:25:13.962Z] coverage: 42.9% of statements [2021-09-24T13:25:13.962Z] ok github.com/docker/docker/pkg/homedir 0.030s coverage: 42.9% of statements [2021-09-24T13:25:13.962Z] --- PASS: TestNetworkDBNodeLeave (2.88s) [2021-09-24T13:25:13.962Z] === RUN TestNetworkDBWatch [2021-09-24T13:25:14.004Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-24T13:25:14.004Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-24T13:25:14.004Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-24T13:25:14.004Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-24T13:25:14.004Z] === RUN TestChtimes [2021-09-24T13:25:14.004Z] --- PASS: TestChtimes (0.00s) [2021-09-24T13:25:14.004Z] === RUN TestChtimesWindows [2021-09-24T13:25:14.004Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-24T13:25:14.004Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-24T13:25:14.004Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-24T13:25:14.004Z] === RUN TestEnsureRemoveAllNotExist [2021-09-24T13:25:14.005Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-24T13:25:14.005Z] === RUN TestEnsureRemoveAllWithDir [2021-09-24T13:25:14.005Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-24T13:25:14.005Z] === RUN TestEnsureRemoveAllWithFile [2021-09-24T13:25:14.005Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-24T13:25:14.005Z] === RUN TestHasWin32KSupport [2021-09-24T13:25:14.005Z] syscall_windows_test.go:8: win32k: true [2021-09-24T13:25:14.005Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-24T13:25:14.005Z] PASS [2021-09-24T13:25:14.005Z] coverage: 13.0% of statements [2021-09-24T13:25:14.005Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 13.0% of statements [2021-09-24T13:25:14.149Z] === RUN TestReadPluginNoRead/default [2021-09-24T13:25:14.418Z] === RUN TestCreateIDMapOrder [2021-09-24T13:25:14.418Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-24T13:25:14.418Z] PASS [2021-09-24T13:25:14.418Z] coverage: 7.2% of statements [2021-09-24T13:25:14.418Z] ok github.com/docker/docker/pkg/idtools 0.029s coverage: 7.2% of statements [2021-09-24T13:25:14.462Z] === RUN TestTailFile [2021-09-24T13:25:14.463Z] --- PASS: TestTailFile (0.00s) [2021-09-24T13:25:14.463Z] === RUN TestTailFileManyLines [2021-09-24T13:25:14.463Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-24T13:25:14.463Z] === RUN TestTailEmptyFile [2021-09-24T13:25:14.463Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-24T13:25:14.463Z] === RUN TestTailNegativeN [2021-09-24T13:25:14.463Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/no_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.463Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:14.463Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.922Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.922Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.922Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.922Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.922Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:14.923Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:14.923Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.924Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.924Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.925Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.925Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.925Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.926Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.926Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.926Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.927Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:14.928Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:14.928Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:14.929Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestFixedBufferCap [2021-09-24T13:25:15.380Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestFixedBufferLen [2021-09-24T13:25:15.380Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestFixedBufferString [2021-09-24T13:25:15.380Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestFixedBufferWrite [2021-09-24T13:25:15.380Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestFixedBufferRead [2021-09-24T13:25:15.380Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestBytesPipeRead [2021-09-24T13:25:15.380Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestBytesPipeWrite [2021-09-24T13:25:15.380Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-24T13:25:15.380Z] --- PASS: TestBytesPipeWriteRandomChunks (0.39s) [2021-09-24T13:25:15.380Z] === RUN TestAtomicWriteToFile [2021-09-24T13:25:15.380Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestAtomicWriteSetCommit [2021-09-24T13:25:15.380Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestAtomicWriteSetCancel [2021-09-24T13:25:15.380Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestReadCloserWrapperClose [2021-09-24T13:25:15.380Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestReaderErrWrapperReadOnError [2021-09-24T13:25:15.380Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestReaderErrWrapperRead [2021-09-24T13:25:15.380Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-24T13:25:15.380Z] === RUN TestCancelReadCloser [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.387Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:15.388Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:15.388Z] PASS [2021-09-24T13:25:15.388Z] coverage: 88.6% of statements [2021-09-24T13:25:15.388Z] ok github.com/docker/docker/pkg/tailfile 0.143s coverage: 88.6% of statements [2021-09-24T13:25:15.388Z] === RUN TestTarSumRemoveNonExistent [2021-09-24T13:25:15.388Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestTarSumRemove [2021-09-24T13:25:15.388Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestSortFileInfoSums [2021-09-24T13:25:15.388Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestNewTarSumForLabelInvalid [2021-09-24T13:25:15.388Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestNewTarSumForLabel [2021-09-24T13:25:15.388Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestEmptyTar [2021-09-24T13:25:15.388Z] --- PASS: TestEmptyTar (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestTarSumsReadSize [2021-09-24T13:25:15.388Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestTarSums [2021-09-24T13:25:15.388Z] --- PASS: TestTarSums (0.05s) [2021-09-24T13:25:15.388Z] === RUN TestIteration [2021-09-24T13:25:15.388Z] --- PASS: TestIteration (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestVersionLabelForChecksum [2021-09-24T13:25:15.388Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestVersion [2021-09-24T13:25:15.388Z] --- PASS: TestVersion (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestGetVersion [2021-09-24T13:25:15.388Z] --- PASS: TestGetVersion (0.00s) [2021-09-24T13:25:15.388Z] === RUN TestGetVersions [2021-09-24T13:25:15.388Z] --- PASS: TestGetVersions (0.00s) [2021-09-24T13:25:15.388Z] PASS [2021-09-24T13:25:15.388Z] coverage: 89.3% of statements [2021-09-24T13:25:15.388Z] ok github.com/docker/docker/pkg/tarsum 0.099s coverage: 89.3% of statements [2021-09-24T13:25:15.388Z] testing: warning: no tests to run [2021-09-24T13:25:15.388Z] PASS [2021-09-24T13:25:15.388Z] coverage: [no statements] [2021-09-24T13:25:15.388Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-09-24T13:25:15.388Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.02s) [2021-09-24T13:25:15.388Z] === RUN TestNetworkDBGarbageCollection [2021-09-24T13:25:15.388Z] === RUN TestTruncIndex [2021-09-24T13:25:15.388Z] --- PASS: TestTruncIndex (0.10s) [2021-09-24T13:25:15.388Z] PASS [2021-09-24T13:25:15.388Z] coverage: 91.5% of statements [2021-09-24T13:25:15.388Z] ok github.com/docker/docker/pkg/truncindex 0.127s coverage: 91.5% of statements [2021-09-24T13:25:15.533Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-24T13:25:15.836Z] 2021/09/24 13:25:15 Closing DB instances... [2021-09-24T13:25:15.836Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-24T13:25:15.836Z] === RUN TestWriteCloserWrapperClose [2021-09-24T13:25:15.836Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-24T13:25:15.836Z] === RUN TestNopWriteCloser [2021-09-24T13:25:15.836Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-24T13:25:15.836Z] === RUN TestNopWriter [2021-09-24T13:25:15.836Z] --- PASS: TestNopWriter (0.00s) [2021-09-24T13:25:15.836Z] === RUN TestWriteCounter [2021-09-24T13:25:15.836Z] --- PASS: TestWriteCounter (0.00s) [2021-09-24T13:25:15.836Z] PASS [2021-09-24T13:25:15.836Z] coverage: 69.2% of statements [2021-09-24T13:25:15.836Z] ok github.com/docker/docker/pkg/ioutils 0.536s coverage: 69.2% of statements [2021-09-24T13:25:15.846Z] === RUN TestIsGIT [2021-09-24T13:25:15.846Z] --- PASS: TestIsGIT (0.00s) [2021-09-24T13:25:15.846Z] === RUN TestIsTransport [2021-09-24T13:25:15.846Z] --- PASS: TestIsTransport (0.00s) [2021-09-24T13:25:15.846Z] PASS [2021-09-24T13:25:15.846Z] coverage: 100.0% of statements [2021-09-24T13:25:15.846Z] ok github.com/docker/docker/pkg/urlutil 0.026s coverage: 100.0% of statements [2021-09-24T13:25:15.846Z] === RUN TestVersionInfo [2021-09-24T13:25:15.846Z] --- PASS: TestVersionInfo (0.00s) [2021-09-24T13:25:15.846Z] === RUN TestAppendVersions [2021-09-24T13:25:15.846Z] --- PASS: TestAppendVersions (0.00s) [2021-09-24T13:25:15.846Z] PASS [2021-09-24T13:25:15.846Z] coverage: 88.9% of statements [2021-09-24T13:25:15.846Z] ok github.com/docker/docker/pkg/useragent 0.024s coverage: 88.9% of statements [2021-09-24T13:25:16.152Z] #71 exporting layers 6.2s done [2021-09-24T13:25:16.152Z] #71 writing image sha256:ccefd201c7332245963574110d21c676764b9bc2df813ffb89ac35910612470a done [2021-09-24T13:25:16.152Z] #71 naming to docker.io/library/docker:09de87ebbeac5d6e769729bae549485701a96733 done [2021-09-24T13:25:16.152Z] #71 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-09-24T13:25:16.291Z] === RUN TestError [2021-09-24T13:25:16.292Z] --- PASS: TestError (0.00s) [2021-09-24T13:25:16.292Z] === RUN TestProgressString [2021-09-24T13:25:16.292Z] === RUN TestProgressString/no_progress [2021-09-24T13:25:16.292Z] === RUN TestProgressString/progress_1 [2021-09-24T13:25:16.292Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-24T13:25:16.292Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-24T13:25:16.292Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-24T13:25:16.292Z] === RUN TestProgressString/with_units [2021-09-24T13:25:16.292Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-24T13:25:16.292Z] === RUN TestProgressString/hide_counts [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-24T13:25:16.292Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-24T13:25:16.292Z] === RUN TestJSONMessageDisplay [2021-09-24T13:25:16.292Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-09-24T13:25:16.292Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-24T13:25:16.292Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-24T13:25:16.292Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-24T13:25:16.292Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-24T13:25:16.292Z] === RUN TestDisplayJSONMessagesStream [2021-09-24T13:25:16.292Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-24T13:25:16.292Z] PASS [2021-09-24T13:25:16.292Z] coverage: 91.7% of statements [2021-09-24T13:25:16.292Z] ok github.com/docker/docker/pkg/jsonmessage 0.155s coverage: 91.7% of statements [2021-09-24T13:25:16.478Z] --- PASS: TestContinueAfterPluginCrash (8.79s) [2021-09-24T13:25:16.478Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-24T13:25:16.496Z] + trap exit INT TERM [2021-09-24T13:25:16.497Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-09-24T13:25:16.497Z] + CONTAINER_NAME=docker-pr2 [2021-09-24T13:25:16.497Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh dynbinary [2021-09-24T13:25:16.748Z] === RUN TestStandardLongPath [2021-09-24T13:25:16.748Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-24T13:25:16.748Z] === RUN TestUNCLongPath [2021-09-24T13:25:16.748Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-24T13:25:16.748Z] PASS [2021-09-24T13:25:16.748Z] coverage: 100.0% of statements [2021-09-24T13:25:16.748Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2021-09-24T13:25:16.812Z] === RUN TestValidatePrivileges [2021-09-24T13:25:16.812Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-24T13:25:16.812Z] === RUN TestFilterByCapNeg [2021-09-24T13:25:16.812Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-24T13:25:16.812Z] === RUN TestFilterByCapPos [2021-09-24T13:25:16.812Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-24T13:25:16.812Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-24T13:25:16.812Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-24T13:25:16.812Z] PASS [2021-09-24T13:25:16.812Z] coverage: 12.0% of statements [2021-09-24T13:25:16.812Z] ok github.com/docker/docker/plugin 0.042s coverage: 12.0% of statements [2021-09-24T13:25:16.812Z] === RUN TestNewSettable [2021-09-24T13:25:16.812Z] --- PASS: TestNewSettable (0.00s) [2021-09-24T13:25:16.812Z] === RUN TestIsSettable [2021-09-24T13:25:16.812Z] --- PASS: TestIsSettable (0.00s) [2021-09-24T13:25:16.812Z] === RUN TestUpdateSettingsEnv [2021-09-24T13:25:16.812Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-24T13:25:16.812Z] PASS [2021-09-24T13:25:16.812Z] coverage: 20.0% of statements [2021-09-24T13:25:16.812Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2021-09-24T13:25:17.204Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-24T13:25:17.204Z] === RUN TestNetworkDBBulkSync [2021-09-24T13:25:17.204Z] --- PASS: TestRequest (4.57s) [2021-09-24T13:25:17.204Z] === RUN TestOverlappingRequests [2021-09-24T13:25:17.204Z] --- PASS: TestOverlappingRequests (0.23s) [2021-09-24T13:25:17.204Z] === RUN TestRelease [2021-09-24T13:25:17.204Z] === RUN TestNameFormat [2021-09-24T13:25:17.204Z] --- PASS: TestNameFormat (0.00s) [2021-09-24T13:25:17.204Z] === RUN TestNameRetries [2021-09-24T13:25:17.204Z] --- PASS: TestNameRetries (0.00s) [2021-09-24T13:25:17.204Z] PASS [2021-09-24T13:25:17.204Z] coverage: 85.7% of statements [2021-09-24T13:25:17.204Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2021-09-24T13:25:17.270Z] === RUN TestLoad [2021-09-24T13:25:17.270Z] --- PASS: TestLoad (0.00s) [2021-09-24T13:25:17.270Z] === RUN TestSave [2021-09-24T13:25:17.270Z] --- PASS: TestSave (0.01s) [2021-09-24T13:25:17.270Z] === RUN TestAddDeleteGet [2021-09-24T13:25:17.270Z] --- PASS: TestAddDeleteGet (0.02s) [2021-09-24T13:25:17.270Z] === RUN TestInvalidTags [2021-09-24T13:25:17.270Z] --- PASS: TestInvalidTags (0.00s) [2021-09-24T13:25:17.270Z] PASS [2021-09-24T13:25:17.270Z] coverage: 84.4% of statements [2021-09-24T13:25:17.270Z] ok github.com/docker/docker/reference 0.070s coverage: 84.4% of statements [2021-09-24T13:25:17.729Z] time="2021-09-24T13:25:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-24T13:25:17.862Z] === CONT TestReadPluginNoRead [2021-09-24T13:25:17.862Z] read_test.go:92: [d75538ae53335] daemon is not started [2021-09-24T13:25:17.862Z] --- PASS: TestReadPluginNoRead (6.20s) [2021-09-24T13:25:17.862Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2021-09-24T13:25:17.862Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2021-09-24T13:25:17.862Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.35s) [2021-09-24T13:25:17.862Z] PASS [2021-09-24T13:25:17.862Z] [2021-09-24T13:25:17.862Z] DONE 6 tests in 10.389s [2021-09-24T13:25:17.862Z] 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-09-24T13:25:18.122Z] testing: warning: no tests to run [2021-09-24T13:25:18.122Z] PASS [2021-09-24T13:25:18.122Z] [2021-09-24T13:25:18.122Z] DONE 0 tests in 0.029s [2021-09-24T13:25:18.122Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-24T13:25:18.123Z] INFO: Testing against a local daemon [2021-09-24T13:25:18.123Z] === RUN TestPluginWithDevMounts [2021-09-24T13:25:18.123Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-24T13:25:18.123Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-24T13:25:18.123Z] PASS [2021-09-24T13:25:18.123Z] [2021-09-24T13:25:18.123Z] === Skipped [2021-09-24T13:25:18.123Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-09-24T13:25:18.123Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-24T13:25:18.123Z] [2021-09-24T13:25:18.123Z] DONE 1 tests, 1 skipped in 0.097s [2021-09-24T13:25:18.123Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-24T13:25:18.123Z] INFO: Testing against a local daemon [2021-09-24T13:25:18.123Z] === RUN TestSecretInspect [2021-09-24T13:25:18.123Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.123Z] --- SKIP: TestSecretInspect (0.01s) [2021-09-24T13:25:18.123Z] === RUN TestSecretList [2021-09-24T13:25:18.123Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.123Z] --- SKIP: TestSecretList (0.01s) [2021-09-24T13:25:18.123Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:25:18.123Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.123Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-09-24T13:25:18.123Z] === RUN TestSecretsUpdate [2021-09-24T13:25:18.123Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.123Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-09-24T13:25:18.123Z] === RUN TestTemplatedSecret [2021-09-24T13:25:18.123Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.123Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-24T13:25:18.123Z] === RUN TestSecretCreateResolve [2021-09-24T13:25:18.167Z] === RUN TestParseKeyValueOpt [2021-09-24T13:25:18.167Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-24T13:25:18.167Z] === RUN TestParseUintList [2021-09-24T13:25:18.167Z] --- PASS: TestParseUintList (0.00s) [2021-09-24T13:25:18.167Z] === RUN TestParseUintListMaximumLimits [2021-09-24T13:25:18.167Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-24T13:25:18.167Z] PASS [2021-09-24T13:25:18.167Z] coverage: 97.0% of statements [2021-09-24T13:25:18.167Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2021-09-24T13:25:18.167Z] --- PASS: TestRelease (0.90s) [2021-09-24T13:25:18.167Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:25:18.167Z] 2021/09/24 13:25:18 Closing DB instances... [2021-09-24T13:25:18.187Z] === RUN TestResolveAuthConfigIndexServer [2021-09-24T13:25:18.187Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResolveAuthConfigFullURL [2021-09-24T13:25:18.187Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-24T13:25:18.187Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestValidateMirror [2021-09-24T13:25:18.187Z] --- PASS: TestValidateMirror (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestLoadInsecureRegistries [2021-09-24T13:25:18.187Z] time="2021-09-24T13:25:17Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:25:18.187Z] time="2021-09-24T13:25:17Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-24T13:25:18.187Z] time="2021-09-24T13:25:17Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:25:18.187Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-09-24T13:25:18.187Z] === RUN TestNewServiceConfig [2021-09-24T13:25:18.187Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestValidateIndexName [2021-09-24T13:25:18.187Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestValidateIndexNameWithError [2021-09-24T13:25:18.187Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestEndpointParse [2021-09-24T13:25:18.187Z] --- PASS: TestEndpointParse (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestEndpointParseInvalid [2021-09-24T13:25:18.187Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestValidateEndpoint [2021-09-24T13:25:18.187Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestPing [2021-09-24T13:25:18.187Z] --- PASS: TestPing (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestPingRegistryEndpoint [2021-09-24T13:25:18.187Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:18.187Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestEndpoint [2021-09-24T13:25:18.187Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:18.187Z] --- SKIP: TestEndpoint (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestParseRepositoryInfo [2021-09-24T13:25:18.187Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestNewIndexInfo [2021-09-24T13:25:18.187Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestMirrorEndpointLookup [2021-09-24T13:25:18.187Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:18.187Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestSearchRepositories [2021-09-24T13:25:18.187Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-24T13:25:18.187Z] Host: 127.0.0.1:49301 [2021-09-24T13:25:18.187Z] User-Agent: docker test client [2021-09-24T13:25:18.187Z] Authorization: Token fake-token [2021-09-24T13:25:18.187Z] X-Docker-Token: true [2021-09-24T13:25:18.187Z] Accept-Encoding: gzip [2021-09-24T13:25:18.187Z] [2021-09-24T13:25:18.187Z] [2021-09-24T13:25:18.187Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-24T13:25:18.187Z] Connection: close [2021-09-24T13:25:18.187Z] Content-Length: 144 [2021-09-24T13:25:18.187Z] Cache-Control: no-cache [2021-09-24T13:25:18.187Z] Content-Type: application/json [2021-09-24T13:25:18.187Z] Date: Fri, 24 Sep 2021 13:25:17 GMT [2021-09-24T13:25:18.187Z] Expires: -1 [2021-09-24T13:25:18.187Z] Pragma: no-cache [2021-09-24T13:25:18.187Z] Server: docker-tests/mock [2021-09-24T13:25:18.187Z] X-Docker-Registry-Config: mock [2021-09-24T13:25:18.187Z] X-Docker-Registry-Version: 0.0.0 [2021-09-24T13:25:18.187Z] [2021-09-24T13:25:18.187Z] [2021-09-24T13:25:18.187Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestTrustedLocation [2021-09-24T13:25:18.187Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-24T13:25:18.187Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestAllowNondistributableArtifacts [2021-09-24T13:25:18.187Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestIsSecureIndex [2021-09-24T13:25:18.187Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-24T13:25:18.187Z] PASS [2021-09-24T13:25:18.187Z] coverage: 51.7% of statements [2021-09-24T13:25:18.187Z] ok github.com/docker/docker/registry 0.150s coverage: 51.7% of statements [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReaderWithReadError [2021-09-24T13:25:18.187Z] time="2021-09-24T13:25:18Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReader [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-24T13:25:18.187Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-24T13:25:18.187Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-24T13:25:18.187Z] PASS [2021-09-24T13:25:18.187Z] coverage: 100.0% of statements [2021-09-24T13:25:18.187Z] ok github.com/docker/docker/registry/resumable 0.142s coverage: 100.0% of statements [2021-09-24T13:25:18.384Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestSecretCreateResolve (0.02s) [2021-09-24T13:25:18.384Z] PASS [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === Skipped [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-09-24T13:25:18.384Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-09-24T13:25:18.384Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-09-24T13:25:18.384Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-09-24T13:25:18.384Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-09-24T13:25:18.384Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2021-09-24T13:25:18.384Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] [2021-09-24T13:25:18.384Z] DONE 6 tests, 6 skipped in 0.147s [2021-09-24T13:25:18.384Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-24T13:25:18.384Z] INFO: Testing against a local daemon [2021-09-24T13:25:18.384Z] === RUN TestServiceCreateInit [2021-09-24T13:25:18.384Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:25:18.384Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:25:18.384Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- PASS: TestServiceCreateInit (0.01s) [2021-09-24T13:25:18.384Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:25:18.384Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:25:18.384Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceConflict [2021-09-24T13:25:18.384Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:25:18.384Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:25:18.384Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:25:18.384Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:25:18.384Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceSysctls [2021-09-24T13:25:18.384Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-24T13:25:18.384Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:25:18.384Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-24T13:25:18.384Z] === RUN TestInspect [2021-09-24T13:25:18.384Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.384Z] --- SKIP: TestInspect (0.01s) [2021-09-24T13:25:18.384Z] === RUN TestCreateJob [2021-09-24T13:25:18.384Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.405Z] [2021-09-24T13:25:18.405Z] Removing bundles/ [2021-09-24T13:25:18.405Z] [2021-09-24T13:25:18.405Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-24T13:25:18.405Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:25:18.405Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:25:18.624Z] === RUN TestNewAndRemove [2021-09-24T13:25:18.624Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-24T13:25:18.624Z] === RUN TestRemoveInvalidPath [2021-09-24T13:25:18.624Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-24T13:25:18.624Z] PASS [2021-09-24T13:25:18.624Z] coverage: 82.6% of statements [2021-09-24T13:25:18.624Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-09-24T13:25:18.645Z] --- SKIP: TestCreateJob (0.01s) [2021-09-24T13:25:18.645Z] === RUN TestRestartManagerTimeout [2021-09-24T13:25:18.645Z] === RUN TestReplicatedJob [2021-09-24T13:25:18.645Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-24T13:25:18.645Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.645Z] === RUN TestRestartManagerTimeoutReset [2021-09-24T13:25:18.645Z] --- SKIP: TestReplicatedJob (0.01s) [2021-09-24T13:25:18.645Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-24T13:25:18.645Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:25:18.645Z] PASS [2021-09-24T13:25:18.645Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.645Z] coverage: 50.9% of statements [2021-09-24T13:25:18.646Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-09-24T13:25:18.646Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 50.9% of statements [2021-09-24T13:25:18.646Z] === RUN TestServiceListWithStatuses [2021-09-24T13:25:18.646Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:25:18.646Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:25:18.646Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:25:18.646Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.646Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-09-24T13:25:18.646Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:25:18.646Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:18.646Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-09-24T13:25:18.646Z] === RUN TestServicePlugin [2021-09-24T13:25:19.104Z] === RUN TestDecodeContainerConfig [2021-09-24T13:25:19.104Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-24T13:25:19.104Z] === RUN TestDecodeContainerConfigIsolation [2021-09-24T13:25:19.104Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-24T13:25:19.104Z] === RUN TestValidatePrivileged [2021-09-24T13:25:19.104Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-24T13:25:19.104Z] PASS [2021-09-24T13:25:19.104Z] coverage: 52.2% of statements [2021-09-24T13:25:19.104Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-09-24T13:25:19.104Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-24T13:25:19.104Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-24T13:25:19.104Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-24T13:25:19.104Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-24T13:25:19.104Z] PASS [2021-09-24T13:25:19.104Z] coverage: 62.5% of statements [2021-09-24T13:25:19.104Z] ok github.com/docker/docker/testutil 0.047s coverage: 62.5% of statements [2021-09-24T13:25:19.592Z] === RUN TestFailedConnection [2021-09-24T13:25:20.048Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-24T13:25:20.048Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-24T13:25:20.504Z] --- PASS: TestAllocateRandomDeallocate (2.48s) [2021-09-24T13:25:20.504Z] === RUN TestRetrieveFromStore [2021-09-24T13:25:20.559Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServicePlugin (1.92s) [2021-09-24T13:25:20.559Z] === RUN TestServiceUpdateLabel [2021-09-24T13:25:20.559Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2021-09-24T13:25:20.559Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:25:20.559Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-09-24T13:25:20.559Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:25:20.559Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceUpdateConfigs (0.03s) [2021-09-24T13:25:20.559Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:25:20.559Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-09-24T13:25:20.559Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:25:20.559Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-09-24T13:25:20.559Z] PASS [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === Skipped [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:25:20.559Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:25:20.559Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2021-09-24T13:25:20.559Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-09-24T13:25:20.559Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-09-24T13:25:20.559Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-24T13:25:20.559Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-09-24T13:25:20.559Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-09-24T13:25:20.559Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-09-24T13:25:20.559Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-09-24T13:25:20.559Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-09-24T13:25:20.559Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-09-24T13:25:20.559Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-09-24T13:25:20.559Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-09-24T13:25:20.559Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-24T13:25:20.559Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-09-24T13:25:20.559Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-09-24T13:25:20.559Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServicePlugin (1.92s) [2021-09-24T13:25:20.559Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2021-09-24T13:25:20.559Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-09-24T13:25:20.559Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.03s) [2021-09-24T13:25:20.559Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-09-24T13:25:20.559Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-09-24T13:25:20.559Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-24T13:25:20.559Z] [2021-09-24T13:25:20.559Z] DONE 24 tests, 23 skipped in 2.321s [2021-09-24T13:25:20.559Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-24T13:25:20.820Z] INFO: Testing against a local daemon [2021-09-24T13:25:20.820Z] === RUN TestSessionCreate [2021-09-24T13:25:20.820Z] --- PASS: TestSessionCreate (0.06s) [2021-09-24T13:25:20.820Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:25:20.820Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-24T13:25:20.820Z] PASS [2021-09-24T13:25:20.820Z] [2021-09-24T13:25:20.820Z] DONE 2 tests in 0.180s [2021-09-24T13:25:20.820Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-24T13:25:20.820Z] INFO: Testing against a local daemon [2021-09-24T13:25:20.820Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:25:20.820Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:25:20.820Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:25:20.820Z] === RUN TestDiskUsage [2021-09-24T13:25:20.820Z] === PAUSE TestDiskUsage [2021-09-24T13:25:20.820Z] === RUN TestEventsExecDie [2021-09-24T13:25:20.960Z] === RUN TestParseEmptyInterface [2021-09-24T13:25:20.960Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestParseNonInterfaceType [2021-09-24T13:25:20.960Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestParseWithOneFunction [2021-09-24T13:25:20.960Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestParseWithMultipleFuncs [2021-09-24T13:25:20.960Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestParseWithUnnamedReturn [2021-09-24T13:25:20.960Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestEmbeddedInterface [2021-09-24T13:25:20.960Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestParsedImports [2021-09-24T13:25:20.960Z] --- PASS: TestParsedImports (0.00s) [2021-09-24T13:25:20.960Z] === RUN TestAliasedImports [2021-09-24T13:25:20.960Z] --- PASS: TestAliasedImports (0.00s) [2021-09-24T13:25:20.960Z] PASS [2021-09-24T13:25:20.960Z] coverage: 56.8% of statements [2021-09-24T13:25:20.960Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements [2021-09-24T13:25:21.279Z] === RUN TestGetDriver [2021-09-24T13:25:21.279Z] --- PASS: TestGetDriver (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestVolumeRequestError [2021-09-24T13:25:21.279Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-24T13:25:21.279Z] PASS [2021-09-24T13:25:21.279Z] coverage: 36.1% of statements [2021-09-24T13:25:21.279Z] ok github.com/docker/docker/volume/drivers 0.036s coverage: 36.1% of statements [2021-09-24T13:25:21.279Z] === RUN TestGetAddress [2021-09-24T13:25:21.279Z] --- PASS: TestGetAddress (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestRemove [2021-09-24T13:25:21.279Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:25:21.279Z] --- SKIP: TestRemove (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestInitializeWithVolumes [2021-09-24T13:25:21.279Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestCreate [2021-09-24T13:25:21.279Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:25:21.279Z] === RUN TestValidateName [2021-09-24T13:25:21.279Z] --- PASS: TestValidateName (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestCreateWithOpts [2021-09-24T13:25:21.279Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:25:21.279Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-24T13:25:21.279Z] === RUN TestRelaodNoOpts [2021-09-24T13:25:21.279Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-24T13:25:21.279Z] PASS [2021-09-24T13:25:21.279Z] coverage: 41.5% of statements [2021-09-24T13:25:21.279Z] ok github.com/docker/docker/volume/local 0.052s coverage: 41.5% of statements [2021-09-24T13:25:21.390Z] --- PASS: TestEventsExecDie (0.51s) [2021-09-24T13:25:21.390Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:25:21.390Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-09-24T13:25:21.390Z] === RUN TestEventsVolumeCreate [2021-09-24T13:25:21.415Z] --- PASS: TestRetrieveFromStore (0.72s) [2021-09-24T13:25:21.415Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-24T13:25:21.415Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-09-24T13:25:21.415Z] === RUN TestParallelPredefinedRequest1 [2021-09-24T13:25:21.415Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-24T13:25:21.415Z] === RUN TestParallelPredefinedRequest2 [2021-09-24T13:25:21.415Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-24T13:25:21.415Z] === RUN TestParallelPredefinedRequest3 [2021-09-24T13:25:21.415Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-24T13:25:21.415Z] === RUN TestParallelPredefinedRequest4 [2021-09-24T13:25:21.415Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-24T13:25:21.415Z] === RUN TestParallelPredefinedRequest5 [2021-09-24T13:25:21.415Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-24T13:25:21.415Z] === RUN TestDebug [2021-09-24T13:25:21.415Z] --- PASS: TestDebug (0.00s) [2021-09-24T13:25:21.415Z] === RUN TestRequestPoolParallel [2021-09-24T13:25:21.651Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-09-24T13:25:21.651Z] === RUN TestInfoBinaryCommits [2021-09-24T13:25:21.651Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-24T13:25:21.651Z] === RUN TestInfoAPIVersioned [2021-09-24T13:25:21.651Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-24T13:25:21.651Z] === RUN TestInfoDiscoveryBackend [2021-09-24T13:25:21.871Z] --- PASS: TestFailedConnection (2.06s) [2021-09-24T13:25:21.871Z] === RUN TestFailOnce [2021-09-24T13:25:21.871Z] === RUN TestHTTPTransport [2021-09-24T13:25:21.871Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-24T13:25:21.871Z] PASS [2021-09-24T13:25:21.871Z] coverage: 85.7% of statements [2021-09-24T13:25:21.871Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2021-09-24T13:25:21.871Z] 2021/09/24 13:25:21 http: panic serving 127.0.0.1:49282: Plugin not ready [2021-09-24T13:25:21.871Z] goroutine 18 [running]: [2021-09-24T13:25:21.871Z] net/http.(*conn).serve.func1() [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-24T13:25:21.871Z] panic({0xbf9d40, 0xd05e90}) [2021-09-24T13:25:21.871Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-24T13:25:21.871Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x2fdbbbe9cd88e9bf}, 0xc0001a9a98) [2021-09-24T13:25:21.871Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-24T13:25:21.871Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xd12b48, 0xc00021a000}, 0xb4e986) [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-24T13:25:21.871Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xd12b48, 0xc00021a000}, 0xc0001b2000) [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-24T13:25:21.871Z] net/http.serverHandler.ServeHTTP({0xd11170}, {0xd12b48, 0xc00021a000}, 0xc0001b2000) [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-24T13:25:21.871Z] net/http.(*conn).serve(0xc0001a0000, {0xd149e0, 0xc0001820c0}) [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-24T13:25:21.871Z] created by net/http.(*Server).Serve [2021-09-24T13:25:21.871Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-24T13:25:21.871Z] time="2021-09-24T13:25:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49281/Test.FailOnce: Post \"http://127.0.0.1:49281/Test.FailOnce\": EOF, retrying in 1s" [2021-09-24T13:25:21.871Z] --- PASS: TestRequestPoolParallel (0.40s) [2021-09-24T13:25:21.871Z] === RUN TestFullAllocateRelease [2021-09-24T13:25:22.222Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2021-09-24T13:25:22.222Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRaw [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-24T13:25:22.245Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRaw [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-24T13:25:22.245Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestConvertTmpfsOptions [2021-09-24T13:25:22.245Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-24T13:25:22.245Z] linux_parser_test.go:209: data="ro" [2021-09-24T13:25:22.245Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestParseMountSpec [2021-09-24T13:25:22.245Z] parser_test.go:62: case 0 [2021-09-24T13:25:22.245Z] parser_test.go:62: case 1 [2021-09-24T13:25:22.245Z] parser_test.go:62: case 2 [2021-09-24T13:25:22.245Z] parser_test.go:62: case 3 [2021-09-24T13:25:22.245Z] parser_test.go:62: case 4 [2021-09-24T13:25:22.245Z] parser_test.go:62: case 5 [2021-09-24T13:25:22.245Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestValidateMount [2021-09-24T13:25:22.245Z] --- PASS: TestValidateMount (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRaw [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit (0.01s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:25:22.245Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-24T13:25:22.245Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:25:22.245Z] PASS [2021-09-24T13:25:22.245Z] coverage: 67.6% of statements [2021-09-24T13:25:22.245Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2021-09-24T13:25:22.327Z] --- PASS: TestFullAllocateRelease (0.31s) [2021-09-24T13:25:22.327Z] === RUN TestOddAllocateRelease [2021-09-24T13:25:22.327Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:25:22.327Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-24T13:25:22.327Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-24T13:25:22.327Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:25:22.327Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-24T13:25:22.327Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-24T13:25:22.327Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-24T13:25:22.327Z] === RUN TestBufferPoolPutAndGet [2021-09-24T13:25:22.327Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-24T13:25:22.327Z] PASS [2021-09-24T13:25:22.327Z] coverage: 88.2% of statements [2021-09-24T13:25:22.327Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2021-09-24T13:25:22.327Z] --- PASS: TestOddAllocateRelease (0.18s) [2021-09-24T13:25:22.327Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-24T13:25:22.327Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2021-09-24T13:25:22.327Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-24T13:25:22.327Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-09-24T13:25:22.327Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-24T13:25:22.327Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest1 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest4 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest3 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest5 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest1 [2021-09-24T13:25:22.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest5 [2021-09-24T13:25:22.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest2 [2021-09-24T13:25:22.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest4 [2021-09-24T13:25:22.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:22.327Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:25:22.327Z] === CONT TestParallelPredefinedRequest3 [2021-09-24T13:25:22.327Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:25:22.327Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:25:22.327Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:25:22.327Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:25:22.327Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:25:22.327Z] PASS [2021-09-24T13:25:22.327Z] coverage: 85.3% of statements [2021-09-24T13:25:22.327Z] ok github.com/docker/docker/libnetwork/ipam 31.332s coverage: 85.3% of statements [2021-09-24T13:25:22.703Z] === RUN TestSetGetMeta [2021-09-24T13:25:22.703Z] === PAUSE TestSetGetMeta [2021-09-24T13:25:22.703Z] === RUN TestRestore [2021-09-24T13:25:22.703Z] === PAUSE TestRestore [2021-09-24T13:25:22.703Z] === RUN TestServiceCreate [2021-09-24T13:25:22.703Z] === PAUSE TestServiceCreate [2021-09-24T13:25:22.703Z] === RUN TestServiceList [2021-09-24T13:25:22.703Z] === PAUSE TestServiceList [2021-09-24T13:25:22.703Z] === RUN TestServiceRemove [2021-09-24T13:25:22.703Z] === PAUSE TestServiceRemove [2021-09-24T13:25:22.703Z] === RUN TestServiceGet [2021-09-24T13:25:22.703Z] === PAUSE TestServiceGet [2021-09-24T13:25:22.703Z] === RUN TestServicePrune [2021-09-24T13:25:22.703Z] === PAUSE TestServicePrune [2021-09-24T13:25:22.703Z] === RUN TestCreate [2021-09-24T13:25:22.703Z] === PAUSE TestCreate [2021-09-24T13:25:22.703Z] === RUN TestRemove [2021-09-24T13:25:22.703Z] === PAUSE TestRemove [2021-09-24T13:25:22.703Z] === RUN TestList [2021-09-24T13:25:22.703Z] === PAUSE TestList [2021-09-24T13:25:22.703Z] === RUN TestFindByDriver [2021-09-24T13:25:22.703Z] === PAUSE TestFindByDriver [2021-09-24T13:25:22.703Z] === RUN TestFindByReferenced [2021-09-24T13:25:22.703Z] === PAUSE TestFindByReferenced [2021-09-24T13:25:22.703Z] === RUN TestDerefMultipleOfSameRef [2021-09-24T13:25:22.703Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-24T13:25:22.703Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:22.703Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:22.703Z] === RUN TestDefererencePluginOnCreateError [2021-09-24T13:25:22.703Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-24T13:25:22.703Z] === RUN TestRefDerefRemove [2021-09-24T13:25:22.703Z] === PAUSE TestRefDerefRemove [2021-09-24T13:25:22.703Z] === RUN TestGet [2021-09-24T13:25:22.703Z] === PAUSE TestGet [2021-09-24T13:25:22.704Z] === RUN TestGetWithReference [2021-09-24T13:25:22.704Z] === PAUSE TestGetWithReference [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_nil_list [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_empty_list [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_filter_some [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_filter_middle [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:22.704Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:22.704Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_nil_list [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_filter_some [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_filter_middle [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:22.704Z] === CONT TestFilterFunc/test_empty_list [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-24T13:25:22.704Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-24T13:25:22.704Z] === CONT TestSetGetMeta [2021-09-24T13:25:22.704Z] === CONT TestList [2021-09-24T13:25:22.704Z] === CONT TestServiceGet [2021-09-24T13:25:22.704Z] === CONT TestDefererencePluginOnCreateError [2021-09-24T13:25:22.704Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestGetWithReference [2021-09-24T13:25:22.704Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-24T13:25:22.704Z] === CONT TestGet [2021-09-24T13:25:22.704Z] --- PASS: TestList (0.02s) [2021-09-24T13:25:22.704Z] === CONT TestRefDerefRemove [2021-09-24T13:25:22.704Z] --- PASS: TestGetWithReference (0.02s) [2021-09-24T13:25:22.704Z] === CONT TestDerefMultipleOfSameRef [2021-09-24T13:25:22.704Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:22.704Z] --- PASS: TestGet (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestServiceList [2021-09-24T13:25:22.704Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestServiceRemove [2021-09-24T13:25:22.704Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestCreate [2021-09-24T13:25:22.704Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestRemove [2021-09-24T13:25:22.704Z] --- PASS: TestRemove (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestServicePrune [2021-09-24T13:25:22.704Z] time="2021-09-24T13:25:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:22.704Z] --- PASS: TestServiceGet (0.11s) [2021-09-24T13:25:22.704Z] === CONT TestFindByReferenced [2021-09-24T13:25:22.704Z] --- PASS: TestServiceRemove (0.07s) [2021-09-24T13:25:22.704Z] === CONT TestFindByDriver [2021-09-24T13:25:22.704Z] --- PASS: TestServiceList (0.08s) [2021-09-24T13:25:22.704Z] === CONT TestServiceCreate [2021-09-24T13:25:22.704Z] time="2021-09-24T13:25:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:22.704Z] time="2021-09-24T13:25:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:22.704Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-24T13:25:22.704Z] === CONT TestRestore [2021-09-24T13:25:22.704Z] time="2021-09-24T13:25:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-24T13:25:22.704Z] time="2021-09-24T13:25:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:22.704Z] --- PASS: TestServiceCreate (0.01s) [2021-09-24T13:25:22.704Z] --- PASS: TestFindByDriver (0.02s) [2021-09-24T13:25:22.704Z] --- PASS: TestServicePrune (0.08s) [2021-09-24T13:25:22.704Z] --- PASS: TestRestore (0.01s) [2021-09-24T13:25:22.704Z] PASS [2021-09-24T13:25:22.704Z] coverage: 69.0% of statements [2021-09-24T13:25:22.704Z] ok github.com/docker/docker/volume/service 0.172s coverage: 69.0% of statements [2021-09-24T13:25:22.783Z] === RUN TestOutputOnPrematureClose [2021-09-24T13:25:22.783Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-24T13:25:22.783Z] === RUN TestCompleteSilently [2021-09-24T13:25:22.783Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-24T13:25:22.783Z] PASS [2021-09-24T13:25:22.783Z] coverage: 75.9% of statements [2021-09-24T13:25:22.783Z] ok github.com/docker/docker/pkg/progress 0.027s coverage: 75.9% of statements [2021-09-24T13:25:22.783Z] --- PASS: TestFailOnce (1.12s) [2021-09-24T13:25:22.783Z] === RUN TestEchoInputOutput [2021-09-24T13:25:22.783Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-24T13:25:22.783Z] === RUN TestBackoff [2021-09-24T13:25:22.783Z] --- PASS: TestBackoff (0.00s) [2021-09-24T13:25:22.783Z] === RUN TestAbortRetry [2021-09-24T13:25:22.783Z] --- PASS: TestAbortRetry (0.00s) [2021-09-24T13:25:22.783Z] === RUN TestClientScheme [2021-09-24T13:25:22.783Z] --- PASS: TestClientScheme (0.00s) [2021-09-24T13:25:22.783Z] === RUN TestNewClientWithTimeout [2021-09-24T13:25:23.238Z] === RUN TestSendToOneSub [2021-09-24T13:25:23.238Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-24T13:25:23.238Z] === RUN TestSendToMultipleSubs [2021-09-24T13:25:23.238Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-24T13:25:23.238Z] === RUN TestEvictOneSub [2021-09-24T13:25:23.238Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-24T13:25:23.238Z] === RUN TestClosePublisher [2021-09-24T13:25:23.238Z] --- PASS: TestClosePublisher (0.00s) [2021-09-24T13:25:23.238Z] === RUN TestPubSubRace [2021-09-24T13:25:23.238Z] 2021/09/24 13:25:22 Closing DB instances... [2021-09-24T13:25:23.238Z] time="2021-09-24T13:25:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-24T13:25:24.200Z] --- PASS: TestPubSubRace (1.04s) [2021-09-24T13:25:24.200Z] PASS [2021-09-24T13:25:24.200Z] coverage: 75.0% of statements [2021-09-24T13:25:24.200Z] ok github.com/docker/docker/pkg/pubsub 1.067s coverage: 75.0% of statements [2021-09-24T13:25:24.656Z] === RUN TestRegister [2021-09-24T13:25:24.656Z] --- PASS: TestRegister (0.00s) [2021-09-24T13:25:24.656Z] === RUN TestCommand [2021-09-24T13:25:24.656Z] --- PASS: TestCommand (0.02s) [2021-09-24T13:25:24.656Z] === RUN TestNaiveSelf [2021-09-24T13:25:24.656Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-24T13:25:24.656Z] PASS [2021-09-24T13:25:24.656Z] coverage: 82.4% of statements [2021-09-24T13:25:24.656Z] ok github.com/docker/docker/pkg/reexec 0.073s coverage: 82.4% of statements [2021-09-24T13:25:24.656Z] time="2021-09-24T13:25:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-24T13:25:25.113Z] === RUN TestDump [2021-09-24T13:25:25.113Z] goroutine 4 [running]: [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.dump(0x13b2f7) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-24T13:25:25.113Z] testing.tRunner(0xc00002dd40, 0x2a8e38) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:25.113Z] created by testing.(*T).Run [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:25:25.113Z] [2021-09-24T13:25:25.113Z] goroutine 1 [chan receive]: [2021-09-24T13:25:25.113Z] testing.(*T).Run(0xc00002dba0, {0x29a4fd, 0x11a173}, 0x2a8e38) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:25:25.113Z] testing.runTests.func1(0xc00005a750) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:25:25.113Z] testing.tRunner(0xc00002dba0, 0xc000063ce0) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:25.113Z] testing.runTests(0xc00006c080, {0x40bba0, 0x3, 0x3}, {0x13a54d, 0x29c1f7, 0x410640}) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:25:25.113Z] testing.(*M).Run(0xc00006c080) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:25:25.113Z] main.main() [2021-09-24T13:25:25.113Z] _testmain.go:95 +0x1f5 [2021-09-24T13:25:25.113Z] --- PASS: TestDump (0.00s) [2021-09-24T13:25:25.113Z] === RUN TestDumpToFile [2021-09-24T13:25:25.113Z] --- PASS: TestDumpToFile (0.10s) [2021-09-24T13:25:25.113Z] === RUN TestDumpToFileWithEmptyInput [2021-09-24T13:25:25.113Z] goroutine 6 [running]: [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.dump(0x1a82b4) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1a8660}) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-24T13:25:25.113Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00002dd40) [2021-09-24T13:25:25.113Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-24T13:25:25.113Z] testing.tRunner(0xc000118340, 0x2a8e28) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:25.113Z] created by testing.(*T).Run [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:25:25.113Z] [2021-09-24T13:25:25.113Z] goroutine 1 [chan receive]: [2021-09-24T13:25:25.113Z] testing.(*T).Run(0xc00002dba0, {0x2a1289, 0x11a173}, 0x2a8e28) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:25:25.113Z] testing.runTests.func1(0xc00005a750) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:25:25.113Z] testing.tRunner(0xc00002dba0, 0xc000063ce0) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:25:25.113Z] testing.runTests(0xc00006c080, {0x40bba0, 0x3, 0x3}, {0x13a54d, 0x29c1f7, 0x410640}) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:25:25.113Z] testing.(*M).Run(0xc00006c080) [2021-09-24T13:25:25.113Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:25:25.113Z] main.main() [2021-09-24T13:25:25.113Z] _testmain.go:95 +0x1f5 [2021-09-24T13:25:25.113Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-24T13:25:25.113Z] PASS [2021-09-24T13:25:25.113Z] coverage: 90.9% of statements [2021-09-24T13:25:25.113Z] ok github.com/docker/docker/pkg/stack 0.131s coverage: 90.9% of statements [2021-09-24T13:25:25.518Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-09-24T13:25:25.518Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-24T13:25:25.518Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:25.518Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-24T13:25:25.518Z] === RUN TestInfoAPI [2021-09-24T13:25:25.518Z] --- PASS: TestInfoAPI (0.02s) [2021-09-24T13:25:25.518Z] === RUN TestInfoAPIWarnings [2021-09-24T13:25:25.569Z] === RUN TestNewStdWriter [2021-09-24T13:25:25.569Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-24T13:25:25.569Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestWriteWithNilBytes [2021-09-24T13:25:25.569Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestWrite [2021-09-24T13:25:25.569Z] --- PASS: TestWrite (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestWriteWithWriterError [2021-09-24T13:25:25.569Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-24T13:25:25.569Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyWriteAndRead [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-24T13:25:25.569Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-24T13:25:25.569Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-24T13:25:25.569Z] PASS [2021-09-24T13:25:25.569Z] coverage: 100.0% of statements [2021-09-24T13:25:25.569Z] ok github.com/docker/docker/pkg/stdcopy 0.030s coverage: 100.0% of statements [2021-09-24T13:25:26.025Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-24T13:25:26.025Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-24T13:25:26.025Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestFormatStatus [2021-09-24T13:25:26.025Z] --- PASS: TestFormatStatus (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestFormatError [2021-09-24T13:25:26.025Z] --- PASS: TestFormatError (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestFormatJSONError [2021-09-24T13:25:26.025Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-24T13:25:26.025Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-24T13:25:26.025Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestNewJSONProgressOutput [2021-09-24T13:25:26.025Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestAuxFormatterEmit [2021-09-24T13:25:26.025Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestStreamWriterStdout [2021-09-24T13:25:26.025Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-24T13:25:26.025Z] === RUN TestStreamWriterStderr [2021-09-24T13:25:26.025Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-24T13:25:26.025Z] PASS [2021-09-24T13:25:26.025Z] coverage: 66.2% of statements [2021-09-24T13:25:26.025Z] ok github.com/docker/docker/pkg/streamformatter 0.027s coverage: 66.2% of statements [2021-09-24T13:25:26.025Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.27s) [2021-09-24T13:25:26.025Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-24T13:25:26.431Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-24T13:25:26.431Z] === RUN TestClientStream [2021-09-24T13:25:26.431Z] --- PASS: TestClientStream (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestClientSendFile [2021-09-24T13:25:26.431Z] --- PASS: TestClientSendFile (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestClientWithRequestTimeout [2021-09-24T13:25:26.431Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-24T13:25:26.431Z] === RUN TestFileSpecPlugin [2021-09-24T13:25:26.431Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestFileJSONSpecPlugin [2021-09-24T13:25:26.431Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-24T13:25:26.431Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestPluginAddHandler [2021-09-24T13:25:26.431Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestPluginWaitBadPlugin [2021-09-24T13:25:26.431Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-24T13:25:26.431Z] === RUN TestGet [2021-09-24T13:25:26.431Z] time="2021-09-24T13:25:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-24T13:25:26.481Z] === RUN TestGenerateRandomID [2021-09-24T13:25:26.481Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestShortenId [2021-09-24T13:25:26.481Z] --- PASS: TestShortenId (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestShortenSha256Id [2021-09-24T13:25:26.481Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestShortenIdEmpty [2021-09-24T13:25:26.481Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestShortenIdInvalid [2021-09-24T13:25:26.481Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestIsShortIDNonHex [2021-09-24T13:25:26.481Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-24T13:25:26.481Z] === RUN TestIsShortIDNotCorrectSize [2021-09-24T13:25:26.481Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-24T13:25:26.481Z] PASS [2021-09-24T13:25:26.481Z] coverage: 70.6% of statements [2021-09-24T13:25:26.481Z] ok github.com/docker/docker/pkg/stringid 0.027s coverage: 70.6% of statements [2021-09-24T13:25:26.937Z] === RUN TestIsCpusetListAvailable [2021-09-24T13:25:26.937Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-24T13:25:26.937Z] PASS [2021-09-24T13:25:26.937Z] coverage: 39.4% of statements [2021-09-24T13:25:26.937Z] ok github.com/docker/docker/pkg/sysinfo 0.026s coverage: 39.4% of statements [2021-09-24T13:25:26.937Z] 2021/09/24 13:25:26 Closing DB instances... [2021-09-24T13:25:27.393Z] time="2021-09-24T13:25:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-24T13:25:27.396Z] time="2021-09-24T13:25:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-24T13:25:27.849Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-24T13:25:27.849Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-24T13:25:27.849Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-24T13:25:27.849Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-24T13:25:27.849Z] === RUN TestChtimes [2021-09-24T13:25:27.849Z] --- PASS: TestChtimes (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestChtimesWindows [2021-09-24T13:25:27.849Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-24T13:25:27.849Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestEnsureRemoveAllNotExist [2021-09-24T13:25:27.849Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestEnsureRemoveAllWithDir [2021-09-24T13:25:27.849Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestEnsureRemoveAllWithFile [2021-09-24T13:25:27.849Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-24T13:25:27.849Z] === RUN TestHasWin32KSupport [2021-09-24T13:25:27.849Z] syscall_windows_test.go:8: win32k: true [2021-09-24T13:25:27.849Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-24T13:25:27.849Z] PASS [2021-09-24T13:25:27.849Z] coverage: 13.0% of statements [2021-09-24T13:25:27.849Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 13.0% of statements [2021-09-24T13:25:28.305Z] === RUN TestTailFile [2021-09-24T13:25:28.305Z] --- PASS: TestTailFile (0.00s) [2021-09-24T13:25:28.305Z] === RUN TestTailFileManyLines [2021-09-24T13:25:28.305Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-24T13:25:28.305Z] === RUN TestTailEmptyFile [2021-09-24T13:25:28.305Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-24T13:25:28.305Z] === RUN TestTailNegativeN [2021-09-24T13:25:28.305Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader [2021-09-24T13:25:28.305Z] === CONT TestNewTailReader [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-24T13:25:28.305Z] === CONT TestNewTailReader/no_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:28.305Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:28.305Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:28.305Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.305Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.306Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.306Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.306Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.306Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.763Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.763Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.764Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.764Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.766Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.766Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.767Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.767Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.767Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:25:28.768Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:28.768Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:28.769Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:25:29.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.01s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:25:29.227Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:25:29.227Z] PASS [2021-09-24T13:25:29.227Z] coverage: 88.6% of statements [2021-09-24T13:25:29.227Z] ok github.com/docker/docker/pkg/tailfile 0.138s coverage: 88.6% of statements [2021-09-24T13:25:29.227Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-24T13:25:29.227Z] === RUN TestNetworkDBGarbageCollection [2021-09-24T13:25:29.227Z] === RUN TestTarSumRemoveNonExistent [2021-09-24T13:25:29.227Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestTarSumRemove [2021-09-24T13:25:29.227Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestSortFileInfoSums [2021-09-24T13:25:29.227Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestNewTarSumForLabelInvalid [2021-09-24T13:25:29.227Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestNewTarSumForLabel [2021-09-24T13:25:29.227Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestEmptyTar [2021-09-24T13:25:29.227Z] --- PASS: TestEmptyTar (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestTarSumsReadSize [2021-09-24T13:25:29.227Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestTarSums [2021-09-24T13:25:29.227Z] --- PASS: TestTarSums (0.07s) [2021-09-24T13:25:29.227Z] === RUN TestIteration [2021-09-24T13:25:29.227Z] --- PASS: TestIteration (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestVersionLabelForChecksum [2021-09-24T13:25:29.227Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestVersion [2021-09-24T13:25:29.227Z] --- PASS: TestVersion (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestGetVersion [2021-09-24T13:25:29.227Z] --- PASS: TestGetVersion (0.00s) [2021-09-24T13:25:29.227Z] === RUN TestGetVersions [2021-09-24T13:25:29.227Z] --- PASS: TestGetVersions (0.00s) [2021-09-24T13:25:29.227Z] PASS [2021-09-24T13:25:29.227Z] coverage: 89.3% of statements [2021-09-24T13:25:29.227Z] ok github.com/docker/docker/pkg/tarsum 0.113s coverage: 89.3% of statements [2021-09-24T13:25:29.227Z] testing: warning: no tests to run [2021-09-24T13:25:29.227Z] PASS [2021-09-24T13:25:29.227Z] coverage: [no statements] [2021-09-24T13:25:29.227Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2021-09-24T13:25:29.227Z] === RUN TestTruncIndex [2021-09-24T13:25:29.568Z] time="2021-09-24T13:25:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-24T13:25:29.683Z] --- PASS: TestTruncIndex (0.10s) [2021-09-24T13:25:29.683Z] PASS [2021-09-24T13:25:29.683Z] coverage: 91.5% of statements [2021-09-24T13:25:29.683Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-09-24T13:25:29.683Z] === RUN TestIsGIT [2021-09-24T13:25:29.683Z] --- PASS: TestIsGIT (0.00s) [2021-09-24T13:25:29.683Z] === RUN TestIsTransport [2021-09-24T13:25:29.683Z] --- PASS: TestIsTransport (0.00s) [2021-09-24T13:25:29.683Z] PASS [2021-09-24T13:25:29.683Z] coverage: 100.0% of statements [2021-09-24T13:25:29.683Z] ok github.com/docker/docker/pkg/urlutil 0.025s coverage: 100.0% of statements [2021-09-24T13:25:29.684Z] === RUN TestVersionInfo [2021-09-24T13:25:29.684Z] --- PASS: TestVersionInfo (0.00s) [2021-09-24T13:25:29.684Z] === RUN TestAppendVersions [2021-09-24T13:25:29.684Z] --- PASS: TestAppendVersions (0.00s) [2021-09-24T13:25:29.684Z] PASS [2021-09-24T13:25:29.684Z] coverage: 88.9% of statements [2021-09-24T13:25:29.684Z] ok github.com/docker/docker/pkg/useragent 0.038s coverage: 88.9% of statements [2021-09-24T13:25:30.645Z] === RUN TestNewSettable [2021-09-24T13:25:30.645Z] --- PASS: TestNewSettable (0.00s) [2021-09-24T13:25:30.645Z] === RUN TestIsSettable [2021-09-24T13:25:30.645Z] --- PASS: TestIsSettable (0.00s) [2021-09-24T13:25:30.645Z] === RUN TestUpdateSettingsEnv [2021-09-24T13:25:30.645Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-24T13:25:30.645Z] PASS [2021-09-24T13:25:30.645Z] coverage: 20.0% of statements [2021-09-24T13:25:30.645Z] === RUN TestValidatePrivileges [2021-09-24T13:25:30.645Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-24T13:25:30.645Z] === RUN TestFilterByCapNeg [2021-09-24T13:25:30.645Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-24T13:25:30.645Z] === RUN TestFilterByCapPos [2021-09-24T13:25:30.645Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-24T13:25:30.645Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-24T13:25:30.646Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-24T13:25:30.646Z] PASS [2021-09-24T13:25:30.646Z] coverage: 12.0% of statements [2021-09-24T13:25:30.646Z] ok github.com/docker/docker/plugin/v2 0.028s coverage: 20.0% of statements [2021-09-24T13:25:30.646Z] ok github.com/docker/docker/plugin 0.037s coverage: 12.0% of statements [2021-09-24T13:25:31.101Z] === RUN TestLoad [2021-09-24T13:25:31.101Z] --- PASS: TestLoad (0.00s) [2021-09-24T13:25:31.101Z] === RUN TestSave [2021-09-24T13:25:31.101Z] --- PASS: TestSave (0.02s) [2021-09-24T13:25:31.101Z] === RUN TestAddDeleteGet [2021-09-24T13:25:31.558Z] --- PASS: TestAddDeleteGet (0.02s) [2021-09-24T13:25:31.558Z] === RUN TestInvalidTags [2021-09-24T13:25:31.558Z] --- PASS: TestInvalidTags (0.00s) [2021-09-24T13:25:31.558Z] PASS [2021-09-24T13:25:31.558Z] coverage: 84.4% of statements [2021-09-24T13:25:31.558Z] ok github.com/docker/docker/reference 0.112s coverage: 84.4% of statements [2021-09-24T13:25:32.014Z] time="2021-09-24T13:25:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-24T13:25:32.014Z] === RUN TestResolveAuthConfigIndexServer [2021-09-24T13:25:32.014Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestResolveAuthConfigFullURL [2021-09-24T13:25:32.014Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-24T13:25:32.014Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestValidateMirror [2021-09-24T13:25:32.014Z] --- PASS: TestValidateMirror (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestLoadInsecureRegistries [2021-09-24T13:25:32.014Z] time="2021-09-24T13:25:31Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:25:32.014Z] time="2021-09-24T13:25:31Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-24T13:25:32.014Z] time="2021-09-24T13:25:31Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:25:32.014Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-09-24T13:25:32.014Z] === RUN TestNewServiceConfig [2021-09-24T13:25:32.014Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestValidateIndexName [2021-09-24T13:25:32.014Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestValidateIndexNameWithError [2021-09-24T13:25:32.014Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestEndpointParse [2021-09-24T13:25:32.014Z] --- PASS: TestEndpointParse (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestEndpointParseInvalid [2021-09-24T13:25:32.014Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestValidateEndpoint [2021-09-24T13:25:32.014Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestPing [2021-09-24T13:25:32.014Z] --- PASS: TestPing (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestPingRegistryEndpoint [2021-09-24T13:25:32.014Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:32.014Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestEndpoint [2021-09-24T13:25:32.014Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:32.014Z] --- SKIP: TestEndpoint (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestParseRepositoryInfo [2021-09-24T13:25:32.014Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestNewIndexInfo [2021-09-24T13:25:32.014Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestMirrorEndpointLookup [2021-09-24T13:25:32.014Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:25:32.014Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestSearchRepositories [2021-09-24T13:25:32.014Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-24T13:25:32.014Z] Host: 127.0.0.1:49302 [2021-09-24T13:25:32.014Z] User-Agent: docker test client [2021-09-24T13:25:32.014Z] Authorization: Token fake-token [2021-09-24T13:25:32.014Z] X-Docker-Token: true [2021-09-24T13:25:32.014Z] Accept-Encoding: gzip [2021-09-24T13:25:32.014Z] [2021-09-24T13:25:32.014Z] [2021-09-24T13:25:32.014Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-24T13:25:32.014Z] Connection: close [2021-09-24T13:25:32.014Z] Content-Length: 144 [2021-09-24T13:25:32.014Z] Cache-Control: no-cache [2021-09-24T13:25:32.014Z] Content-Type: application/json [2021-09-24T13:25:32.014Z] Date: Fri, 24 Sep 2021 13:25:31 GMT [2021-09-24T13:25:32.014Z] Expires: -1 [2021-09-24T13:25:32.014Z] Pragma: no-cache [2021-09-24T13:25:32.014Z] Server: docker-tests/mock [2021-09-24T13:25:32.014Z] X-Docker-Registry-Config: mock [2021-09-24T13:25:32.014Z] X-Docker-Registry-Version: 0.0.0 [2021-09-24T13:25:32.014Z] [2021-09-24T13:25:32.014Z] [2021-09-24T13:25:32.014Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestTrustedLocation [2021-09-24T13:25:32.014Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-24T13:25:32.014Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestAllowNondistributableArtifacts [2021-09-24T13:25:32.014Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestIsSecureIndex [2021-09-24T13:25:32.014Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-24T13:25:32.014Z] PASS [2021-09-24T13:25:32.014Z] coverage: 51.7% of statements [2021-09-24T13:25:32.014Z] ok github.com/docker/docker/registry 0.147s coverage: 51.7% of statements [2021-09-24T13:25:32.014Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-24T13:25:32.014Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-24T13:25:32.014Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReaderWithReadError [2021-09-24T13:25:32.469Z] time="2021-09-24T13:25:31Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReader [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-24T13:25:32.469Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-24T13:25:32.469Z] PASS [2021-09-24T13:25:32.469Z] coverage: 100.0% of statements [2021-09-24T13:25:32.469Z] ok github.com/docker/docker/registry/resumable 0.142s coverage: 100.0% of statements [2021-09-24T13:25:32.469Z] === RUN TestRestartManagerTimeout [2021-09-24T13:25:32.469Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-24T13:25:32.469Z] === RUN TestRestartManagerTimeoutReset [2021-09-24T13:25:32.469Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-24T13:25:32.469Z] PASS [2021-09-24T13:25:32.469Z] coverage: 50.9% of statements [2021-09-24T13:25:32.469Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 50.9% of statements [2021-09-24T13:25:32.925Z] === RUN TestDecodeContainerConfig [2021-09-24T13:25:32.925Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-24T13:25:32.925Z] === RUN TestDecodeContainerConfigIsolation [2021-09-24T13:25:32.925Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-24T13:25:32.925Z] === RUN TestValidatePrivileged [2021-09-24T13:25:32.925Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-24T13:25:32.925Z] PASS [2021-09-24T13:25:32.925Z] coverage: 52.2% of statements [2021-09-24T13:25:32.925Z] ok github.com/docker/docker/runconfig 0.032s coverage: 52.2% of statements [2021-09-24T13:25:32.925Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-24T13:25:32.925Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-24T13:25:32.925Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-24T13:25:32.925Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-24T13:25:32.925Z] PASS [2021-09-24T13:25:32.925Z] coverage: 62.5% of statements [2021-09-24T13:25:32.925Z] ok github.com/docker/docker/testutil 0.040s coverage: 62.5% of statements [2021-09-24T13:25:33.296Z] time="2021-09-24T13:25:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-24T13:25:33.389Z] ok github.com/docker/docker/libnetwork 46.956s coverage: 41.0% of statements [2021-09-24T13:25:33.389Z] ok github.com/docker/docker/libnetwork/bitseq 0.311s coverage: 84.4% of statements [2021-09-24T13:25:33.389Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-24T13:25:33.389Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-24T13:25:33.651Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-24T13:25:33.651Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-24T13:25:33.651Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-24T13:25:33.651Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-24T13:25:33.651Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-24T13:25:33.913Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-24T13:25:35.092Z] === RUN TestGetDriver [2021-09-24T13:25:35.092Z] --- PASS: TestGetDriver (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestVolumeRequestError [2021-09-24T13:25:35.092Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-24T13:25:35.092Z] PASS [2021-09-24T13:25:35.092Z] coverage: 36.1% of statements [2021-09-24T13:25:35.092Z] ok github.com/docker/docker/volume/drivers 0.036s coverage: 36.1% of statements [2021-09-24T13:25:35.092Z] === RUN TestGetAddress [2021-09-24T13:25:35.092Z] --- PASS: TestGetAddress (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestRemove [2021-09-24T13:25:35.092Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:25:35.092Z] --- SKIP: TestRemove (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestInitializeWithVolumes [2021-09-24T13:25:35.092Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestCreate [2021-09-24T13:25:35.092Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:25:35.092Z] === RUN TestValidateName [2021-09-24T13:25:35.092Z] --- PASS: TestValidateName (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestCreateWithOpts [2021-09-24T13:25:35.092Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:25:35.092Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-24T13:25:35.092Z] === RUN TestRelaodNoOpts [2021-09-24T13:25:35.092Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-24T13:25:35.092Z] PASS [2021-09-24T13:25:35.092Z] coverage: 41.5% of statements [2021-09-24T13:25:35.092Z] ok github.com/docker/docker/volume/local 0.048s coverage: 41.5% of statements [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRaw [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-24T13:25:36.055Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRaw [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-24T13:25:36.055Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestConvertTmpfsOptions [2021-09-24T13:25:36.055Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-24T13:25:36.055Z] linux_parser_test.go:209: data="ro" [2021-09-24T13:25:36.055Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestParseMountSpec [2021-09-24T13:25:36.055Z] parser_test.go:62: case 0 [2021-09-24T13:25:36.055Z] parser_test.go:62: case 1 [2021-09-24T13:25:36.055Z] parser_test.go:62: case 2 [2021-09-24T13:25:36.055Z] parser_test.go:62: case 3 [2021-09-24T13:25:36.055Z] parser_test.go:62: case 4 [2021-09-24T13:25:36.055Z] parser_test.go:62: case 5 [2021-09-24T13:25:36.055Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestValidateMount [2021-09-24T13:25:36.055Z] --- PASS: TestValidateMount (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRaw [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:25:36.055Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-24T13:25:36.055Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:25:36.055Z] PASS [2021-09-24T13:25:36.055Z] coverage: 67.6% of statements [2021-09-24T13:25:36.055Z] ok github.com/docker/docker/volume/mounts 0.039s coverage: 67.6% of statements [2021-09-24T13:25:36.466Z] ok github.com/docker/docker/libnetwork/config 0.052s coverage: 24.0% of statements [2021-09-24T13:25:36.466Z] ok github.com/docker/docker/libnetwork/datastore 0.005s coverage: 21.9% of statements [2021-09-24T13:25:36.466Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-24T13:25:36.466Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-24T13:25:36.517Z] === RUN TestSetGetMeta [2021-09-24T13:25:36.517Z] === PAUSE TestSetGetMeta [2021-09-24T13:25:36.517Z] === RUN TestRestore [2021-09-24T13:25:36.517Z] === PAUSE TestRestore [2021-09-24T13:25:36.517Z] === RUN TestServiceCreate [2021-09-24T13:25:36.517Z] === PAUSE TestServiceCreate [2021-09-24T13:25:36.517Z] === RUN TestServiceList [2021-09-24T13:25:36.517Z] === PAUSE TestServiceList [2021-09-24T13:25:36.517Z] === RUN TestServiceRemove [2021-09-24T13:25:36.517Z] === PAUSE TestServiceRemove [2021-09-24T13:25:36.517Z] === RUN TestServiceGet [2021-09-24T13:25:36.517Z] === PAUSE TestServiceGet [2021-09-24T13:25:36.517Z] === RUN TestServicePrune [2021-09-24T13:25:36.517Z] === PAUSE TestServicePrune [2021-09-24T13:25:36.517Z] === RUN TestCreate [2021-09-24T13:25:36.517Z] === PAUSE TestCreate [2021-09-24T13:25:36.517Z] === RUN TestRemove [2021-09-24T13:25:36.517Z] === PAUSE TestRemove [2021-09-24T13:25:36.517Z] === RUN TestList [2021-09-24T13:25:36.517Z] === PAUSE TestList [2021-09-24T13:25:36.517Z] === RUN TestFindByDriver [2021-09-24T13:25:36.517Z] === PAUSE TestFindByDriver [2021-09-24T13:25:36.517Z] === RUN TestFindByReferenced [2021-09-24T13:25:36.517Z] === PAUSE TestFindByReferenced [2021-09-24T13:25:36.517Z] === RUN TestDerefMultipleOfSameRef [2021-09-24T13:25:36.517Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-24T13:25:36.517Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:36.517Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:36.517Z] === RUN TestDefererencePluginOnCreateError [2021-09-24T13:25:36.517Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-24T13:25:36.517Z] === RUN TestRefDerefRemove [2021-09-24T13:25:36.517Z] === PAUSE TestRefDerefRemove [2021-09-24T13:25:36.517Z] === RUN TestGet [2021-09-24T13:25:36.517Z] === PAUSE TestGet [2021-09-24T13:25:36.517Z] === RUN TestGetWithReference [2021-09-24T13:25:36.517Z] === PAUSE TestGetWithReference [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_nil_list [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_empty_list [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_filter_some [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_filter_middle [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:36.517Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:36.517Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_nil_list [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_filter_some [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_empty_list [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_filter_middle [2021-09-24T13:25:36.517Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-24T13:25:36.517Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-24T13:25:36.517Z] === CONT TestSetGetMeta [2021-09-24T13:25:36.517Z] === CONT TestList [2021-09-24T13:25:36.517Z] === CONT TestServiceGet [2021-09-24T13:25:36.517Z] === CONT TestServiceList [2021-09-24T13:25:36.517Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestGetWithReference [2021-09-24T13:25:36.517Z] --- PASS: TestList (0.02s) [2021-09-24T13:25:36.517Z] === CONT TestGet [2021-09-24T13:25:36.517Z] --- PASS: TestGetWithReference (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestRefDerefRemove [2021-09-24T13:25:36.517Z] --- PASS: TestGet (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestDefererencePluginOnCreateError [2021-09-24T13:25:36.517Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:25:36.517Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestDerefMultipleOfSameRef [2021-09-24T13:25:36.517Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-24T13:25:36.517Z] === CONT TestFindByReferenced [2021-09-24T13:25:36.517Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestFindByDriver [2021-09-24T13:25:36.517Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestServiceCreate [2021-09-24T13:25:36.517Z] --- PASS: TestFindByDriver (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestRestore [2021-09-24T13:25:36.517Z] --- PASS: TestRestore (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestCreate [2021-09-24T13:25:36.517Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:25:36.517Z] === CONT TestRemove [2021-09-24T13:25:36.517Z] --- PASS: TestRemove (0.02s) [2021-09-24T13:25:36.517Z] === CONT TestServiceRemove [2021-09-24T13:25:36.517Z] --- PASS: TestServiceGet (0.12s) [2021-09-24T13:25:36.517Z] === CONT TestServicePrune [2021-09-24T13:25:36.517Z] --- PASS: TestServiceRemove (0.02s) [2021-09-24T13:25:36.517Z] --- PASS: TestServiceCreate (0.07s) [2021-09-24T13:25:36.517Z] --- PASS: TestServiceList (0.12s) [2021-09-24T13:25:36.517Z] time="2021-09-24T13:25:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:36.517Z] time="2021-09-24T13:25:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:36.517Z] time="2021-09-24T13:25:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:36.517Z] time="2021-09-24T13:25:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-24T13:25:36.517Z] time="2021-09-24T13:25:36Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:25:36.517Z] --- PASS: TestServicePrune (0.02s) [2021-09-24T13:25:36.517Z] PASS [2021-09-24T13:25:36.517Z] coverage: 69.0% of statements [2021-09-24T13:25:36.517Z] ok github.com/docker/docker/volume/service 0.177s coverage: 69.0% of statements [2021-09-24T13:25:37.042Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements [2021-09-24T13:25:40.232Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-24T13:25:40.232Z] === RUN TestClientStream [2021-09-24T13:25:40.232Z] --- PASS: TestClientStream (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestClientSendFile [2021-09-24T13:25:40.232Z] --- PASS: TestClientSendFile (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestClientWithRequestTimeout [2021-09-24T13:25:40.232Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-24T13:25:40.232Z] === RUN TestFileSpecPlugin [2021-09-24T13:25:40.232Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestFileJSONSpecPlugin [2021-09-24T13:25:40.232Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-24T13:25:40.232Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestPluginAddHandler [2021-09-24T13:25:40.232Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestPluginWaitBadPlugin [2021-09-24T13:25:40.232Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-24T13:25:40.232Z] === RUN TestGet [2021-09-24T13:25:40.232Z] time="2021-09-24T13:25:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-24T13:25:41.760Z] time="2021-09-24T13:25:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-24T13:25:41.852Z] --- PASS: TestGet (15.00s) [2021-09-24T13:25:41.852Z] === RUN TestPluginWithNoManifest [2021-09-24T13:25:41.852Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-24T13:25:41.852Z] === RUN TestGetAll [2021-09-24T13:25:41.852Z] --- PASS: TestGetAll (0.00s) [2021-09-24T13:25:41.852Z] PASS [2021-09-24T13:25:41.852Z] coverage: 73.2% of statements [2021-09-24T13:25:41.852Z] ok github.com/docker/docker/pkg/plugins 35.808s coverage: 73.2% of statements [2021-09-24T13:25:42.412Z] ok github.com/docker/docker/libnetwork/drivers/bridge 2.459s coverage: 59.9% of statements [2021-09-24T13:25:42.412Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-24T13:25:42.412Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-09-24T13:25:43.287Z] time="2021-09-24T13:25:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-24T13:25:43.623Z] --- PASS: TestInfoAPIWarnings (16.34s) [2021-09-24T13:25:43.624Z] === RUN TestInfoDebug [2021-09-24T13:25:43.624Z] --- PASS: TestInfoDebug (0.55s) [2021-09-24T13:25:43.624Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:25:43.624Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-09-24T13:25:43.624Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:25:43.624Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-24T13:25:43.624Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:25:43.624Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-09-24T13:25:43.624Z] === RUN TestPingCacheHeaders [2021-09-24T13:25:43.624Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-24T13:25:43.624Z] === RUN TestPingGet [2021-09-24T13:25:43.624Z] --- PASS: TestPingGet (0.01s) [2021-09-24T13:25:43.624Z] === RUN TestPingHead [2021-09-24T13:25:43.624Z] --- PASS: TestPingHead (0.02s) [2021-09-24T13:25:43.624Z] === RUN TestVersion [2021-09-24T13:25:43.624Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:25:43.624Z] === CONT TestDiskUsage [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/container_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/image_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/volume_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-24T13:25:44.194Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-24T13:25:44.455Z] === RUN TestDiskUsage/after_container.Run [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-24T13:25:44.716Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-24T13:25:44.962Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.026s coverage: 4.0% of statements [2021-09-24T13:25:44.962Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage (1.25s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-09-24T13:25:44.977Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2021-09-24T13:25:44.977Z] PASS [2021-09-24T13:25:44.977Z] [2021-09-24T13:25:44.977Z] === Skipped [2021-09-24T13:25:44.977Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:25:44.977Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:25:44.977Z] [2021-09-24T13:25:44.977Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-24T13:25:44.977Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-24T13:25:44.977Z] [2021-09-24T13:25:44.977Z] DONE 53 tests, 2 skipped in 24.080s [2021-09-24T13:25:44.977Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-24T13:25:44.977Z] INFO: Testing against a local daemon [2021-09-24T13:25:44.977Z] === RUN TestVolumesCreateAndList [2021-09-24T13:25:44.977Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-24T13:25:44.977Z] === RUN TestVolumesRemove [2021-09-24T13:25:44.977Z] --- PASS: TestVolumesRemove (0.06s) [2021-09-24T13:25:44.977Z] === RUN TestVolumesInspect [2021-09-24T13:25:44.977Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-24T13:25:44.977Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:25:44.977Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:25:44.977Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:25:44.977Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:25:44.977Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-24T13:25:44.977Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:25:44.977Z] PASS [2021-09-24T13:25:44.977Z] [2021-09-24T13:25:44.977Z] DONE 5 tests in 0.185s [2021-09-24T13:25:45.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T13:25:45.238Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13391 is not a child of this shell [2021-09-24T13:25:45.238Z] warning: PID 13391 from bundles/test-integration/docker.pid had a nonzero exit code [2021-09-24T13:25:45.239Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T13:25:45.239Z] [2021-09-24T13:25:45.239Z] Unloading profiles will leave already running processes permanently [2021-09-24T13:25:45.239Z] unconfined, which can lead to unexpected situations. [2021-09-24T13:25:45.239Z] [2021-09-24T13:25:45.239Z] To set a process to complain mode, use the command line tool [2021-09-24T13:25:45.239Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T13:25:45.239Z] Removing test suite binaries [2021-09-24T13:25:45.239Z] exiting test-integration [2021-09-24T13:25:45.239Z] ++ exit 0 [2021-09-24T13:25:45.239Z] Post stage [Pipeline] junit [2021-09-24T13:25:46.199Z] Recording test results [2021-09-24T13:25:46.554Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-24T13:25:46.882Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.025s coverage: 4.5% of statements [2021-09-24T13:25:46.882Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-24T13:25:46.914Z] + echo Ensuring container killed. [2021-09-24T13:25:46.914Z] Ensuring container killed. [2021-09-24T13:25:46.914Z] + docker rm -vf docker-pr2 [2021-09-24T13:25:46.914Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-09-24T13:25:47.144Z] ok github.com/docker/docker/libnetwork/drivers/null 0.004s coverage: 34.8% of statements [2021-09-24T13:25:47.201Z] + echo Chowning /workspace to jenkins user [2021-09-24T13:25:47.201Z] Chowning /workspace to jenkins user [2021-09-24T13:25:47.201Z] + id -u [2021-09-24T13:25:47.201Z] + id -g [2021-09-24T13:25:47.201Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [2021-09-24T13:25:47.960Z] time="2021-09-24T13:25:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T13:25:48.884Z] + bundleName=amd64-rootless [2021-09-24T13:25:48.884Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-09-24T13:25:48.884Z] Creating amd64-rootless-bundles.tar.gz [2021-09-24T13:25:48.884Z] + + xargsfind tar bundles -czf -path amd64-rootless-bundles.tar.gz */root/*overlay2 [2021-09-24T13:25:48.884Z] -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-09-24T13:25:48.898Z] Archiving artifacts [2021-09-24T13:25:49.153Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T13:25:49.466Z] + make clean [2021-09-24T13:25:49.466Z] docker volume rm -f docker-dev-cache [2021-09-24T13:25:49.726Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T13:25:51.037Z] --- PASS: TestBuildWithHugeFile (53.03s) [2021-09-24T13:25:51.037Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:25:51.037Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:25:51.037Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-09-24T13:25:51.037Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:25:51.037Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:25:51.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:25:51.037Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:25:51.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:25:51.037Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:25:51.037Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:25:51.037Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:25:51.037Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:25:51.037Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:25:51.037Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-24T13:25:51.037Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-09-24T13:25:51.037Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-09-24T13:25:51.037Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-24T13:25:51.037Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:25:51.037Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-24T13:25:51.037Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-24T13:25:51.606Z] --- PASS: TestBuildPreserveOwnership (3.68s) [2021-09-24T13:25:51.607Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2021-09-24T13:25:51.607Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s) [2021-09-24T13:25:51.607Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:25:51.607Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-24T13:25:51.607Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-24T13:25:52.548Z] Loaded image: busybox:latest [2021-09-24T13:25:52.548Z] Loaded image: busybox:glibc [2021-09-24T13:25:53.930Z] Loaded image: debian:bullseye-slim [2021-09-24T13:25:53.930Z] Loaded image: hello-world:latest [2021-09-24T13:25:53.930Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:25:56.496Z] --- PASS: TestGet (15.00s) [2021-09-24T13:25:56.496Z] === RUN TestPluginWithNoManifest [2021-09-24T13:25:56.496Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-24T13:25:56.496Z] === RUN TestGetAll [2021-09-24T13:25:56.496Z] --- PASS: TestGetAll (0.00s) [2021-09-24T13:25:56.496Z] PASS [2021-09-24T13:25:56.496Z] coverage: 73.2% of statements [2021-09-24T13:25:56.496Z] ok github.com/docker/docker/pkg/plugins 35.856s coverage: 73.2% of statements [2021-09-24T13:25:59.391Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.308s coverage: 6.6% of statements [2021-09-24T13:25:59.391Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-24T13:26:01.308Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2021-09-24T13:26:01.882Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.020s coverage: 57.4% of statements [2021-09-24T13:26:01.882Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-24T13:26:02.145Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-24T13:26:02.145Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-24T13:26:03.536Z] ok github.com/docker/docker/libnetwork/drvregistry 0.025s coverage: 82.4% of statements [2021-09-24T13:26:03.799Z] ok github.com/docker/docker/libnetwork/etchosts 0.036s coverage: 81.2% of statements [2021-09-24T13:26:03.921Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.83s) [2021-09-24T13:26:03.921Z] PASS [2021-09-24T13:26:03.921Z] [2021-09-24T13:26:03.921Z] === Skipped [2021-09-24T13:26:03.921Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-24T13:26:03.921Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:26:03.921Z] [2021-09-24T13:26:03.921Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-09-24T13:26:03.921Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:26:03.921Z] [2021-09-24T13:26:03.921Z] DONE 34 tests, 2 skipped in 90.421s [2021-09-24T13:26:03.921Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-24T13:26:03.921Z] INFO: Testing against a local daemon [2021-09-24T13:26:03.921Z] === RUN TestConfigInspect [2021-09-24T13:26:03.932Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-24T13:26:03.932Z] [2021-09-24T13:26:03.932Z] ________ ____ __. [2021-09-24T13:26:03.932Z] \_____ \ | |/ _| [2021-09-24T13:26:03.932Z] / | \| < [2021-09-24T13:26:03.932Z] / | \ | \ [2021-09-24T13:26:03.932Z] \_______ /____|__ \ [2021-09-24T13:26:03.932Z] \/ \/ [2021-09-24T13:26:03.932Z] [2021-09-24T13:26:03.932Z] INFO: make.ps1 ended at 09/24/2021 13:25:57 [2021-09-24T13:26:03.932Z] INFO: Binaries build ended at 09/24/2021 13:25:59. Duration:00:01:13.1700776 [2021-09-24T13:26:03.932Z] INFO: Copying the built daemon binary to d:\CI\PR-42879\2\binary\dockerd-09de87ebbe.exe... [2021-09-24T13:26:03.932Z] INFO: Copying the built client binary to d:\CI\PR-42879\2\binary\docker-09de87ebbe.exe... [2021-09-24T13:26:03.932Z] INFO: Copying dockerversion from the container... [2021-09-24T13:26:03.932Z] INFO: Copying the golang package from the container to d:\CI\PR-42879\2\installer\go.zip... [2021-09-24T13:26:03.932Z] INFO: Extracting go.zip to d:\CI\PR-42879\2\go [2021-09-24T13:26:04.374Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.005s coverage: 48.1% of statements [2021-09-24T13:26:04.860Z] --- PASS: TestConfigInspect (2.38s) [2021-09-24T13:26:04.860Z] === RUN TestConfigList [2021-09-24T13:26:05.319Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2021-09-24T13:26:05.582Z] ok github.com/docker/docker/libnetwork/internal/caller 0.003s coverage: 100.0% of statements [2021-09-24T13:26:07.400Z] --- PASS: TestConfigList (2.17s) [2021-09-24T13:26:07.400Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:26:09.309Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2021-09-24T13:26:09.309Z] === RUN TestConfigsUpdate [2021-09-24T13:26:11.782Z] 2021/09/24 13:26:07 Closing DB instances... [2021-09-24T13:26:11.782Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2021-09-24T13:26:11.782Z] === RUN TestFindNode [2021-09-24T13:26:11.782Z] 2021/09/24 13:26:09 Closing DB instances... [2021-09-24T13:26:11.782Z] --- PASS: TestFindNode (0.01s) [2021-09-24T13:26:11.782Z] === RUN TestChangeNodeState [2021-09-24T13:26:11.782Z] 2021/09/24 13:26:09 Closing DB instances... [2021-09-24T13:26:11.782Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-24T13:26:11.782Z] === RUN TestNodeReincarnation [2021-09-24T13:26:11.782Z] 2021/09/24 13:26:09 Closing DB instances... [2021-09-24T13:26:11.848Z] --- PASS: TestConfigsUpdate (2.12s) [2021-09-24T13:26:11.848Z] === RUN TestTemplatedConfig [2021-09-24T13:26:14.389Z] --- PASS: TestTemplatedConfig (2.72s) [2021-09-24T13:26:14.389Z] === RUN TestConfigCreateResolve [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-24T13:26:14.681Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-24T13:26:14.681Z] === RUN TestParallelCreate [2021-09-24T13:26:14.681Z] 2021/09/24 13:26:14 Closing DB instances... [2021-09-24T13:26:14.681Z] --- PASS: TestParallelCreate (0.01s) [2021-09-24T13:26:14.681Z] === RUN TestParallelDelete [2021-09-24T13:26:14.681Z] 2021/09/24 13:26:14 Closing DB instances... [2021-09-24T13:26:14.681Z] --- PASS: TestParallelDelete (0.01s) [2021-09-24T13:26:14.681Z] === RUN TestNetworkDBIslands [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:99b5b75ebece with config:&{NodeID:99b5b75ebece Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 99b5b75ebece/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 99b5b75ebece/172.19.5.18, added to nodes list" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8a313105d787 with config:&{NodeID:8a313105d787 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 8a313105d787/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 8a313105d787/172.19.5.18, added to nodes list" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=debug msg="memberlist: Stream connection from=[::1]:49344" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 8a313105d787/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 8a313105d787/172.19.5.18, added to nodes list" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 99b5b75ebece/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=info msg="Node 99b5b75ebece/172.19.5.18, added to nodes list" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-24T13:26:14.681Z] time="2021-09-24T13:26:14Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49345" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ceadf3ca5bb9 with config:&{NodeID:ceadf3ca5bb9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, added to nodes list" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, added to nodes list" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node 99b5b75ebece/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node 99b5b75ebece/172.19.5.18, added to nodes list" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node 8a313105d787/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node 8a313105d787/172.19.5.18, added to nodes list" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:15.648Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:3eddd0447709 with config:&{NodeID:3eddd0447709 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 99b5b75ebece/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 99b5b75ebece/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 8a313105d787/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 8a313105d787/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.106Z] time="2021-09-24T13:26:15Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.300Z] --- PASS: TestConfigCreateResolve (2.10s) [2021-09-24T13:26:16.300Z] PASS [2021-09-24T13:26:16.300Z] [2021-09-24T13:26:16.300Z] DONE 6 tests in 13.687s [2021-09-24T13:26:16.300Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-24T13:26:16.300Z] INFO: Testing against a local daemon [2021-09-24T13:26:16.300Z] === RUN TestCheckpoint [2021-09-24T13:26:16.300Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:26:16.300Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:26:16.300Z] === RUN TestContainerInvalidJSON [2021-09-24T13:26:16.300Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:26:16.300Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:26:16.300Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:26:16.300Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:26:16.300Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:26:16.300Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:26:16.300Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-24T13:26:16.300Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:26:16.300Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:26:16.300Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:26:16.300Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-09-24T13:26:16.300Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:26:16.300Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-09-24T13:26:16.300Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:26:16.300Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-09-24T13:26:16.300Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:26:16.559Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-09-24T13:26:16.559Z] === RUN TestCopyFromContainer [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:c2492c0cbaf3 with config:&{NodeID:c2492c0cbaf3 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 99b5b75ebece/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 99b5b75ebece/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 8a313105d787/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node 8a313105d787/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:16.564Z] networkdb_test.go:835: Re-joining: 3 [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=info msg="The new bootstrap node list is:[172.19.5.18:10033 172.19.5.18:10034 172.19.5.18:10035]" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10033" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49352" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10034" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49353" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10035" [2021-09-24T13:26:16.564Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49354" [2021-09-24T13:26:17.023Z] networkdb_test.go:835: Re-joining: 4 [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=info msg="The new bootstrap node list is:[172.19.5.18:10033 172.19.5.18:10034 172.19.5.18:10035]" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10033" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49355" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10034" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49356" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10035" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49357" [2021-09-24T13:26:17.023Z] time="2021-09-24T13:26:16Z" level=info msg="node 0 leaving" [2021-09-24T13:26:17.480Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="node5(c2492c0cbaf3): Node leave event for 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="node4(3eddd0447709): Node leave event for 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="node2(8a313105d787): Node leave event for 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="node1(99b5b75ebece): Node leave event for 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="node3(ceadf3ca5bb9): Node leave event for 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.481Z] time="2021-09-24T13:26:17Z" level=info msg="Node 99b5b75ebece/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.498Z] === RUN TestCopyFromContainer// [2021-09-24T13:26:17.759Z] === RUN TestCopyFromContainer//bar/root [2021-09-24T13:26:17.759Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-24T13:26:17.759Z] === RUN TestCopyFromContainer/bar/quux [2021-09-24T13:26:17.759Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-24T13:26:17.759Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-24T13:26:17.827Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.19.5.18:10036: use of closed network connection" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="node 1 leaving" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787 change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="node4(3eddd0447709): Node leave event for 8a313105d787/172.19.5.18" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787 change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="node3(ceadf3ca5bb9): Node leave event for 8a313105d787/172.19.5.18" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787 change state NodeActive --> NodeLeft" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="node5(c2492c0cbaf3): Node leave event for 8a313105d787/172.19.5.18" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787 change state NodeActive --> NodeFailed" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787/172.19.5.18, added to failed nodes list" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=error msg="node: 8a313105d787 is unknown to memberlist" [2021-09-24T13:26:17.938Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.939Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.939Z] time="2021-09-24T13:26:17Z" level=info msg="Node 8a313105d787/172.19.5.18, left gossip cluster" [2021-09-24T13:26:17.939Z] time="2021-09-24T13:26:17Z" level=info msg="node 2 leaving" [2021-09-24T13:26:18.019Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-24T13:26:18.019Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-24T13:26:18.019Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-24T13:26:18.019Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer (1.70s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-24T13:26:18.279Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-09-24T13:26:18.279Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:26:18.279Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:26:18.279Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:26:18.279Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:26:18.279Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:26:18.279Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:26:18.279Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:26:18.279Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:26:18.279Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:26:18.279Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:26:18.279Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:26:18.279Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:26:18.279Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-09-24T13:26:18.279Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:26:18.279Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:26:18.279Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:26:18.279Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:26:18.279Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:26:18.279Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:26:18.279Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:26:18.279Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:26:18.279Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:26:18.279Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:26:18.279Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:26:18.279Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:26:18.279Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:26:18.279Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-09-24T13:26:18.279Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="Node ceadf3ca5bb9 change state NodeActive --> NodeLeft" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="node5(c2492c0cbaf3): Node leave event for ceadf3ca5bb9/172.19.5.18" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="Node ceadf3ca5bb9 change state NodeActive --> NodeLeft" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="node4(3eddd0447709): Node leave event for ceadf3ca5bb9/172.19.5.18" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="Node ceadf3ca5bb9 change state NodeActive --> NodeLeft" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:17Z" level=info msg="node3(ceadf3ca5bb9): Node leave event for ceadf3ca5bb9/172.19.5.18" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:18Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, left gossip cluster" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:18Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, left gossip cluster" [2021-09-24T13:26:18.396Z] time="2021-09-24T13:26:18Z" level=info msg="Node ceadf3ca5bb9/172.19.5.18, left gossip cluster" [2021-09-24T13:26:18.854Z] networkdb_test.go:867: node5: OK [2021-09-24T13:26:18.854Z] networkdb_test.go:867: node4: OK [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="node 0 coming back" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a97fe231746b with config:&{NodeID:a97fe231746b Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node a97fe231746b/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node a97fe231746b/172.19.5.18, added to nodes list" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="node 1 coming back" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f08cb4f10872 with config:&{NodeID:f08cb4f10872 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node f08cb4f10872/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node f08cb4f10872/172.19.5.18, added to nodes list" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="node 2 coming back" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ab4dd1415287 with config:&{NodeID:ab4dd1415287 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node ab4dd1415287/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:18.854Z] time="2021-09-24T13:26:18Z" level=info msg="Node ab4dd1415287/172.19.5.18, added to nodes list" [2021-09-24T13:26:20.188Z] --- PASS: TestCreateWithCustomMaskedPaths (1.88s) [2021-09-24T13:26:20.188Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:26:21.585Z] 2021/09/24 13:26:20 Closing DB instances... [2021-09-24T13:26:22.096Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.76s) [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:26:22.096Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:26:22.096Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:26:22.096Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:26:22.096Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:26:22.096Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:26:22.097Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:26:22.097Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:26:22.097Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:26:22.097Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:26:22.097Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:26:22.097Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-24T13:26:22.097Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-24T13:26:22.097Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:26:22.583Z] time="2021-09-24T13:26:21Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.5.18:10033 172.19.5.18:10034 172.19.5.18:10035]" [2021-09-24T13:26:22.583Z] time="2021-09-24T13:26:22Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.5.18:10033 172.19.5.18:10034 172.19.5.18:10035]" [2021-09-24T13:26:22.667Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2021-09-24T13:26:22.667Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:26:22.667Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:26:22.667Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:26:22.667Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-24T13:26:22.667Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:26:22.667Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:26:22.667Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:26:22.667Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-09-24T13:26:22.667Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:26:22.667Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-09-24T13:26:22.667Z] === RUN TestContainerStartOnDaemonRestart [2021-09-24T13:26:22.667Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-24T13:26:22.667Z] === RUN TestDaemonRestartIpcMode [2021-09-24T13:26:22.667Z] === PAUSE TestDaemonRestartIpcMode [2021-09-24T13:26:22.667Z] === RUN TestDaemonHostGatewayIP [2021-09-24T13:26:22.667Z] === PAUSE TestDaemonHostGatewayIP [2021-09-24T13:26:22.667Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-24T13:26:22.667Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-24T13:26:22.667Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:26:22.667Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-24T13:26:22.667Z] === RUN TestDiff [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10033" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49359" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, is the new incarnation of the shutdown node 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10034" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49360" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, is the new incarnation of the shutdown node 8a313105d787/172.19.5.18" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49361" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10035" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node 3eddd0447709/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.040Z] time="2021-09-24T13:26:22Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, is the new incarnation of the shutdown node ceadf3ca5bb9/172.19.5.18" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, is the new incarnation of the shutdown node 8a313105d787/172.19.5.18" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node f08cb4f10872/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, is the new incarnation of the shutdown node 99b5b75ebece/172.19.5.18" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node a97fe231746b/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, is the new incarnation of the shutdown node ceadf3ca5bb9/172.19.5.18" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, joined gossip cluster" [2021-09-24T13:26:23.041Z] time="2021-09-24T13:26:22Z" level=info msg="Node ab4dd1415287/172.19.5.18, added to nodes list" [2021-09-24T13:26:23.114Z] --- PASS: TestNetworkDBGarbageCollection (54.07s) [2021-09-24T13:26:23.114Z] === RUN TestFindNode [2021-09-24T13:26:23.114Z] 2021/09/24 13:26:22 Closing DB instances... [2021-09-24T13:26:23.114Z] --- PASS: TestFindNode (0.01s) [2021-09-24T13:26:23.114Z] === RUN TestChangeNodeState [2021-09-24T13:26:23.114Z] 2021/09/24 13:26:22 Closing DB instances... [2021-09-24T13:26:23.114Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-24T13:26:23.114Z] === RUN TestNodeReincarnation [2021-09-24T13:26:23.114Z] 2021/09/24 13:26:22 Closing DB instances... [2021-09-24T13:26:23.237Z] --- PASS: TestDiff (0.63s) [2021-09-24T13:26:23.237Z] === RUN TestExecWithCloseStdin [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10033" [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49362" [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10034" [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49363" [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49364" [2021-09-24T13:26:23.498Z] time="2021-09-24T13:26:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.5.18:10035" [2021-09-24T13:26:23.806Z] --- PASS: TestExecWithCloseStdin (0.64s) [2021-09-24T13:26:23.806Z] === RUN TestExec [2021-09-24T13:26:23.956Z] 2021/09/24 13:26:23 Closing DB instances... [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b change state NodeActive --> NodeLeft" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="node4(3eddd0447709): Node leave event for a97fe231746b/172.19.5.18" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b change state NodeActive --> NodeLeft" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="node2(f08cb4f10872): Node leave event for a97fe231746b/172.19.5.18" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b change state NodeActive --> NodeLeft" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="node5(c2492c0cbaf3): Node leave event for a97fe231746b/172.19.5.18" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b change state NodeActive --> NodeLeft" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="node3(ab4dd1415287): Node leave event for a97fe231746b/172.19.5.18" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b change state NodeActive --> NodeLeft" [2021-09-24T13:26:23.956Z] time="2021-09-24T13:26:23Z" level=info msg="node1(a97fe231746b): Node leave event for a97fe231746b/172.19.5.18" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:23Z" level=info msg="Node a97fe231746b/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="node5(c2492c0cbaf3): Node leave event for f08cb4f10872/172.19.5.18" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="node4(3eddd0447709): Node leave event for f08cb4f10872/172.19.5.18" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="node3(ab4dd1415287): Node leave event for f08cb4f10872/172.19.5.18" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="node2(f08cb4f10872): Node leave event for f08cb4f10872/172.19.5.18" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.414Z] time="2021-09-24T13:26:24Z" level=info msg="Node f08cb4f10872/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.746Z] --- PASS: TestExec (0.62s) [2021-09-24T13:26:24.746Z] === RUN TestExecUser [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="node5(c2492c0cbaf3): Node leave event for ab4dd1415287/172.19.5.18" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="node4(3eddd0447709): Node leave event for ab4dd1415287/172.19.5.18" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287 change state NodeActive --> NodeLeft" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="node3(ab4dd1415287): Node leave event for ab4dd1415287/172.19.5.18" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.872Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287/172.19.5.18, left gossip cluster" [2021-09-24T13:26:24.992Z] INFO: Extraction ended at 09/24/2021 13:26:24. Duration:00:00:22.6626625 [2021-09-24T13:26:24.992Z] INFO: Updating the golang and path environment variables [2021-09-24T13:26:24.992Z] INFO: GOPATH=d:\gopath [2021-09-24T13:26:24.992Z] INFO: go version go1.17.1 windows/amd64 [2021-09-24T13:26:24.992Z] INFO: Running the daemon under test in debug mode [2021-09-24T13:26:24.992Z] INFO: Starting a daemon under test... [2021-09-24T13:26:24.993Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42879\2\daemon --pidfile d:\CI\PR-42879\2\docker.pid -D [2021-09-24T13:26:24.993Z] INFO: Process started successfully. [2021-09-24T13:26:24.993Z] INFO: Start tailing logs of the daemon under tests [2021-09-24T13:26:24.993Z] INFO: Waiting for the daemon under test to start... [2021-09-24T13:26:25.316Z] --- PASS: TestExecUser (0.71s) [2021-09-24T13:26:25.316Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:26:25.329Z] time="2021-09-24T13:26:24Z" level=info msg="Node ab4dd1415287/172.19.5.18, left gossip cluster" [2021-09-24T13:26:25.329Z] time="2021-09-24T13:26:25Z" level=debug msg="memberlist: Failed ping: 3eddd0447709 (timeout reached)" [2021-09-24T13:26:25.329Z] time="2021-09-24T13:26:25Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.5.18:10035: use of closed network connection" [2021-09-24T13:26:25.329Z] time="2021-09-24T13:26:25Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.5.18:10037: use of closed network connection" [2021-09-24T13:26:25.329Z] time="2021-09-24T13:26:25Z" level=debug msg="memberlist: Stream connection from=172.19.5.18:49365" [2021-09-24T13:26:25.787Z] time="2021-09-24T13:26:25Z" level=info msg="Node 3eddd0447709 change state NodeActive --> NodeLeft" [2021-09-24T13:26:25.787Z] time="2021-09-24T13:26:25Z" level=info msg="node5(c2492c0cbaf3): Node leave event for 3eddd0447709/172.19.5.18" [2021-09-24T13:26:25.787Z] time="2021-09-24T13:26:25Z" level=warning msg="memberlist: Was able to connect to 3eddd0447709 but other probes failed, network may be misconfigured" [2021-09-24T13:26:25.787Z] time="2021-09-24T13:26:25Z" level=info msg="Node 3eddd0447709 change state NodeActive --> NodeLeft" [2021-09-24T13:26:25.787Z] time="2021-09-24T13:26:25Z" level=info msg="node4(3eddd0447709): Node leave event for 3eddd0447709/172.19.5.18" [2021-09-24T13:26:26.245Z] time="2021-09-24T13:26:25Z" level=info msg="Node 3eddd0447709/172.19.5.18, left gossip cluster" [2021-09-24T13:26:26.245Z] time="2021-09-24T13:26:26Z" level=info msg="Node 3eddd0447709/172.19.5.18, left gossip cluster" [2021-09-24T13:26:26.255Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2021-09-24T13:26:26.255Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:26:27.194Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-09-24T13:26:27.194Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:26:27.210Z] time="2021-09-24T13:26:26Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, left gossip cluster" [2021-09-24T13:26:27.210Z] time="2021-09-24T13:26:26Z" level=info msg="Node c2492c0cbaf3 change state NodeActive --> NodeFailed" [2021-09-24T13:26:27.210Z] time="2021-09-24T13:26:26Z" level=info msg="Node c2492c0cbaf3/172.19.5.18, added to failed nodes list" [2021-09-24T13:26:27.210Z] --- PASS: TestNetworkDBIslands (12.25s) [2021-09-24T13:26:27.210Z] PASS [2021-09-24T13:26:27.210Z] coverage: 60.1% of statements [2021-09-24T13:26:27.210Z] ok github.com/docker/docker/libnetwork/networkdb 104.568s coverage: 60.1% of statements [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-24T13:26:27.210Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/quota [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/rootless [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/volume [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-24T13:26:27.211Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-24T13:26:27.781Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-24T13:26:27.781Z] === RUN TestParallelCreate [2021-09-24T13:26:27.781Z] 2021/09/24 13:26:27 Closing DB instances... [2021-09-24T13:26:27.781Z] --- PASS: TestParallelCreate (0.01s) [2021-09-24T13:26:27.781Z] === RUN TestParallelDelete [2021-09-24T13:26:27.781Z] 2021/09/24 13:26:27 Closing DB instances... [2021-09-24T13:26:27.781Z] --- PASS: TestParallelDelete (0.01s) [2021-09-24T13:26:27.781Z] === RUN TestNetworkDBIslands [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a4c656a11962 with config:&{NodeID:a4c656a11962 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node a4c656a11962/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node a4c656a11962/172.20.173.54, added to nodes list" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:63570c5eebf7 with config:&{NodeID:63570c5eebf7 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node 63570c5eebf7/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to nodes list" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node 63570c5eebf7/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to nodes list" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node a4c656a11962/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=info msg="Node a4c656a11962/172.20.173.54, added to nodes list" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-24T13:26:27.781Z] time="2021-09-24T13:26:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-09-24T13:26:28.132Z] --- PASS: TestHealthCheckWorkdir (0.72s) [2021-09-24T13:26:28.132Z] === RUN TestHealthKillContainer [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:079eb89ac976 with config:&{NodeID:079eb89ac976 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, added to nodes list" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, added to nodes list" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node a4c656a11962/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node a4c656a11962/172.20.173.54, added to nodes list" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 63570c5eebf7/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to nodes list" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-24T13:26:28.743Z] time="2021-09-24T13:26:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === Skipped [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-24T13:26:28.751Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-24T13:26:28.751Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-24T13:26:28.751Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-24T13:26:28.751Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-24T13:26:28.751Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:26:28.751Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-24T13:26:28.751Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-24T13:26:28.751Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-24T13:26:28.751Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-24T13:26:28.751Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-24T13:26:28.751Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-24T13:26:28.751Z] daemon_test.go:146: root required [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:26:28.751Z] reload_test.go:520: root required [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-09-24T13:26:28.751Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:26:28.751Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-24T13:26:28.751Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.751Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-24T13:26:28.751Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:26:28.751Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-24T13:26:28.752Z] layer_test.go:303: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-24T13:26:28.752Z] layer_test.go:352: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-24T13:26:28.752Z] layer_test.go:467: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-24T13:26:28.752Z] layer_test.go:696: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-24T13:26:28.752Z] migration_test.go:45: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:26:28.752Z] migration_test.go:181: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-24T13:26:28.752Z] mount_test.go:17: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-24T13:26:28.752Z] mount_test.go:76: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-24T13:26:28.752Z] mount_test.go:125: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-24T13:26:28.752Z] mount_test.go:212: Failing on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-24T13:26:28.752Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-24T13:26:28.752Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:26:28.752Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-24T13:26:28.752Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-24T13:26:28.752Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-24T13:26:28.752Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:26:28.752Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-24T13:26:28.752Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:26:28.752Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-24T13:26:28.752Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-24T13:26:28.752Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-24T13:26:28.752Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:26:28.752Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:26:28.752Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:26:28.752Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:26:28.752Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:26:28.752Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-09-24T13:26:28.752Z] archive_test.go:140: zstd not installed [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:26:28.752Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:26:28.752Z] changes_test.go:195: needs more investigation [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-24T13:26:28.752Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-24T13:26:28.752Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-24T13:26:28.752Z] changes_test.go:432: needs further investigation [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:26:28.752Z] changes_test.go:468: needs further investigation [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:26:28.752Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-24T13:26:28.752Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:26:28.752Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:26:28.752Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-24T13:26:28.752Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-24T13:26:28.752Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-24T13:26:28.752Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-24T13:26:28.752Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-24T13:26:28.752Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:26:28.752Z] [2021-09-24T13:26:28.752Z] DONE 2070 tests, 70 skipped in 238.138s [2021-09-24T13:26:28.752Z] INFO: make.ps1 ended at 09/24/2021 13:26:28 [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:28Z" level=info msg="Node 079eb89ac976/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:1030f8728f61 with config:&{NodeID:1030f8728f61 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node a4c656a11962/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node a4c656a11962/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 63570c5eebf7/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 079eb89ac976/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=info msg="Node 079eb89ac976/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.198Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-24T13:26:29.199Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:8773167bbe0c with config:&{NodeID:8773167bbe0c Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node a4c656a11962/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node a4c656a11962/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 079eb89ac976/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 079eb89ac976/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 63570c5eebf7/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to nodes list" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-24T13:26:29.655Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:30.112Z] networkdb_test.go:835: Re-joining: 3 [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=info msg="The new bootstrap node list is:[172.20.173.54:10033 172.20.173.54:10034 172.20.173.54:10035]" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10033" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49357" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10034" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49358" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10035" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:29Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49359" [2021-09-24T13:26:30.112Z] networkdb_test.go:835: Re-joining: 4 [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=info msg="The new bootstrap node list is:[172.20.173.54:10033 172.20.173.54:10034 172.20.173.54:10035]" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10033" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49360" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10034" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49361" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10035" [2021-09-24T13:26:30.112Z] time="2021-09-24T13:26:30Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49362" [2021-09-24T13:26:30.285Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-24T13:26:30.285Z] INFO: Unit tests ended at 09/24/2021 13:26:29. Duration:00:04:08.7761607 [2021-09-24T13:26:30.285Z] INFO: Building busybox [2021-09-24T13:26:30.285Z] Sending build context to Docker daemon 5.12kB [2021-09-24T13:26:30.285Z] [2021-09-24T13:26:30.285Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-24T13:26:30.285Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-24T13:26:30.285Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-24T13:26:30.285Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-24T13:26:30.285Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-24T13:26:30.285Z] ---> a3aeeffc33bf [2021-09-24T13:26:30.285Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-24T13:26:30.285Z] ---> Running in 5810dde74069 [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node 0 leaving" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962 change state NodeActive --> NodeLeft" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node3(079eb89ac976): Node leave event for a4c656a11962/172.20.173.54" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962 change state NodeActive --> NodeLeft" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node5(8773167bbe0c): Node leave event for a4c656a11962/172.20.173.54" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962 change state NodeActive --> NodeLeft" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node4(1030f8728f61): Node leave event for a4c656a11962/172.20.173.54" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962 change state NodeActive --> NodeLeft" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node2(63570c5eebf7): Node leave event for a4c656a11962/172.20.173.54" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962 change state NodeActive --> NodeLeft" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="node1(a4c656a11962): Node leave event for a4c656a11962/172.20.173.54" [2021-09-24T13:26:30.568Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962/172.20.173.54, left gossip cluster" [2021-09-24T13:26:30.670Z] --- PASS: TestHealthKillContainer (2.76s) [2021-09-24T13:26:30.670Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node a4c656a11962/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node 1 leaving" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node4(1030f8728f61): Node leave event for 63570c5eebf7/172.20.173.54" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7 change state NodeActive --> NodeFailed" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7/172.20.173.54, added to failed nodes list" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node3(079eb89ac976): Node leave event for 63570c5eebf7/172.20.173.54" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node5(8773167bbe0c): Node leave event for 63570c5eebf7/172.20.173.54" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=error msg="node: 63570c5eebf7 is unknown to memberlist" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 63570c5eebf7/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node 2 leaving" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 079eb89ac976 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node4(1030f8728f61): Node leave event for 079eb89ac976/172.20.173.54" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 079eb89ac976 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node5(8773167bbe0c): Node leave event for 079eb89ac976/172.20.173.54" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="Node 079eb89ac976 change state NodeActive --> NodeLeft" [2021-09-24T13:26:31.024Z] time="2021-09-24T13:26:30Z" level=info msg="node3(079eb89ac976): Node leave event for 079eb89ac976/172.20.173.54" [2021-09-24T13:26:31.240Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2021-09-24T13:26:31.240Z] === RUN TestIpcModeNone [2021-09-24T13:26:31.480Z] time="2021-09-24T13:26:31Z" level=info msg="Node 079eb89ac976/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.480Z] time="2021-09-24T13:26:31Z" level=info msg="Node 079eb89ac976/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.480Z] time="2021-09-24T13:26:31Z" level=info msg="Node 079eb89ac976/172.20.173.54, left gossip cluster" [2021-09-24T13:26:31.480Z] networkdb_test.go:867: node4: OK [2021-09-24T13:26:31.480Z] networkdb_test.go:867: node5: OK [2021-09-24T13:26:31.480Z] time="2021-09-24T13:26:31Z" level=info msg="node 0 coming back" [2021-09-24T13:26:31.480Z] time="2021-09-24T13:26:31Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:dcaab680240b with config:&{NodeID:dcaab680240b Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node dcaab680240b/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node dcaab680240b/172.20.173.54, added to nodes list" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="node 1 coming back" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:db799a9afead with config:&{NodeID:db799a9afead Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node db799a9afead/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node db799a9afead/172.20.173.54, added to nodes list" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="node 2 coming back" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:76728a922dbf with config:&{NodeID:76728a922dbf Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node 76728a922dbf/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:31.936Z] time="2021-09-24T13:26:31Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to nodes list" [2021-09-24T13:26:32.179Z] --- PASS: TestIpcModeNone (0.68s) [2021-09-24T13:26:32.179Z] === RUN TestIpcModePrivate [2021-09-24T13:26:32.439Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-09-24T13:26:32.698Z] --- PASS: TestIpcModePrivate (0.69s) [2021-09-24T13:26:32.698Z] === RUN TestIpcModeShareable [2021-09-24T13:26:33.188Z] Removing intermediate container 5810dde74069 [2021-09-24T13:26:33.188Z] ---> d41ca6c1f39d [2021-09-24T13:26:33.188Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-24T13:26:33.188Z] ---> Running in cd3bd8e6dd55 [2021-09-24T13:26:33.269Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-09-24T13:26:33.269Z] --- PASS: TestIpcModeShareable (0.63s) [2021-09-24T13:26:33.269Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-24T13:26:33.646Z] Removing intermediate container cd3bd8e6dd55 [2021-09-24T13:26:33.646Z] ---> 4f819f515e3c [2021-09-24T13:26:33.646Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-24T13:26:33.646Z] ---> Running in 9db71022f081 [2021-09-24T13:26:33.646Z] Removing intermediate container 9db71022f081 [2021-09-24T13:26:33.646Z] ---> bb3736b25f95 [2021-09-24T13:26:33.646Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-24T13:26:35.186Z] [2021-09-24T13:26:35.644Z] ---> 5f7fb7da8b93 [2021-09-24T13:26:35.644Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-24T13:26:35.644Z] ---> Running in 8bd26cf3a6f4 [2021-09-24T13:26:35.657Z] time="2021-09-24T13:26:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.173.54:10033 172.20.173.54:10034 172.20.173.54:10035]" [2021-09-24T13:26:35.657Z] time="2021-09-24T13:26:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.173.54:10033 172.20.173.54:10034 172.20.173.54:10035]" [2021-09-24T13:26:35.810Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.00s) [2021-09-24T13:26:35.810Z] === RUN TestAPIIpcModeHost [2021-09-24T13:26:35.810Z] --- PASS: TestAPIIpcModeHost (0.44s) [2021-09-24T13:26:35.810Z] === RUN TestDaemonIpcModeShareable [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10033" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49363" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, is the new incarnation of the shutdown node a4c656a11962/172.20.173.54" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10034" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49364" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.112Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, is the new incarnation of the shutdown node 63570c5eebf7/172.20.173.54" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49365" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10035" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 1030f8728f61/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, is the new incarnation of the shutdown node 079eb89ac976/172.20.173.54" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, is the new incarnation of the shutdown node 63570c5eebf7/172.20.173.54" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, is the new incarnation of the shutdown node a4c656a11962/172.20.173.54" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.113Z] time="2021-09-24T13:26:36Z" level=info msg="Node db799a9afead/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, joined gossip cluster" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, is the new incarnation of the shutdown node 079eb89ac976/172.20.173.54" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to nodes list" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10033" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49366" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10034" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49367" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.173.54:10035" [2021-09-24T13:26:36.568Z] time="2021-09-24T13:26:36Z" level=debug msg="memberlist: Stream connection from=172.20.173.54:49368" [2021-09-24T13:26:36.568Z] 2021/09/24 13:26:36 Closing DB instances... [2021-09-24T13:26:36.787Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="node3(76728a922dbf): Node leave event for dcaab680240b/172.20.173.54" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="node5(8773167bbe0c): Node leave event for dcaab680240b/172.20.173.54" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="node2(db799a9afead): Node leave event for dcaab680240b/172.20.173.54" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="node4(1030f8728f61): Node leave event for dcaab680240b/172.20.173.54" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="node1(dcaab680240b): Node leave event for dcaab680240b/172.20.173.54" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.024Z] time="2021-09-24T13:26:36Z" level=info msg="Node dcaab680240b/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.054Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2021-09-24T13:26:37.054Z] === RUN TestDaemonIpcModePrivate [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="node5(8773167bbe0c): Node leave event for db799a9afead/172.20.173.54" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="node3(76728a922dbf): Node leave event for db799a9afead/172.20.173.54" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="node4(1030f8728f61): Node leave event for db799a9afead/172.20.173.54" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="node2(db799a9afead): Node leave event for db799a9afead/172.20.173.54" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.480Z] time="2021-09-24T13:26:37Z" level=info msg="Node db799a9afead/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.20.173.54:10036: use of closed network connection" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="node5(8773167bbe0c): Node leave event for 76728a922dbf/172.20.173.54" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf change state NodeActive --> NodeFailed" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf/172.20.173.54, added to failed nodes list" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf change state NodeActive --> NodeLeft" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="node4(1030f8728f61): Node leave event for 76728a922dbf/172.20.173.54" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=error msg="node: 76728a922dbf is unknown to memberlist" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf/172.20.173.54, left gossip cluster" [2021-09-24T13:26:37.936Z] time="2021-09-24T13:26:37Z" level=info msg="Node 76728a922dbf/172.20.173.54, left gossip cluster" [2021-09-24T13:26:38.011Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-24T13:26:38.272Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2021-09-24T13:26:38.272Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-24T13:26:38.392Z] time="2021-09-24T13:26:38Z" level=info msg="Node 1030f8728f61 change state NodeActive --> NodeLeft" [2021-09-24T13:26:38.392Z] time="2021-09-24T13:26:38Z" level=info msg="node5(8773167bbe0c): Node leave event for 1030f8728f61/172.20.173.54" [2021-09-24T13:26:38.392Z] time="2021-09-24T13:26:38Z" level=info msg="Node 1030f8728f61 change state NodeActive --> NodeLeft" [2021-09-24T13:26:38.392Z] time="2021-09-24T13:26:38Z" level=info msg="node4(1030f8728f61): Node leave event for 1030f8728f61/172.20.173.54" [2021-09-24T13:26:38.848Z] time="2021-09-24T13:26:38Z" level=info msg="Node 1030f8728f61/172.20.173.54, left gossip cluster" [2021-09-24T13:26:38.848Z] time="2021-09-24T13:26:38Z" level=info msg="Node 1030f8728f61/172.20.173.54, left gossip cluster" [2021-09-24T13:26:39.310Z] time="2021-09-24T13:26:39Z" level=info msg="Node 8773167bbe0c/172.20.173.54, left gossip cluster" [2021-09-24T13:26:39.310Z] time="2021-09-24T13:26:39Z" level=info msg="Node 8773167bbe0c change state NodeActive --> NodeFailed" [2021-09-24T13:26:39.310Z] time="2021-09-24T13:26:39Z" level=info msg="Node 8773167bbe0c/172.20.173.54, added to failed nodes list" [2021-09-24T13:26:39.310Z] --- PASS: TestNetworkDBIslands (11.44s) [2021-09-24T13:26:39.310Z] PASS [2021-09-24T13:26:39.310Z] coverage: 60.0% of statements [2021-09-24T13:26:39.310Z] ok github.com/docker/docker/libnetwork/networkdb 103.619s coverage: 60.0% of statements [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/quota [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/rootless [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/volume [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-24T13:26:39.310Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-24T13:26:39.653Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-24T13:26:39.653Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.26s) [2021-09-24T13:26:39.653Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-24T13:26:40.595Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-24T13:26:40.595Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2021-09-24T13:26:40.595Z] === RUN TestIpcModeOlderClient [2021-09-24T13:26:40.595Z] === PAUSE TestIpcModeOlderClient [2021-09-24T13:26:40.595Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === Skipped [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-24T13:26:40.838Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-24T13:26:40.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-24T13:26:40.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-24T13:26:40.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-24T13:26:40.838Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:26:40.838Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-24T13:26:40.838Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-24T13:26:40.838Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-24T13:26:40.838Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-24T13:26:40.838Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-24T13:26:40.838Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-24T13:26:40.838Z] daemon_test.go:146: root required [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:26:40.838Z] reload_test.go:520: root required [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-09-24T13:26:40.838Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:26:40.838Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-24T13:26:40.838Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-24T13:26:40.838Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-24T13:26:40.838Z] layer_test.go:303: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-24T13:26:40.838Z] layer_test.go:352: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-24T13:26:40.838Z] layer_test.go:467: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-24T13:26:40.838Z] layer_test.go:696: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-24T13:26:40.838Z] migration_test.go:45: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:26:40.838Z] migration_test.go:181: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-24T13:26:40.838Z] mount_test.go:17: Failing on Windows [2021-09-24T13:26:40.838Z] [2021-09-24T13:26:40.838Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-24T13:26:40.839Z] mount_test.go:76: Failing on Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-24T13:26:40.839Z] mount_test.go:125: Failing on Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-24T13:26:40.839Z] mount_test.go:212: Failing on Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-24T13:26:40.839Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-24T13:26:40.839Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:26:40.839Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-24T13:26:40.839Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-24T13:26:40.839Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-24T13:26:40.839Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:26:40.839Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-24T13:26:40.839Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:26:40.839Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-24T13:26:40.839Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-24T13:26:40.839Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-24T13:26:40.839Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:26:40.839Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:26:40.839Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:26:40.839Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:26:40.839Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:26:40.839Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-09-24T13:26:40.839Z] archive_test.go:140: zstd not installed [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:26:40.839Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:26:40.839Z] changes_test.go:195: needs more investigation [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-24T13:26:40.839Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-24T13:26:40.839Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-24T13:26:40.839Z] changes_test.go:432: needs further investigation [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:26:40.839Z] changes_test.go:468: needs further investigation [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:26:40.839Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-24T13:26:40.839Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:26:40.839Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:26:40.839Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-24T13:26:40.839Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-24T13:26:40.839Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-24T13:26:40.839Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-24T13:26:40.839Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-24T13:26:40.839Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:26:40.839Z] [2021-09-24T13:26:40.839Z] DONE 2070 tests, 70 skipped in 237.869s [2021-09-24T13:26:41.166Z] --- PASS: TestKillContainerInvalidSignal (0.51s) [2021-09-24T13:26:41.166Z] === RUN TestKillContainer [2021-09-24T13:26:41.166Z] === RUN TestKillContainer/no_signal [2021-09-24T13:26:41.295Z] INFO: make.ps1 ended at 09/24/2021 13:26:40 [2021-09-24T13:26:41.735Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:26:41.995Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:26:42.565Z] --- PASS: TestKillContainer (1.43s) [2021-09-24T13:26:42.565Z] --- PASS: TestKillContainer/no_signal (0.47s) [2021-09-24T13:26:42.565Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2021-09-24T13:26:42.565Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2021-09-24T13:26:42.565Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:26:42.565Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-24T13:26:42.774Z] Removing intermediate container 8bd26cf3a6f4 [2021-09-24T13:26:42.775Z] ---> 95d8405b1e58 [2021-09-24T13:26:42.775Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-24T13:26:42.775Z] ---> Running in c8c3d922494e [2021-09-24T13:26:42.775Z] [2021-09-24T13:26:42.775Z] SUCCESS: Specified value was saved. [2021-09-24T13:26:42.828Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-24T13:26:42.828Z] INFO: Unit tests ended at 09/24/2021 13:26:42. Duration:00:04:08.5807712 [2021-09-24T13:26:42.828Z] INFO: Building busybox [2021-09-24T13:26:42.828Z] Sending build context to Docker daemon 5.12kB [2021-09-24T13:26:42.828Z] [2021-09-24T13:26:42.828Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-24T13:26:42.828Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-24T13:26:42.828Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-24T13:26:42.828Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-24T13:26:42.828Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-24T13:26:42.828Z] ---> a3aeeffc33bf [2021-09-24T13:26:42.828Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-24T13:26:42.828Z] ---> Running in 0bea2bdb4f5f [2021-09-24T13:26:43.134Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-24T13:26:43.394Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.89s) [2021-09-24T13:26:43.394Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2021-09-24T13:26:43.394Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2021-09-24T13:26:43.394Z] === RUN TestKillStoppedContainer [2021-09-24T13:26:43.655Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-09-24T13:26:43.655Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:26:43.655Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-09-24T13:26:43.655Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:26:43.915Z] --- PASS: TestKillDifferentUserContainer (0.46s) [2021-09-24T13:26:43.915Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:26:43.915Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-24T13:26:43.915Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:26:43.915Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:26:44.309Z] Removing intermediate container c8c3d922494e [2021-09-24T13:26:44.309Z] ---> b185488d71a2 [2021-09-24T13:26:44.309Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-24T13:26:44.309Z] ---> Running in 8508b5202884 [2021-09-24T13:26:44.486Z] --- PASS: TestInspectOomKilledFalse (0.52s) [2021-09-24T13:26:44.486Z] === RUN TestLinksEtcHostsContentMatch [2021-09-24T13:26:45.056Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2021-09-24T13:26:45.056Z] === RUN TestLinksContainerNames [2021-09-24T13:26:45.997Z] --- PASS: TestLinksContainerNames (0.95s) [2021-09-24T13:26:45.997Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:26:46.042Z] .....INFO: Daemon under test started and replied! [2021-09-24T13:26:46.042Z] INFO: Docker version of the daemon under test [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] Client: [2021-09-24T13:26:46.042Z] Version: 17.06.2-ce [2021-09-24T13:26:46.042Z] API version: 1.30 [2021-09-24T13:26:46.042Z] Go version: go1.8.3 [2021-09-24T13:26:46.042Z] Git commit: cec0b72 [2021-09-24T13:26:46.042Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-24T13:26:46.042Z] OS/Arch: windows/amd64 [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] Server: [2021-09-24T13:26:46.042Z] Version: 0.0.0-dev [2021-09-24T13:26:46.042Z] API version: 1.42 (minimum version 1.24) [2021-09-24T13:26:46.042Z] Go version: go1.17.1 [2021-09-24T13:26:46.042Z] Git commit: 09de87ebbe [2021-09-24T13:26:46.042Z] Built: 09/24/2021 13:24:51 [2021-09-24T13:26:46.042Z] OS/Arch: windows/amd64 [2021-09-24T13:26:46.042Z] Experimental: false [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] INFO: Docker info of the daemon under test [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] Containers: 0 [2021-09-24T13:26:46.042Z] Running: 0 [2021-09-24T13:26:46.042Z] Paused: 0 [2021-09-24T13:26:46.042Z] Stopped: 0 [2021-09-24T13:26:46.042Z] Images: 0 [2021-09-24T13:26:46.042Z] Server Version: 0.0.0-dev [2021-09-24T13:26:46.042Z] Storage Driver: windowsfilter [2021-09-24T13:26:46.042Z] Windows: [2021-09-24T13:26:46.042Z] Logging Driver: json-file [2021-09-24T13:26:46.042Z] Plugins: [2021-09-24T13:26:46.042Z] Volume: local [2021-09-24T13:26:46.042Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T13:26:46.042Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T13:26:46.042Z] Swarm: inactive [2021-09-24T13:26:46.042Z] Default Isolation: process [2021-09-24T13:26:46.042Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-24T13:26:46.042Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-24T13:26:46.042Z] OSType: windows [2021-09-24T13:26:46.042Z] Architecture: x86_64 [2021-09-24T13:26:46.042Z] CPUs: 4 [2021-09-24T13:26:46.042Z] Total Memory: 32GiB [2021-09-24T13:26:46.042Z] Name: azwin-2-8a50b0 [2021-09-24T13:26:46.042Z] ID: ZB2S:2DJM:ITL7:7HH4:KKI3:7GH7:WQK4:WH5D:HAQU:UPGD:SUQ3:MKH5 [2021-09-24T13:26:46.042Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T13:26:46.042Z] Debug Mode (client): false [2021-09-24T13:26:46.042Z] Debug Mode (server): true [2021-09-24T13:26:46.042Z] File Descriptors: -1 [2021-09-24T13:26:46.042Z] Goroutines: 16 [2021-09-24T13:26:46.042Z] System Time: 2021-09-24T13:26:43.9205873Z [2021-09-24T13:26:46.042Z] EventsListeners: 0 [2021-09-24T13:26:46.042Z] Registry: https://index.docker.io/v1/ [2021-09-24T13:26:46.042Z] Labels: [2021-09-24T13:26:46.042Z] Experimental: false [2021-09-24T13:26:46.042Z] Insecure Registries: [2021-09-24T13:26:46.042Z] 127.0.0.0/8 [2021-09-24T13:26:46.042Z] Live Restore Enabled: false [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] INFO: Docker images of the daemon under test [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:26:46.042Z] [2021-09-24T13:26:46.042Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-24T13:26:46.042Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-09-24T13:26:46.042Z] ltsc2019: Pulling from windows/servercore [2021-09-24T13:26:46.042Z] 4612f6d0b889: Pulling fs layer [2021-09-24T13:26:46.042Z] a0ddf88812f1: Pulling fs layer [2021-09-24T13:26:46.257Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2021-09-24T13:26:46.257Z] === RUN TestContainerNetworkMountsNoChown [2021-09-24T13:26:46.829Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/default [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/default [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/private [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/private [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rprivate [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/slave [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/slave [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rslave [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/shared [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/shared [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rshared [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/default [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rshared [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/shared [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rslave [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/slave [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rprivate [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/private [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:26:46.829Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-24T13:26:46.829Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:26:46.829Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-24T13:26:47.090Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:26:47.214Z] Cannot create a file when that file already exists. [2021-09-24T13:26:47.351Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-24T13:26:47.351Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-24T13:26:47.351Z] === RUN TestContainerBindMountNonRecursive [2021-09-24T13:26:47.505Z] Removing intermediate container 0bea2bdb4f5f [2021-09-24T13:26:47.505Z] ---> dd98a1bf107b [2021-09-24T13:26:47.505Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-24T13:26:47.505Z] ---> Running in 52e32f066969 [2021-09-24T13:26:47.505Z] Removing intermediate container 52e32f066969 [2021-09-24T13:26:47.505Z] ---> a3863aaa5b2d [2021-09-24T13:26:47.505Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-24T13:26:47.505Z] ---> Running in 0f5187da2ad5 [2021-09-24T13:26:47.505Z] Removing intermediate container 0f5187da2ad5 [2021-09-24T13:26:47.505Z] ---> 9f04cf4a568b [2021-09-24T13:26:47.505Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-24T13:26:48.733Z] --- PASS: TestContainerBindMountNonRecursive (1.39s) [2021-09-24T13:26:48.733Z] === RUN TestContainerVolumesMountedAsShared [2021-09-24T13:26:48.993Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2021-09-24T13:26:48.993Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-24T13:26:49.032Z] [2021-09-24T13:26:49.032Z] ---> 9bfa85f7c0a5 [2021-09-24T13:26:49.032Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-24T13:26:49.489Z] ---> Running in b2e230df8b6b [2021-09-24T13:26:49.563Z] --- PASS: TestContainerVolumesMountedAsSlave (0.34s) [2021-09-24T13:26:49.563Z] === RUN TestNetworkNat [2021-09-24T13:26:49.824Z] --- PASS: TestNetworkNat (0.48s) [2021-09-24T13:26:49.824Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:26:50.393Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2021-09-24T13:26:50.393Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:26:50.945Z] Removing intermediate container 8508b5202884 [2021-09-24T13:26:50.945Z] ---> 0cc748952e62 [2021-09-24T13:26:50.945Z] Step 13/13 : CMD ["sh"] [2021-09-24T13:26:50.945Z] ---> Running in 1a7b4b84c7f9 [2021-09-24T13:26:51.403Z] Removing intermediate container 1a7b4b84c7f9 [2021-09-24T13:26:51.403Z] ---> 284482db841a [2021-09-24T13:26:51.403Z] Successfully built 284482db841a [2021-09-24T13:26:51.403Z] Successfully tagged busybox:latest [2021-09-24T13:26:51.403Z] INFO: Docker images of the daemon under test [2021-09-24T13:26:51.403Z] [2021-09-24T13:26:51.403Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:26:51.403Z] busybox latest 284482db841a Less than a second ago 4.84GB [2021-09-24T13:26:51.403Z] microsoft/windowsservercore latest a3aeeffc33bf 11 days ago 4.8GB [2021-09-24T13:26:51.403Z] mcr.microsoft.com/windows/servercore ltsc2022 a3aeeffc33bf 11 days ago 4.8GB [2021-09-24T13:26:51.403Z] [2021-09-24T13:26:51.403Z] INFO: Running integration tests at 09/24/2021 13:26:50... [2021-09-24T13:26:51.403Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-24T13:26:51.403Z] INFO: Integration API tests being run from the host: [2021-09-24T13:26:51.403Z] INFO: make.ps1 starting at 09/24/2021 13:26:50 [2021-09-24T13:26:51.861Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-24T13:26:53.684Z] --- PASS: TestNetworkLoopbackNat (2.70s) [2021-09-24T13:26:53.684Z] === RUN TestPause [2021-09-24T13:26:53.684Z] --- PASS: TestPause (0.45s) [2021-09-24T13:26:53.684Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:26:53.684Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:26:53.684Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:26:53.684Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:26:53.944Z] --- PASS: TestPauseStopPausedContainer (0.48s) [2021-09-24T13:26:53.944Z] === RUN TestPidHost [2021-09-24T13:26:54.909Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:26:54.909Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:26:54.909Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:26:54.909Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:26:54.909Z] [2021-09-24T13:26:55.329Z] --- PASS: TestPidHost (1.11s) [2021-09-24T13:26:55.329Z] === RUN TestPsFilter [2021-09-24T13:26:55.329Z] --- PASS: TestPsFilter (0.11s) [2021-09-24T13:26:55.329Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:26:55.589Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.46s) [2021-09-24T13:26:55.589Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:26:56.159Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2021-09-24T13:26:56.159Z] === RUN TestRemoveContainerRunning [2021-09-24T13:26:56.549Z] Removing intermediate container b2e230df8b6b [2021-09-24T13:26:56.549Z] ---> 48124a9b747e [2021-09-24T13:26:56.549Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-24T13:26:56.549Z] ---> Running in a8f40b6e3aba [2021-09-24T13:26:56.729Z] --- PASS: TestRemoveContainerRunning (0.48s) [2021-09-24T13:26:56.729Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:26:56.818Z] + TEST_INTEGRATION_DEST=1 [2021-09-24T13:26:56.818Z] + CONTAINER_NAME=docker-pr2-1 [2021-09-24T13:26:56.818Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-09-24T13:26:56.818Z] + run_tests test-integration-flaky [2021-09-24T13:26:56.818Z] + '[' -n 0 ']' [2021-09-24T13:26:56.818Z] + rm= [2021-09-24T13:26:56.818Z] + c=0 [2021-09-24T13:26:56.818Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42879/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh test-integration-flaky test-integration [2021-09-24T13:26:56.818Z] ++ jobs -p [2021-09-24T13:26:56.818Z] + TEST_INTEGRATION_DEST=3 [2021-09-24T13:26:56.818Z] + CONTAINER_NAME=docker-pr2-3 [2021-09-24T13:26:56.818Z] + TEST_SKIP_INTEGRATION=1 [2021-09-24T13:26:56.818Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-09-24T13:26:56.818Z] + run_tests [2021-09-24T13:26:56.818Z] + '[' -n 0 ']' [2021-09-24T13:26:56.818Z] + rm= [2021-09-24T13:26:56.818Z] + TEST_INTEGRATION_DEST=2 [2021-09-24T13:26:56.818Z] + CONTAINER_NAME=docker-pr2-2 [2021-09-24T13:26:56.818Z] + TEST_SKIP_INTEGRATION=1 [2021-09-24T13:26:56.818Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-09-24T13:26:56.818Z] + run_tests [2021-09-24T13:26:56.818Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42879/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh '' test-integration [2021-09-24T13:26:56.818Z] + '[' -n 0 ']' [2021-09-24T13:26:56.818Z] + rm= [2021-09-24T13:26:56.818Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42879/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh '' test-integration [2021-09-24T13:26:56.818Z] + for job in $(jobs -p) [2021-09-24T13:26:56.818Z] + wait 23844 [2021-09-24T13:26:56.989Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2021-09-24T13:26:56.989Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:26:57.006Z] [2021-09-24T13:26:57.006Z] SUCCESS: Specified value was saved. [2021-09-24T13:26:57.249Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-09-24T13:26:57.250Z] === RUN TestRenameLinkedContainer [2021-09-24T13:26:57.760Z] [2021-09-24T13:26:57.760Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:26:57.760Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:26:57.760Z] HOSTNAME=e1ee1d99e077 [2021-09-24T13:26:57.760Z] TEST_SKIP_INTEGRATION=1 [2021-09-24T13:26:57.760Z] TESTDEBUG=0 [2021-09-24T13:26:57.760Z] DEST=bundles/test-integration [2021-09-24T13:26:57.760Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:26:57.760Z] KEEPBUNDLE=1 [2021-09-24T13:26:57.760Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:26:57.760Z] container=docker [2021-09-24T13:26:57.760Z] HOME=/root [2021-09-24T13:26:57.760Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:26:57.760Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:26:57.760Z] VALIDATE_BRANCH=master [2021-09-24T13:26:57.760Z] TERM=xterm [2021-09-24T13:26:57.760Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:26:57.760Z] SHLVL=1 [2021-09-24T13:26:57.760Z] TIMEOUT=120m [2021-09-24T13:26:57.760Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:26:57.760Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:26:57.760Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-09-24T13:26:57.760Z] GO111MODULE=off [2021-09-24T13:26:57.760Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:26:57.760Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:26:57.760Z] GOPATH=/go [2021-09-24T13:26:57.760Z] PKG_CONFIG=pkg-config [2021-09-24T13:26:57.760Z] _=/usr/bin/env [2021-09-24T13:26:57.760Z] Building test suite binary ./integration-cli/test.main [2021-09-24T13:26:57.760Z] [2021-09-24T13:26:58.020Z] [2021-09-24T13:26:58.020Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-09-24T13:26:58.020Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:26:58.020Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:26:58.020Z] HOSTNAME=11689c01c6ce [2021-09-24T13:26:58.020Z] TEST_SKIP_INTEGRATION=1 [2021-09-24T13:26:58.020Z] TESTDEBUG=0 [2021-09-24T13:26:58.020Z] DEST=bundles/test-integration [2021-09-24T13:26:58.020Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:26:58.020Z] KEEPBUNDLE=1 [2021-09-24T13:26:58.020Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:26:58.020Z] container=docker [2021-09-24T13:26:58.020Z] HOME=/root [2021-09-24T13:26:58.020Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:26:58.020Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:26:58.020Z] VALIDATE_BRANCH=master [2021-09-24T13:26:58.020Z] TERM=xterm [2021-09-24T13:26:58.020Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:26:58.020Z] SHLVL=1 [2021-09-24T13:26:58.020Z] TIMEOUT=120m [2021-09-24T13:26:58.020Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:26:58.020Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:26:58.020Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-09-24T13:26:58.020Z] GO111MODULE=off [2021-09-24T13:26:58.020Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:26:58.020Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:26:58.020Z] GOPATH=/go [2021-09-24T13:26:58.020Z] PKG_CONFIG=pkg-config [2021-09-24T13:26:58.020Z] _=/usr/bin/env [2021-09-24T13:26:58.020Z] Building test suite binary ./integration-cli/test.main [2021-09-24T13:26:58.281Z] No new tests added to integration. [2021-09-24T13:26:58.281Z] [2021-09-24T13:26:58.282Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:26:58.394Z] a0ddf88812f1: Verifying Checksum [2021-09-24T13:26:58.394Z] a0ddf88812f1: Download complete [2021-09-24T13:26:59.159Z] --- PASS: TestRenameLinkedContainer (1.88s) [2021-09-24T13:26:59.159Z] === RUN TestRenameStoppedContainer [2021-09-24T13:26:59.177Z] Removing intermediate container a8f40b6e3aba [2021-09-24T13:26:59.177Z] ---> 4f9acc57a171 [2021-09-24T13:26:59.177Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-24T13:26:59.177Z] ---> Running in 1c05c06999aa [2021-09-24T13:26:59.419Z] --- PASS: TestRenameStoppedContainer (0.46s) [2021-09-24T13:26:59.419Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:26:59.667Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:26:59.667Z] HOSTNAME=357f69db616a [2021-09-24T13:26:59.667Z] TESTDEBUG=0 [2021-09-24T13:26:59.667Z] DEST=bundles/test-integration [2021-09-24T13:26:59.667Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:26:59.667Z] KEEPBUNDLE=1 [2021-09-24T13:26:59.667Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:26:59.667Z] container=docker [2021-09-24T13:26:59.667Z] HOME=/root [2021-09-24T13:26:59.667Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:26:59.667Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:26:59.667Z] VALIDATE_BRANCH=master [2021-09-24T13:26:59.667Z] TERM=xterm [2021-09-24T13:26:59.667Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:26:59.667Z] SHLVL=1 [2021-09-24T13:26:59.667Z] TIMEOUT=120m [2021-09-24T13:26:59.667Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:26:59.667Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:26:59.667Z] GO111MODULE=off [2021-09-24T13:26:59.667Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-24T13:26:59.667Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:26:59.667Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:26:59.667Z] GOPATH=/go [2021-09-24T13:26:59.667Z] PKG_CONFIG=pkg-config [2021-09-24T13:26:59.667Z] _=/usr/bin/env [2021-09-24T13:26:59.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-24T13:27:00.360Z] --- PASS: TestRenameRunningContainerAndReuse (0.97s) [2021-09-24T13:27:00.360Z] === RUN TestRenameInvalidName [2021-09-24T13:27:00.929Z] --- PASS: TestRenameInvalidName (0.46s) [2021-09-24T13:27:00.929Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:27:02.067Z] Cannot create a file when that file already exists. [2021-09-24T13:27:02.838Z] --- PASS: TestRenameAnonymousContainer (1.78s) [2021-09-24T13:27:02.838Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:27:03.098Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2021-09-24T13:27:03.098Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:27:04.038Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s) [2021-09-24T13:27:04.038Z] === RUN TestResize [2021-09-24T13:27:04.164Z] 4612f6d0b889: Verifying Checksum [2021-09-24T13:27:04.164Z] 4612f6d0b889: Download complete [2021-09-24T13:27:04.611Z] --- PASS: TestResize (0.49s) [2021-09-24T13:27:04.612Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:27:05.181Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2021-09-24T13:27:05.181Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:27:05.442Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:05.442Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:05.442Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:05.442Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:27:05.442Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:27:05.786Z] Removing intermediate container 1c05c06999aa [2021-09-24T13:27:05.786Z] ---> 75b613fd3c9c [2021-09-24T13:27:05.786Z] Step 13/13 : CMD ["sh"] [2021-09-24T13:27:05.786Z] ---> Running in 3a8098b048db [2021-09-24T13:27:06.242Z] Removing intermediate container 3a8098b048db [2021-09-24T13:27:06.242Z] ---> ded0a61266de [2021-09-24T13:27:06.242Z] Successfully built ded0a61266de [2021-09-24T13:27:06.242Z] Successfully tagged busybox:latest [2021-09-24T13:27:06.242Z] INFO: Docker images of the daemon under test [2021-09-24T13:27:06.242Z] [2021-09-24T13:27:06.242Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:27:06.242Z] busybox latest ded0a61266de Less than a second ago 4.84GB [2021-09-24T13:27:06.242Z] microsoft/windowsservercore latest a3aeeffc33bf 11 days ago 4.8GB [2021-09-24T13:27:06.242Z] mcr.microsoft.com/windows/servercore ltsc2022 a3aeeffc33bf 11 days ago 4.8GB [2021-09-24T13:27:06.242Z] [2021-09-24T13:27:06.242Z] INFO: Running integration tests at 09/24/2021 13:27:05... [2021-09-24T13:27:06.242Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-24T13:27:06.242Z] INFO: Integration API tests being run from the host: [2021-09-24T13:27:06.242Z] INFO: make.ps1 starting at 09/24/2021 13:27:05 [2021-09-24T13:27:06.698Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-24T13:27:07.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:27:07.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:27:09.266Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:27:09.526Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:27:11.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:27:11.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:12.826Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:27:12.826Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:12.989Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:27:12.989Z] INFO: Testing against a local daemon [2021-09-24T13:27:12.989Z] === RUN TestBuildWithSession [2021-09-24T13:27:12.989Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:27:12.989Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:27:12.989Z] === RUN TestBuildSquashParent [2021-09-24T13:27:12.989Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:27:12.989Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:12.989Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:12.989Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:12.989Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:12.989Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:12.989Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:12.989Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:14.210Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:27:14.210Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.76s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.98s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.10s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.18s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.76s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.83s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.78s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2021-09-24T13:27:16.119Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.88s) [2021-09-24T13:27:16.119Z] === RUN TestCgroupNamespacesRun [2021-09-24T13:27:17.501Z] --- PASS: TestCgroupNamespacesRun (1.21s) [2021-09-24T13:27:17.501Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-24T13:27:17.501Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-24T13:27:17.501Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-24T13:27:17.501Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-24T13:27:18.442Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s) [2021-09-24T13:27:18.442Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-24T13:27:19.824Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2021-09-24T13:27:19.824Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-24T13:27:21.210Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2021-09-24T13:27:21.210Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-24T13:27:21.564Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:21.564Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:22.154Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2021-09-24T13:27:22.154Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-24T13:27:22.723Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2021-09-24T13:27:22.723Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-24T13:27:24.110Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2021-09-24T13:27:24.110Z] === RUN TestNISDomainname [2021-09-24T13:27:24.679Z] --- PASS: TestNISDomainname (0.54s) [2021-09-24T13:27:24.679Z] === RUN TestHostnameDnsResolution [2021-09-24T13:27:25.249Z] --- PASS: TestHostnameDnsResolution (0.75s) [2021-09-24T13:27:25.249Z] === RUN TestStats [2021-09-24T13:27:25.579Z] ok github.com/docker/docker/libnetwork/ipam 66.312s coverage: 85.3% of statements [2021-09-24T13:27:25.579Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-24T13:27:25.579Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-24T13:27:25.579Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-09-24T13:27:26.153Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.014s coverage: 47.4% of statements [2021-09-24T13:27:26.153Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.36s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.47s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.56s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (9.57s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.36s) [2021-09-24T13:27:26.252Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.58s) [2021-09-24T13:27:26.252Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:27:26.252Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:27:26.417Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.004s coverage: 71.4% of statements [2021-09-24T13:27:27.362Z] ok github.com/docker/docker/libnetwork/ipamutils 0.490s coverage: 74.0% of statements [2021-09-24T13:27:27.786Z] --- PASS: TestStats (2.62s) [2021-09-24T13:27:27.786Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:27:27.786Z] === RUN TestStopContainerWithTimeout/0 [2021-09-24T13:27:27.786Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-24T13:27:27.786Z] === RUN TestStopContainerWithTimeout/1 [2021-09-24T13:27:27.786Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-24T13:27:27.786Z] === RUN TestStopContainerWithTimeout/3 [2021-09-24T13:27:27.786Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-24T13:27:27.786Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-24T13:27:27.786Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-24T13:27:27.786Z] === CONT TestStopContainerWithTimeout/0 [2021-09-24T13:27:27.786Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-24T13:27:27.831Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:27:27.831Z] INFO: Testing against a local daemon [2021-09-24T13:27:27.831Z] === RUN TestBuildWithSession [2021-09-24T13:27:27.831Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:27:27.831Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:27:27.831Z] === RUN TestBuildSquashParent [2021-09-24T13:27:27.831Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:27:27.831Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:27.831Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:27.831Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:27.831Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:27:27.831Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:27:27.831Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:27:27.831Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:27:28.728Z] === CONT TestStopContainerWithTimeout/3 [2021-09-24T13:27:28.754Z] ok github.com/docker/docker/libnetwork/iptables 0.279s coverage: 45.1% of statements [2021-09-24T13:27:28.754Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2021-09-24T13:27:30.147Z] ok github.com/docker/docker/libnetwork/netutils 0.031s coverage: 44.1% of statements [2021-09-24T13:27:30.576Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 2m23.829645276s [2021-09-24T13:27:30.576Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.510839ms [2021-09-24T13:27:30.693Z] === CONT TestStopContainerWithTimeout/1 [2021-09-24T13:27:32.035Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:27:32.035Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:27:32.084Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-09-24T13:27:32.084Z] --- PASS: TestStopContainerWithTimeout/0 (0.79s) [2021-09-24T13:27:32.084Z] --- PASS: TestStopContainerWithTimeout/-1 (2.75s) [2021-09-24T13:27:32.084Z] --- PASS: TestStopContainerWithTimeout/3 (2.52s) [2021-09-24T13:27:32.084Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2021-09-24T13:27:32.084Z] === RUN TestDeleteDevicemapper [2021-09-24T13:27:32.084Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:27:32.084Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-24T13:27:32.084Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:27:33.001Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:27:33.967Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:27:34.626Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.60s) [2021-09-24T13:27:34.627Z] === RUN TestUpdateMemory [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy (8.58s) [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (5.51s) [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.69s) [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.86s) [2021-09-24T13:27:34.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.95s) [2021-09-24T13:27:34.933Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:27:35.566Z] --- PASS: TestUpdateMemory (0.60s) [2021-09-24T13:27:35.566Z] === RUN TestUpdateCPUQuota [2021-09-24T13:27:36.466Z] --- PASS: TestBuildMultiStageParentConfig (1.81s) [2021-09-24T13:27:36.466Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:27:36.466Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:27:36.466Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-24T13:27:36.466Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:27:36.506Z] --- PASS: TestUpdateCPUQuota (1.00s) [2021-09-24T13:27:36.506Z] === RUN TestUpdatePidsLimit [2021-09-24T13:27:36.506Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-24T13:27:36.506Z] === RUN TestUpdatePidsLimit/no_change [2021-09-24T13:27:36.766Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-24T13:27:37.025Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-24T13:27:37.285Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-24T13:27:37.431Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-09-24T13:27:37.431Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:27:37.546Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-24T13:27:37.806Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit (2.38s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.27s) [2021-09-24T13:27:38.746Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2021-09-24T13:27:38.746Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:27:42.646Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:27:42.646Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:27:42.779Z] INFO [runner/unused/goanalysis] analyzers took 27.40830542s with top 10 stages: buildssa: 23.592806175s, U1000: 3.815499245s [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.99s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.03s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.15s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.25s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.61s) [2021-09-24T13:27:47.337Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.69s) [2021-09-24T13:27:47.337Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:27:47.337Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:27:47.739Z] --- PASS: TestBuildMultiStageOnBuild (8.96s) [2021-09-24T13:27:47.739Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:27:47.739Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:27:47.739Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:27:47.739Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:27:50.962Z] --- PASS: TestUpdateRestartPolicy (11.22s) [2021-09-24T13:27:50.962Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:27:50.962Z] --- PASS: TestUpdateRestartWithAutoRemove (0.47s) [2021-09-24T13:27:50.962Z] === RUN TestWaitNonBlocked [2021-09-24T13:27:50.962Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:27:50.962Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:27:50.962Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:27:50.962Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:27:50.962Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:27:50.962Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:27:51.222Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-24T13:27:51.222Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2021-09-24T13:27:51.222Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2021-09-24T13:27:51.222Z] === RUN TestWaitBlocked [2021-09-24T13:27:51.222Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:27:51.222Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:27:51.222Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:27:51.222Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:27:51.222Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:27:51.222Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:27:52.160Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-24T13:27:52.160Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.84s) [2021-09-24T13:27:52.160Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s) [2021-09-24T13:27:52.160Z] === CONT TestContainerStartOnDaemonRestart [2021-09-24T13:27:52.160Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-24T13:27:54.396Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:27:54.396Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:27:54.701Z] --- PASS: TestContainerStartOnDaemonRestart (2.41s) [2021-09-24T13:27:54.701Z] === CONT TestIpcModeOlderClient [2021-09-24T13:27:54.701Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.43s) [2021-09-24T13:27:54.701Z] === CONT TestContainerKillOnDaemonStart [2021-09-24T13:27:54.701Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-09-24T13:27:54.701Z] === CONT TestDaemonHostGatewayIP [2021-09-24T13:27:54.803Z] --- PASS: TestBuildMultiStageLayerLeak (8.19s) [2021-09-24T13:27:54.803Z] === RUN TestBuildWithHugeFile [2021-09-24T13:27:54.854Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:27:55.820Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy (9.60s) [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.28s) [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.74s) [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.90s) [2021-09-24T13:27:56.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.04s) [2021-09-24T13:27:56.785Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:27:57.241Z] --- PASS: TestDaemonHostGatewayIP (2.62s) [2021-09-24T13:27:57.241Z] === CONT TestDaemonRestartIpcMode [2021-09-24T13:27:58.957Z] --- PASS: TestBuildMultiStageParentConfig (1.93s) [2021-09-24T13:27:58.957Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:27:58.957Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:27:58.957Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-24T13:27:58.957Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:27:59.781Z] --- PASS: TestDaemonRestartIpcMode (2.58s) [2021-09-24T13:27:59.921Z] --- PASS: TestBuildWithEmptyLayers (1.06s) [2021-09-24T13:27:59.921Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:28:06.352Z] --- PASS: TestContainerKillOnDaemonStart (11.67s) [2021-09-24T13:28:06.352Z] PASS [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] === Skipped [2021-09-24T13:28:06.352Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-24T13:28:06.352Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:28:06.352Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:28:06.352Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-24T13:28:06.352Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-24T13:28:06.352Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:28:06.352Z] [2021-09-24T13:28:06.352Z] DONE 195 tests, 5 skipped in 109.873s [2021-09-24T13:28:06.352Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-24T13:28:06.352Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:28:06.612Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:28:06.612Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-24T13:28:06.612Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-24T13:28:06.612Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-24T13:28:06.612Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-24T13:28:06.612Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-24T13:28:06.612Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-24T13:28:06.612Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:28:06.612Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-24T13:28:06.873Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-24T13:28:06.873Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-24T13:28:06.873Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-09-24T13:28:06.873Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-09-24T13:28:06.873Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:28:06.873Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-24T13:28:07.812Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-24T13:28:09.193Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-24T13:28:10.132Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-24T13:28:10.132Z] daemon_test.go:148: [d152ef7a912e0] daemon is not started [2021-09-24T13:28:10.132Z] --- PASS: TestConfigDaemonSeccompProfiles (3.15s) [2021-09-24T13:28:10.132Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2021-09-24T13:28:10.132Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-09-24T13:28:10.132Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2021-09-24T13:28:10.132Z] PASS [2021-09-24T13:28:10.132Z] [2021-09-24T13:28:10.132Z] DONE 11 tests in 3.899s [2021-09-24T13:28:10.132Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-24T13:28:10.132Z] INFO: Testing against a local daemon [2021-09-24T13:28:10.132Z] === RUN TestCommitInheritsEnv [2021-09-24T13:28:10.228Z] --- PASS: TestBuildMultiStageOnBuild (9.90s) [2021-09-24T13:28:10.229Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:28:10.229Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:28:10.229Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:28:10.229Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:28:10.392Z] --- PASS: TestCommitInheritsEnv (0.28s) [2021-09-24T13:28:10.392Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:28:10.392Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-24T13:28:10.392Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:28:10.392Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-09-24T13:28:10.392Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:28:10.392Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-24T13:28:10.392Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:28:10.652Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2021-09-24T13:28:10.652Z] === RUN TestRemoveImageGarbageCollector [2021-09-24T13:28:12.561Z] --- PASS: TestRemoveImageGarbageCollector (1.63s) [2021-09-24T13:28:12.561Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:28:12.561Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-24T13:28:12.561Z] === RUN TestTagInvalidReference [2021-09-24T13:28:12.561Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-24T13:28:12.561Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:28:12.561Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-24T13:28:12.561Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:28:12.561Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-24T13:28:12.561Z] === RUN TestTagOfficialNames [2021-09-24T13:28:12.561Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-24T13:28:12.561Z] === RUN TestTagMatchesDigest [2021-09-24T13:28:12.561Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-24T13:28:12.561Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-24T13:28:20.542Z] --- PASS: TestBuildMultiStageLayerLeak (9.14s) [2021-09-24T13:28:20.542Z] === RUN TestBuildWithHugeFile [2021-09-24T13:28:45.355Z] 4612f6d0b889: Pull complete [2021-09-24T13:29:04.214Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.553781236s with top 10 stages: buildssa: 1m33.866288477s, goimports: 21.920509347s, unconvert: 13.34571287s, gosec: 11.028540506s, golint: 6.282426409s, misspell: 5.271799558s, ineffassign: 5.084541199s, inspect: 3.853636878s, vrp: 3.14974501s, printf: 2.06328428s [2021-09-24T13:29:04.214Z] INFO [runner] Issues before processing: 2760, after processing: 0 [2021-09-24T13:29:04.214Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1791/1791, exclude: 1791/1791, skip_files: 2179/2179, autogenerated_exclude: 1791/2179, cgo: 2179/2760, filename_unadjuster: 2179/2179, path_prettifier: 2179/2179, skip_dirs: 2179/2179, exclude-rules: 78/1791, nolint: 0/78 [2021-09-24T13:29:04.214Z] INFO [runner] processing took 69.161024ms with stages: nolint: 26.031231ms, identifier_marker: 25.035922ms, path_prettifier: 8.671266ms, autogenerated_exclude: 4.371885ms, exclude-rules: 2.933605ms, skip_dirs: 1.744303ms, cgo: 262.342µs, filename_unadjuster: 105.396µs, max_same_issues: 1.206µs, skip_files: 1.099µs, diff: 719ns, uniq_by_line: 546ns, max_from_linter: 424ns, exclude: 348ns, source_code: 282ns, max_per_file_from_linter: 276ns, path_shortener: 174ns [2021-09-24T13:29:04.214Z] INFO [runner] linters took 1m45.339132422s with stages: goanalysis_metalinter: 1m22.347011937s, unused: 22.922842622s [2021-09-24T13:29:04.214Z] INFO File cache stats: 1686 entries of total size 8.5MiB [2021-09-24T13:29:04.214Z] INFO Memory: 2498 samples, avg is 1873.5MB, max is 5121.0MB [2021-09-24T13:29:04.214Z] INFO Execution took 4m9.679367009s [2021-09-24T13:29:04.781Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-09-24T13:29:05.724Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh dynbinary test-docker-py [2021-09-24T13:29:06.292Z] [2021-09-24T13:29:06.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-24T13:29:06.550Z] Removing bundles/ [2021-09-24T13:29:06.550Z] [2021-09-24T13:29:06.550Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-24T13:29:06.550Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:29:06.550Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:29:08.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-24T13:29:20.827Z] --- PASS: TestBuildWithHugeFile (84.36s) [2021-09-24T13:29:20.827Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:29:21.679Z] time="2021-09-24T13:29:17Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2021-09-24T13:29:21.679Z] ok github.com/docker/docker/libnetwork/networkdb 104.816s coverage: 60.0% of statements [2021-09-24T13:29:21.679Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-24T13:29:21.679Z] ok github.com/docker/docker/libnetwork/options 0.004s coverage: 100.0% of statements [2021-09-24T13:29:23.069Z] ok github.com/docker/docker/libnetwork/osl 4.391s coverage: 39.7% of statements [2021-09-24T13:29:23.331Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-09-24T13:29:23.594Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-09-24T13:29:27.898Z] ok github.com/docker/docker/libnetwork/portmapper 2.708s coverage: 48.6% of statements [2021-09-24T13:29:28.160Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.6% of statements [2021-09-24T13:29:28.160Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-24T13:29:28.735Z] ok github.com/docker/docker/libnetwork/types 0.004s coverage: 37.3% of statements [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === Skipped [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:29:28.735Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:29:28.735Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:29:28.735Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:29:28.735Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:29:28.735Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-24T13:29:28.735Z] firewalld_test.go:14: firewalld is not running [2021-09-24T13:29:28.735Z] [2021-09-24T13:29:28.735Z] DONE 331 tests, 6 skipped in 291.897s Post stage [Pipeline] junit [2021-09-24T13:29:30.141Z] Recording test results [2021-09-24T13:29:31.855Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-24T13:29:32.224Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh dynbinary test-integration [2021-09-24T13:29:33.170Z] [2021-09-24T13:29:33.170Z] Removing bundles/ [2021-09-24T13:29:33.170Z] [2021-09-24T13:29:33.170Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-24T13:29:33.170Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:29:33.170Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:29:46.596Z] --- PASS: TestBuildWithHugeFile (82.15s) [2021-09-24T13:29:46.596Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:29:49.040Z] --- PASS: TestImportExtremelyLargeImageWorks (91.61s) [2021-09-24T13:29:49.040Z] PASS [2021-09-24T13:29:49.040Z] [2021-09-24T13:29:49.040Z] DONE 12 tests in 94.042s [2021-09-24T13:29:49.040Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-24T13:29:49.040Z] INFO: Testing against a local daemon [2021-09-24T13:29:49.040Z] === RUN TestNetworkCreateDelete [2021-09-24T13:29:49.040Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-09-24T13:29:49.040Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:29:49.040Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-09-24T13:29:49.040Z] === RUN TestDaemonDNSFallback [2021-09-24T13:29:50.948Z] --- PASS: TestDaemonDNSFallback (6.43s) [2021-09-24T13:29:50.949Z] === RUN TestInspectNetwork [2021-09-24T13:29:54.247Z] === RUN TestInspectNetwork/full_network_id [2021-09-24T13:29:54.247Z] === RUN TestInspectNetwork/partial_network_id [2021-09-24T13:29:54.247Z] === RUN TestInspectNetwork/network_name [2021-09-24T13:29:54.247Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-24T13:29:58.444Z] --- PASS: TestInspectNetwork (7.26s) [2021-09-24T13:29:58.444Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-24T13:29:58.444Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-24T13:29:58.444Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-24T13:29:58.444Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-24T13:29:58.444Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:30:00.357Z] --- PASS: TestRunContainerWithBridgeNone (1.68s) [2021-09-24T13:30:00.357Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:30:00.357Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:30:00.357Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:30:00.357Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:30:00.357Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:30:00.357Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:30:00.357Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:30:00.357Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:30:00.357Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:30:00.357Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:30:00.357Z] === RUN TestNetworkList [2021-09-24T13:30:00.357Z] === RUN TestNetworkList//networks [2021-09-24T13:30:00.357Z] === PAUSE TestNetworkList//networks [2021-09-24T13:30:00.357Z] === RUN TestNetworkList//networks/ [2021-09-24T13:30:00.357Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:30:00.357Z] === CONT TestNetworkList//networks [2021-09-24T13:30:00.357Z] === CONT TestNetworkList//networks/ [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkList (0.02s) [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:30:00.357Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:30:00.357Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:30:00.617Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-09-24T13:30:00.617Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:30:01.558Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-09-24T13:30:01.558Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:30:02.497Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-09-24T13:30:02.497Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:30:03.438Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-09-24T13:30:03.438Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:30:04.819Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-09-24T13:30:04.819Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:30:05.387Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-09-24T13:30:05.388Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:30:07.954Z] --- PASS: TestServiceWithPredefinedNetwork (2.31s) [2021-09-24T13:30:07.955Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:30:07.955Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:30:07.955Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:30:07.955Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:30:22.945Z] --- PASS: TestServiceWithDataPathPortInit (14.06s) [2021-09-24T13:30:22.945Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:30:24.326Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dxs9dmkykn9bh2hyz686o53wr Created:2021-09-24 13:30:22.922186476 +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[fac78cec421eac73cc83c6476451286bc50b9238a974df9f542f510e8ebda33b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a31qv0qyn7jh11yythwqq7zmx EndpointID:9357f65bbdb7ca8149dae889a61448a0ae7ce7d0223954bd88725fecfc94dce0 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:01ce988e4a7967c88eac773e6c55912d4c19d5c5d852e55485753a6d1fad3821 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:b2c76526b206 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a31qv0qyn7jh11yythwqq7zmx EndpointID:9357f65bbdb7ca8149dae889a61448a0ae7ce7d0223954bd88725fecfc94dce0 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-24T13:30:26.554Z] a0ddf88812f1: Pull complete [2021-09-24T13:30:26.554Z] Digest: sha256:2b33eda096538c803fbf0c03dc7ea42c3c1b713e30aae03116d989867eda2bf8 [2021-09-24T13:30:26.554Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:30:26.554Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-09-24T13:30:26.554Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-09-24T13:30:26.554Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2183' [2021-09-24T13:30:26.554Z] WARN: Skipping validation tests [2021-09-24T13:30:26.554Z] INFO: Running unit tests at 09/24/2021 13:30:19... [2021-09-24T13:30:26.554Z] INFO: make.ps1 starting at 09/24/2021 13:30:24 [2021-09-24T13:30:26.554Z] INFO: Git commit (09de87ebbe) assumed from DOCKER_GITCOMMIT environment variable [2021-09-24T13:30:26.554Z] INFO: Invoking autogen... [2021-09-24T13:30:26.554Z] INFO: Running unit tests... [2021-09-24T13:30:29.604Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.12s) [2021-09-24T13:30:29.604Z] PASS [2021-09-24T13:30:29.604Z] [2021-09-24T13:30:29.604Z] === Skipped [2021-09-24T13:30:29.604Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:30:29.604Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:30:29.604Z] [2021-09-24T13:30:29.604Z] DONE 26 tests, 1 skipped in 44.684s [2021-09-24T13:30:29.604Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:30:29.604Z] INFO: Testing against a local daemon [2021-09-24T13:30:29.604Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-24T13:30:29.604Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:30:29.604Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:30:29.604Z] === RUN TestDockerNetworkIpvlan [2021-09-24T13:30:29.604Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:30:29.604Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:30:29.604Z] PASS [2021-09-24T13:30:29.604Z] [2021-09-24T13:30:29.604Z] === Skipped [2021-09-24T13:30:29.604Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:30:29.604Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:30:29.604Z] [2021-09-24T13:30:29.604Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:30:29.604Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:30:29.604Z] [2021-09-24T13:30:29.604Z] DONE 2 tests, 2 skipped in 0.022s [2021-09-24T13:30:29.604Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:30:29.604Z] INFO: Testing against a local daemon [2021-09-24T13:30:29.604Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-24T13:30:30.174Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s) [2021-09-24T13:30:30.174Z] === RUN TestDockerNetworkMacvlan [2021-09-24T13:30:30.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-24T13:30:30.743Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-24T13:30:31.234Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-09-24T13:30:31.690Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-24T13:30:32.259Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-24T13:30:34.171Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-24T13:30:36.082Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-24T13:30:40.284Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan (10.21s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.95s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.87s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.22s) [2021-09-24T13:30:40.284Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2021-09-24T13:30:40.284Z] PASS [2021-09-24T13:30:40.284Z] [2021-09-24T13:30:40.284Z] DONE 8 tests in 11.555s [2021-09-24T13:30:40.284Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-24T13:30:40.284Z] testing: warning: no tests to run [2021-09-24T13:30:40.284Z] PASS [2021-09-24T13:30:40.284Z] [2021-09-24T13:30:40.284Z] DONE 0 tests in 0.006s [2021-09-24T13:30:40.284Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-24T13:30:40.543Z] INFO: Testing against a local daemon [2021-09-24T13:30:40.544Z] === RUN TestAuthZPluginAllowRequest [2021-09-24T13:30:41.484Z] --- PASS: TestAuthZPluginAllowRequest (1.16s) [2021-09-24T13:30:41.484Z] === RUN TestAuthZPluginTLS [2021-09-24T13:30:41.557Z] ? github.com/docker/docker/api [no test files] [2021-09-24T13:30:42.053Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-09-24T13:30:42.053Z] === RUN TestAuthZPluginDenyRequest [2021-09-24T13:30:42.623Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-09-24T13:30:42.623Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-24T13:30:43.035Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:30:43.035Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:30:43.035Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:30:43.035Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:30:43.035Z] [2021-09-24T13:30:43.035Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-09-24T13:30:43.035Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-09-24T13:30:43.035Z] Using test binary docker [2021-09-24T13:30:43.035Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-24T13:30:43.035Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:30:43.035Z] INFO: Waiting for daemon to start... [2021-09-24T13:30:43.035Z] Starting dockerd [2021-09-24T13:30:43.192Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-09-24T13:30:43.192Z] === RUN TestAuthZPluginDenyResponse [2021-09-24T13:30:43.299Z] . [2021-09-24T13:30:43.299Z] INFO: Building docker-sdk-python3:5.0.0... [2021-09-24T13:30:43.762Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-09-24T13:30:43.762Z] === RUN TestAuthZPluginAllowEventStream [2021-09-24T13:30:45.143Z] --- PASS: TestAuthZPluginAllowEventStream (1.31s) [2021-09-24T13:30:45.143Z] === RUN TestAuthZPluginErrorResponse [2021-09-24T13:30:45.714Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-09-24T13:30:45.714Z] === RUN TestAuthZPluginErrorRequest [2021-09-24T13:30:45.975Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-09-24T13:30:45.975Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-24T13:30:46.544Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-09-24T13:30:46.544Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-24T13:30:47.927Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.38s) [2021-09-24T13:30:47.927Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-24T13:30:49.834Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2021-09-24T13:30:49.834Z] === RUN TestAuthZPluginHeader [2021-09-24T13:30:50.094Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-09-24T13:30:50.094Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-24T13:30:53.911Z] === RUN TestMiddlewares [2021-09-24T13:30:53.911Z] --- PASS: TestMiddlewares (0.00s) [2021-09-24T13:30:53.911Z] PASS [2021-09-24T13:30:53.911Z] coverage: 9.0% of statements [2021-09-24T13:30:53.911Z] ok github.com/docker/docker/api/server 0.044s coverage: 9.0% of statements [2021-09-24T13:30:54.292Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.40s) [2021-09-24T13:30:54.292Z] === RUN TestAuthZPluginV2Disable [2021-09-24T13:30:54.705Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-24T13:30:54.967Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:30:54.967Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:30:55.541Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-24T13:30:55.541Z] [2021-09-24T13:30:55.541Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-24T13:30:56.119Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-24T13:30:56.119Z] HOSTNAME=bf58c8273094 [2021-09-24T13:30:56.119Z] TESTDEBUG=0 [2021-09-24T13:30:56.119Z] DEST=bundles/test-integration [2021-09-24T13:30:56.119Z] PWD=/go/src/github.com/docker/docker [2021-09-24T13:30:56.119Z] DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 [2021-09-24T13:30:56.119Z] container=docker [2021-09-24T13:30:56.119Z] HOME=/root [2021-09-24T13:30:56.119Z] GOLANG_VERSION=1.17.1 [2021-09-24T13:30:56.120Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-24T13:30:56.120Z] VALIDATE_BRANCH=master [2021-09-24T13:30:56.120Z] TERM=xterm [2021-09-24T13:30:56.120Z] DOCKER_PKG=github.com/docker/docker [2021-09-24T13:30:56.120Z] SHLVL=1 [2021-09-24T13:30:56.120Z] TIMEOUT=120m [2021-09-24T13:30:56.120Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-24T13:30:56.120Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-24T13:30:56.120Z] GO111MODULE=off [2021-09-24T13:30:56.120Z] DOCKER_EXPERIMENTAL=1 [2021-09-24T13:30:56.120Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-24T13:30:56.120Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-24T13:30:56.120Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-24T13:30:56.120Z] GOPATH=/go [2021-09-24T13:30:56.120Z] PKG_CONFIG=pkg-config [2021-09-24T13:30:56.120Z] _=/usr/bin/env [2021-09-24T13:30:56.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-24T13:30:56.830Z] --- PASS: TestAuthZPluginV2Disable (2.85s) [2021-09-24T13:30:56.830Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-24T13:30:56.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-24T13:30:59.368Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.66s) [2021-09-24T13:30:59.368Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-24T13:31:09.354Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.20s) [2021-09-24T13:31:09.354Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-24T13:31:23.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-24T13:31:23.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-24T13:31:27.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-24T13:31:27.451Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-09-24T13:31:27.452Z] PASS [2021-09-24T13:31:27.452Z] [2021-09-24T13:31:27.452Z] DONE 17 tests in 45.459s [2021-09-24T13:31:27.452Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-24T13:31:27.452Z] INFO: Testing against a local daemon [2021-09-24T13:31:27.452Z] === RUN TestPluginInvalidJSON [2021-09-24T13:31:27.452Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:31:27.452Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:31:27.452Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:31:27.452Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-09-24T13:31:27.452Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:31:27.452Z] === RUN TestPluginInstall [2021-09-24T13:31:27.452Z] === RUN TestPluginInstall/no_auth [2021-09-24T13:31:27.711Z] time="2021-09-24T13:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:27.711Z] time="2021-09-24T13:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68222bc453ae4c14797e6d56066b5d9519e84c18761628bbed0e7fc4a44c2770" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:27.711Z] time="2021-09-24T13:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:27.711Z] time="2021-09-24T13:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68222bc453ae4c14797e6d56066b5d9519e84c18761628bbed0e7fc4a44c2770" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:27.711Z] === RUN TestPluginInstall/with_htpasswd [2021-09-24T13:31:28.282Z] time="2021-09-24T13:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:28.282Z] time="2021-09-24T13:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68222bc453ae4c14797e6d56066b5d9519e84c18761628bbed0e7fc4a44c2770" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:28.282Z] time="2021-09-24T13:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:28.282Z] time="2021-09-24T13:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68222bc453ae4c14797e6d56066b5d9519e84c18761628bbed0e7fc4a44c2770" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:28.542Z] === RUN TestPluginInstall/with_insecure [2021-09-24T13:31:28.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-24T13:31:29.482Z] time="2021-09-24T13:31:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:29.482Z] time="2021-09-24T13:31:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f47f2df89b47567d1a326731b7fc1a7c551fbc0dadc8f6b02ca182e4a7e51f1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:29.482Z] time="2021-09-24T13:31:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:31:29.482Z] time="2021-09-24T13:31:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f47f2df89b47567d1a326731b7fc1a7c551fbc0dadc8f6b02ca182e4a7e51f1a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:31:29.482Z] plugin_test.go:165: [dbd60218c42b4] daemon is not started [2021-09-24T13:31:29.482Z] --- PASS: TestPluginInstall (3.58s) [2021-09-24T13:31:29.482Z] --- PASS: TestPluginInstall/no_auth (1.91s) [2021-09-24T13:31:29.482Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2021-09-24T13:31:29.482Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2021-09-24T13:31:29.482Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:31:29.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-24T13:31:29.979Z] sha256:34ef2039c37eb7397ca7c7128620ee0194dd3f34c028dd57c955b1cf1bc301ca [2021-09-24T13:31:29.979Z] INFO: Starting docker-py tests... [2021-09-24T13:31:29.979Z] ============================= test session starts ============================== [2021-09-24T13:31:29.979Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.10.0, pluggy-1.0.0 [2021-09-24T13:31:29.979Z] rootdir: /src, inifile: pytest.ini [2021-09-24T13:31:29.979Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-09-24T13:31:29.979Z] collected 390 items / 1 deselected / 389 selected [2021-09-24T13:31:29.979Z] [2021-09-24T13:31:31.391Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-24T13:31:31.960Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-24T13:31:32.899Z] --- PASS: TestPluginsWithRuntimes (3.46s) [2021-09-24T13:31:32.899Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2021-09-24T13:31:32.899Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-09-24T13:31:32.899Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:31:33.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-24T13:31:33.469Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2021-09-24T13:31:33.469Z] PASS [2021-09-24T13:31:33.469Z] [2021-09-24T13:31:33.469Z] DONE 10 tests in 7.650s [2021-09-24T13:31:33.469Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-24T13:31:33.469Z] INFO: Testing against a local daemon [2021-09-24T13:31:33.469Z] === RUN TestExternalGraphDriver [2021-09-24T13:31:33.469Z] === RUN TestExternalGraphDriver/json [2021-09-24T13:31:34.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-24T13:31:34.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-24T13:31:35.378Z] === RUN TestExternalGraphDriver/spec [2021-09-24T13:31:37.286Z] === RUN TestExternalGraphDriver/pull [2021-09-24T13:31:38.667Z] --- PASS: TestExternalGraphDriver (5.22s) [2021-09-24T13:31:38.667Z] --- PASS: TestExternalGraphDriver/json (1.68s) [2021-09-24T13:31:38.667Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2021-09-24T13:31:38.667Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2021-09-24T13:31:38.667Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:31:40.490Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-09-24T13:31:41.314Z] tests/integration/api_client_test.py ..... [ 7%] [2021-09-24T13:31:41.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-24T13:31:42.926Z] --- PASS: TestGraphdriverPluginV2 (3.43s) [2021-09-24T13:31:42.926Z] PASS [2021-09-24T13:31:42.926Z] [2021-09-24T13:31:42.926Z] DONE 5 tests in 8.673s [2021-09-24T13:31:42.926Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-24T13:31:42.927Z] INFO: Testing against a local daemon [2021-09-24T13:31:42.927Z] === RUN TestContinueAfterPluginCrash [2021-09-24T13:31:42.927Z] === PAUSE TestContinueAfterPluginCrash [2021-09-24T13:31:42.927Z] === RUN TestReadPluginNoRead [2021-09-24T13:31:42.927Z] === PAUSE TestReadPluginNoRead [2021-09-24T13:31:42.927Z] === RUN TestDaemonStartWithLogOpt [2021-09-24T13:31:42.927Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-24T13:31:42.927Z] === CONT TestContinueAfterPluginCrash [2021-09-24T13:31:42.927Z] === CONT TestDaemonStartWithLogOpt [2021-09-24T13:31:43.074Z] tests/integration/api_config_test.py ..... [ 8%] [2021-09-24T13:31:43.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-24T13:31:44.555Z] === RUN TestBoolValue [2021-09-24T13:31:44.555Z] --- PASS: TestBoolValue (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestBoolValueOrDefault [2021-09-24T13:31:44.555Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestInt64ValueOrZero [2021-09-24T13:31:44.555Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestInt64ValueOrDefault [2021-09-24T13:31:44.555Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-24T13:31:44.555Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestJsonContentType [2021-09-24T13:31:44.555Z] --- PASS: TestJsonContentType (0.00s) [2021-09-24T13:31:44.555Z] PASS [2021-09-24T13:31:44.555Z] coverage: 14.7% of statements [2021-09-24T13:31:44.555Z] ok github.com/docker/docker/api/server/httputils 0.059s coverage: 14.7% of statements [2021-09-24T13:31:44.555Z] === RUN TestMaskSecretKeys [2021-09-24T13:31:44.555Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-24T13:31:44.555Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-24T13:31:44.555Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-24T13:31:44.555Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-24T13:31:44.555Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-24T13:31:44.555Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-24T13:31:44.555Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestVersionMiddlewareVersion [2021-09-24T13:31:44.555Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-24T13:31:44.555Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-24T13:31:44.555Z] PASS [2021-09-24T13:31:44.555Z] coverage: 37.7% of statements [2021-09-24T13:31:44.555Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-24T13:31:44.555Z] === RUN TestToJSON [2021-09-24T13:31:44.555Z] --- PASS: TestToJSON (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestToParamWithVersion [2021-09-24T13:31:44.555Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestFromJSON [2021-09-24T13:31:44.555Z] --- PASS: TestFromJSON (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestEmpty [2021-09-24T13:31:44.555Z] --- PASS: TestEmpty (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestArgsMatchKVListEmptySources [2021-09-24T13:31:44.555Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestArgsMatchKVList [2021-09-24T13:31:44.555Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestArgsMatch [2021-09-24T13:31:44.555Z] --- PASS: TestArgsMatch (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestAdd [2021-09-24T13:31:44.555Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestDel [2021-09-24T13:31:44.555Z] --- PASS: TestDel (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestLen [2021-09-24T13:31:44.555Z] --- PASS: TestLen (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestExactMatch [2021-09-24T13:31:44.555Z] --- PASS: TestExactMatch (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestOnlyOneExactMatch [2021-09-24T13:31:44.555Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestContains [2021-09-24T13:31:44.555Z] --- PASS: TestContains (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestValidate [2021-09-24T13:31:44.555Z] --- PASS: TestValidate (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestWalkValues [2021-09-24T13:31:44.555Z] --- PASS: TestWalkValues (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestFuzzyMatch [2021-09-24T13:31:44.555Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-24T13:31:44.555Z] === RUN TestClone [2021-09-24T13:31:44.555Z] --- PASS: TestClone (0.00s) [2021-09-24T13:31:44.555Z] PASS [2021-09-24T13:31:44.555Z] coverage: 92.2% of statements [2021-09-24T13:31:44.555Z] ok github.com/docker/docker/api/types/filters 0.038s coverage: 92.2% of statements [2021-09-24T13:31:44.555Z] === RUN TestAdjustForAPIVersion [2021-09-24T13:31:44.555Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-24T13:31:44.555Z] PASS [2021-09-24T13:31:44.555Z] coverage: 5.7% of statements [2021-09-24T13:31:44.555Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 5.7% of statements [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/types [no test files] [2021-09-24T13:31:44.555Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-24T13:31:44.556Z] === RUN TestStrSliceMarshalJSON [2021-09-24T13:31:44.556Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-24T13:31:44.556Z] === RUN TestStrSliceUnmarshalJSON [2021-09-24T13:31:44.556Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-24T13:31:44.556Z] === RUN TestStrSliceUnmarshalString [2021-09-24T13:31:44.556Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-24T13:31:44.556Z] === RUN TestStrSliceUnmarshalSlice [2021-09-24T13:31:44.556Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-24T13:31:44.556Z] PASS [2021-09-24T13:31:44.556Z] coverage: 90.0% of statements [2021-09-24T13:31:44.556Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-24T13:31:44.556Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-24T13:31:44.556Z] === RUN TestDurationToSecondsString [2021-09-24T13:31:44.556Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-24T13:31:44.556Z] === RUN TestGetTimestamp [2021-09-24T13:31:44.556Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-24T13:31:44.556Z] === RUN TestParseTimestamps [2021-09-24T13:31:44.556Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-24T13:31:44.556Z] PASS [2021-09-24T13:31:44.556Z] coverage: 100.0% of statements [2021-09-24T13:31:44.556Z] ok github.com/docker/docker/api/types/time 0.160s coverage: 100.0% of statements [2021-09-24T13:31:45.013Z] === RUN TestCompareVersion [2021-09-24T13:31:45.013Z] --- PASS: TestCompareVersion (0.00s) [2021-09-24T13:31:45.013Z] PASS [2021-09-24T13:31:45.013Z] coverage: 77.3% of statements [2021-09-24T13:31:45.013Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-24T13:31:45.013Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-24T13:31:45.975Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-24T13:31:45.975Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-24T13:31:45.975Z] === RUN TestCloneArgsSmartHttp [2021-09-24T13:31:45.975Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2021-09-24T13:31:45.975Z] === RUN TestCloneArgsDumbHttp [2021-09-24T13:31:45.975Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-24T13:31:45.975Z] === RUN TestCloneArgsGit [2021-09-24T13:31:45.975Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-24T13:31:45.975Z] === RUN TestCheckoutGit [2021-09-24T13:31:46.223Z] --- PASS: TestDaemonStartWithLogOpt (3.38s) [2021-09-24T13:31:46.224Z] === CONT TestReadPluginNoRead [2021-09-24T13:31:46.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-24T13:31:47.503Z] === RUN TestEnable [2021-09-24T13:31:47.503Z] --- PASS: TestEnable (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestDisable [2021-09-24T13:31:47.503Z] --- PASS: TestDisable (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestEnabled [2021-09-24T13:31:47.503Z] --- PASS: TestEnabled (0.00s) [2021-09-24T13:31:47.503Z] PASS [2021-09-24T13:31:47.503Z] coverage: 100.0% of statements [2021-09-24T13:31:47.503Z] ok github.com/docker/docker/cli/debug 0.033s coverage: 100.0% of statements [2021-09-24T13:31:47.503Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-24T13:31:47.503Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-09-24T13:31:47.503Z] === RUN TestProcessNoDockerignore [2021-09-24T13:31:47.503Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-24T13:31:47.503Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestDetectContentType [2021-09-24T13:31:47.503Z] --- PASS: TestDetectContentType (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestSelectAcceptableMIME [2021-09-24T13:31:47.503Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestInspectEmptyResponse [2021-09-24T13:31:47.503Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestInspectResponseBinary [2021-09-24T13:31:47.503Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestResponseUnsupportedContentType [2021-09-24T13:31:47.503Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestInspectResponseTextSimple [2021-09-24T13:31:47.503Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestInspectResponseEmptyContentType [2021-09-24T13:31:47.503Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestUnknownContentLength [2021-09-24T13:31:47.503Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestDownloadRemote [2021-09-24T13:31:47.503Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-24T13:31:47.503Z] === RUN TestGetWithStatusError [2021-09-24T13:31:47.503Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestCloseRootDirectory [2021-09-24T13:31:47.503Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:31:47.503Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestHashFile [2021-09-24T13:31:47.503Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:31:47.503Z] --- SKIP: TestHashFile (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestHashSubdir [2021-09-24T13:31:47.503Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:31:47.503Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-24T13:31:47.503Z] === RUN TestRemoveDirectory [2021-09-24T13:31:47.503Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:31:47.503Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-24T13:31:47.503Z] PASS [2021-09-24T13:31:47.503Z] coverage: 9.3% of statements [2021-09-24T13:31:47.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-24T13:31:47.960Z] ok github.com/docker/docker/builder/remotecontext 0.274s coverage: 9.3% of statements [2021-09-24T13:31:47.960Z] === RUN TestGetAllAllowed [2021-09-24T13:31:47.960Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestGetAllMeta [2021-09-24T13:31:47.960Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-24T13:31:47.960Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestIsUnreferencedBuiltin [2021-09-24T13:31:47.960Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestIsExistingDirectory [2021-09-24T13:31:47.960Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-09-24T13:31:47.960Z] === RUN TestGetFilenameForDownload [2021-09-24T13:31:47.960Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestEnv2Variables [2021-09-24T13:31:47.960Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-24T13:31:47.960Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestMaintainer [2021-09-24T13:31:47.960Z] --- PASS: TestMaintainer (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestLabel [2021-09-24T13:31:47.960Z] --- PASS: TestLabel (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestFromScratch [2021-09-24T13:31:47.960Z] --- PASS: TestFromScratch (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestFromWithArg [2021-09-24T13:31:47.960Z] --- PASS: TestFromWithArg (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-24T13:31:47.960Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestFromWithUndefinedArg [2021-09-24T13:31:47.960Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestFromMultiStageWithNamedStage [2021-09-24T13:31:47.960Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestOnbuild [2021-09-24T13:31:47.960Z] --- PASS: TestOnbuild (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestWorkdir [2021-09-24T13:31:47.960Z] --- PASS: TestWorkdir (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestCmd [2021-09-24T13:31:47.960Z] --- PASS: TestCmd (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestHealthcheckNone [2021-09-24T13:31:47.960Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestHealthcheckCmd [2021-09-24T13:31:47.960Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestEntrypoint [2021-09-24T13:31:47.960Z] --- PASS: TestEntrypoint (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestExpose [2021-09-24T13:31:47.960Z] --- PASS: TestExpose (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestUser [2021-09-24T13:31:47.960Z] --- PASS: TestUser (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestVolume [2021-09-24T13:31:47.960Z] --- PASS: TestVolume (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestStopSignal [2021-09-24T13:31:47.960Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:31:47.960Z] --- SKIP: TestStopSignal (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestArg [2021-09-24T13:31:47.960Z] --- PASS: TestArg (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestShell [2021-09-24T13:31:47.960Z] --- PASS: TestShell (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestPrependEnvOnCmd [2021-09-24T13:31:47.960Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestRunWithBuildArgs [2021-09-24T13:31:47.960Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestRunIgnoresHealthcheck [2021-09-24T13:31:47.960Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestDispatchUnsupportedOptions [2021-09-24T13:31:47.960Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-24T13:31:47.960Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-24T13:31:47.960Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-24T13:31:47.960Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestNormalizeWorkdir [2021-09-24T13:31:47.960Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestDispatch [2021-09-24T13:31:47.960Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-24T13:31:47.960Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-24T13:31:47.960Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-24T13:31:47.960Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-24T13:31:47.960Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-24T13:31:47.960Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-24T13:31:47.960Z] === RUN TestDispatch/COPY_url [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch (0.05s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-24T13:31:47.960Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestAddScratchImageAddsToMounts [2021-09-24T13:31:47.960Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-24T13:31:47.960Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-24T13:31:47.960Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-24T13:31:47.960Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestImageSourceGetAddsToMounts [2021-09-24T13:31:47.960Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestEmptyDockerfile [2021-09-24T13:31:47.960Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestSymlinkDockerfile [2021-09-24T13:31:47.960Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-24T13:31:47.960Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-24T13:31:47.960Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestNonExistingDockerfile [2021-09-24T13:31:47.960Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestCopyRunConfig [2021-09-24T13:31:47.960Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestDeepCopyRunConfig [2021-09-24T13:31:47.960Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestExportImage [2021-09-24T13:31:47.960Z] --- PASS: TestExportImage (0.00s) [2021-09-24T13:31:47.960Z] === RUN TestNormalizeDest [2021-09-24T13:31:47.960Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-24T13:31:47.960Z] PASS [2021-09-24T13:31:47.960Z] coverage: 46.8% of statements [2021-09-24T13:31:47.960Z] ok github.com/docker/docker/builder/dockerfile 0.162s coverage: 46.8% of statements [2021-09-24T13:31:47.960Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-24T13:31:48.131Z] === RUN TestReadPluginNoRead/default [2021-09-24T13:31:48.923Z] === RUN TestTCP4Proxy [2021-09-24T13:31:48.923Z] --- PASS: TestTCP4Proxy (0.01s) [2021-09-24T13:31:48.923Z] === RUN TestTCP4ProxyHalfClose [2021-09-24T13:31:48.923Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestTCP6Proxy [2021-09-24T13:31:48.923Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:31:48.923Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestTCPDualStackProxy [2021-09-24T13:31:48.923Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:31:48.923Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestUDP4Proxy [2021-09-24T13:31:48.923Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestUDP6Proxy [2021-09-24T13:31:48.923Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:31:48.923Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestUDPWriteError [2021-09-24T13:31:48.923Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestSCTP4Proxy [2021-09-24T13:31:48.923Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:31:48.923Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-24T13:31:48.923Z] === RUN TestSCTP6Proxy [2021-09-24T13:31:48.923Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:31:48.923Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-24T13:31:48.923Z] PASS [2021-09-24T13:31:48.923Z] coverage: 49.4% of statements [2021-09-24T13:31:48.923Z] ok github.com/docker/docker/cmd/docker-proxy 0.052s coverage: 49.4% of statements [2021-09-24T13:31:49.070Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-24T13:31:50.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-24T13:31:50.450Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-24T13:31:50.710Z] --- PASS: TestContinueAfterPluginCrash (8.52s) [2021-09-24T13:31:52.090Z] === CONT TestReadPluginNoRead [2021-09-24T13:31:52.090Z] read_test.go:92: [d2636a0ca5b97] daemon is not started [2021-09-24T13:31:52.090Z] --- PASS: TestReadPluginNoRead (6.21s) [2021-09-24T13:31:52.090Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2021-09-24T13:31:52.090Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2021-09-24T13:31:52.090Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2021-09-24T13:31:52.090Z] PASS [2021-09-24T13:31:52.090Z] [2021-09-24T13:31:52.090Z] DONE 6 tests in 9.612s [2021-09-24T13:31:52.090Z] 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-09-24T13:31:52.090Z] testing: warning: no tests to run [2021-09-24T13:31:52.090Z] PASS [2021-09-24T13:31:52.090Z] [2021-09-24T13:31:52.090Z] DONE 0 tests in 0.007s [2021-09-24T13:31:52.090Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-24T13:31:52.090Z] INFO: Testing against a local daemon [2021-09-24T13:31:52.090Z] === RUN TestPluginWithDevMounts [2021-09-24T13:31:52.090Z] === PAUSE TestPluginWithDevMounts [2021-09-24T13:31:52.090Z] === CONT TestPluginWithDevMounts [2021-09-24T13:31:52.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-24T13:31:53.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-24T13:31:53.471Z] --- PASS: TestPluginWithDevMounts (1.57s) [2021-09-24T13:31:53.471Z] PASS [2021-09-24T13:31:53.471Z] [2021-09-24T13:31:53.471Z] DONE 1 tests in 1.596s [2021-09-24T13:31:53.471Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-24T13:31:53.471Z] INFO: Testing against a local daemon [2021-09-24T13:31:53.471Z] === RUN TestSecretInspect [2021-09-24T13:31:56.009Z] --- PASS: TestSecretInspect (2.16s) [2021-09-24T13:31:56.009Z] === RUN TestSecretList [2021-09-24T13:31:56.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-24T13:31:57.465Z] === RUN TestCheckpointCreateError [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointCreate [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointDeleteError [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointDelete [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointListError [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointList [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointList (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCheckpointListContainerNotFound [2021-09-24T13:31:57.465Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNewClientWithOpsFromEnv [2021-09-24T13:31:57.465Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:31:57.465Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestGetAPIPath [2021-09-24T13:31:57.465Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestParseHostURL [2021-09-24T13:31:57.465Z] --- PASS: TestParseHostURL (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-24T13:31:57.465Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPIVersion [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPVersionOverride [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-24T13:31:57.465Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestClientRedirect [2021-09-24T13:31:57.465Z] --- PASS: TestClientRedirect (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigCreateUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigCreateError [2021-09-24T13:31:57.465Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigCreate [2021-09-24T13:31:57.465Z] --- PASS: TestConfigCreate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspectNotFound [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspectWithEmptyID [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspectUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspectError [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspectConfigNotFound [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigInspect [2021-09-24T13:31:57.465Z] --- PASS: TestConfigInspect (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigListUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigListError [2021-09-24T13:31:57.465Z] --- PASS: TestConfigListError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigList [2021-09-24T13:31:57.465Z] --- PASS: TestConfigList (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigRemoveUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigRemoveError [2021-09-24T13:31:57.465Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigRemove [2021-09-24T13:31:57.465Z] --- PASS: TestConfigRemove (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigUpdateUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigUpdateError [2021-09-24T13:31:57.465Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestConfigUpdate [2021-09-24T13:31:57.465Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCommitError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCommit [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCommit (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStatPathError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStatPathNotFoundError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStatPathNoHeaderError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStatPath [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyToContainerError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyToContainerNotFoundError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyToContainer [2021-09-24T13:31:57.465Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyFromContainerError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyFromContainerNotFoundError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-24T13:31:57.465Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestCopyFromContainer [2021-09-24T13:31:57.465Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCreateError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCreateImageNotFound [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCreateWithName [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerCreateAutoRemove [2021-09-24T13:31:57.465Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerDiffError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerDiff [2021-09-24T13:31:57.465Z] --- PASS: TestContainerDiff (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecCreateError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecCreate [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecStartError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecStart [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecInspectError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecInspect [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExportError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExportError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExport [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExport (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerInspectError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerInspectContainerNotFound [2021-09-24T13:31:57.465Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerInspectWithEmptyID [2021-09-24T13:31:57.465Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerInspect [2021-09-24T13:31:57.465Z] --- PASS: TestContainerInspect (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerInspectNode [2021-09-24T13:31:57.465Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerKillError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerKillError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerKill [2021-09-24T13:31:57.465Z] --- PASS: TestContainerKill (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerListError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerListError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerList [2021-09-24T13:31:57.465Z] --- PASS: TestContainerList (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerLogsNotFoundError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerLogsError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerLogs [2021-09-24T13:31:57.465Z] --- PASS: TestContainerLogs (0.14s) [2021-09-24T13:31:57.465Z] === RUN TestContainerPauseError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerPause [2021-09-24T13:31:57.465Z] --- PASS: TestContainerPause (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainersPruneError [2021-09-24T13:31:57.465Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainersPrune [2021-09-24T13:31:57.465Z] --- PASS: TestContainersPrune (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRemoveError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRemoveNotFoundError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRemove [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRemove (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRenameError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRename [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRename (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerResizeError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecResizeError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerResize [2021-09-24T13:31:57.465Z] --- PASS: TestContainerResize (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerExecResize [2021-09-24T13:31:57.465Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRestartError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerRestart [2021-09-24T13:31:57.465Z] --- PASS: TestContainerRestart (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStartError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStartError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStart [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStart (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStatsError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStats [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStats (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStopError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStopError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerStop [2021-09-24T13:31:57.465Z] --- PASS: TestContainerStop (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerTopError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerTopError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerTop [2021-09-24T13:31:57.465Z] --- PASS: TestContainerTop (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerUnpauseError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerUnpause [2021-09-24T13:31:57.465Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerUpdateError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerUpdate [2021-09-24T13:31:57.465Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerWaitError [2021-09-24T13:31:57.465Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestContainerWait [2021-09-24T13:31:57.465Z] --- PASS: TestContainerWait (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestDiskUsageError [2021-09-24T13:31:57.465Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestDiskUsage [2021-09-24T13:31:57.465Z] --- PASS: TestDiskUsage (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestDistributionInspectUnsupported [2021-09-24T13:31:57.465Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestDistributionInspectWithEmptyID [2021-09-24T13:31:57.465Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestEventsErrorInOptions [2021-09-24T13:31:57.465Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestEventsErrorFromServer [2021-09-24T13:31:57.465Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestEvents [2021-09-24T13:31:57.465Z] --- PASS: TestEvents (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestTLSCloseWriter [2021-09-24T13:31:57.465Z] === PAUSE TestTLSCloseWriter [2021-09-24T13:31:57.465Z] === RUN TestImageBuildError [2021-09-24T13:31:57.465Z] --- PASS: TestImageBuildError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageBuild [2021-09-24T13:31:57.465Z] --- PASS: TestImageBuild (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestGetDockerOS [2021-09-24T13:31:57.465Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageCreateError [2021-09-24T13:31:57.465Z] --- PASS: TestImageCreateError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageCreate [2021-09-24T13:31:57.465Z] --- PASS: TestImageCreate (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageHistoryError [2021-09-24T13:31:57.465Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageHistory [2021-09-24T13:31:57.465Z] --- PASS: TestImageHistory (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageImportError [2021-09-24T13:31:57.465Z] --- PASS: TestImageImportError (0.00s) [2021-09-24T13:31:57.465Z] === RUN TestImageImport [2021-09-24T13:31:57.465Z] --- PASS: TestImageImport (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestImageInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageInspectImageNotFound [2021-09-24T13:31:57.466Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageInspect [2021-09-24T13:31:57.466Z] --- PASS: TestImageInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageListError [2021-09-24T13:31:57.466Z] --- PASS: TestImageListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageList [2021-09-24T13:31:57.466Z] --- PASS: TestImageList (0.01s) [2021-09-24T13:31:57.466Z] === RUN TestImageListApiBefore125 [2021-09-24T13:31:57.466Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageLoadError [2021-09-24T13:31:57.466Z] --- PASS: TestImageLoadError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageLoad [2021-09-24T13:31:57.466Z] --- PASS: TestImageLoad (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagesPruneError [2021-09-24T13:31:57.466Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagesPrune [2021-09-24T13:31:57.466Z] --- PASS: TestImagesPrune (0.01s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullReferenceParseError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullAnyError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePullWithoutErrors [2021-09-24T13:31:57.466Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushReferenceError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushAnyError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithoutErrors [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-24T13:31:57.466Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageRemoveImageNotFound [2021-09-24T13:31:57.466Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageRemove [2021-09-24T13:31:57.466Z] --- PASS: TestImageRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSaveError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSaveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSave [2021-09-24T13:31:57.466Z] --- PASS: TestImageSave (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchAnyError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageSearchWithoutErrors [2021-09-24T13:31:57.466Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageTagError [2021-09-24T13:31:57.466Z] --- PASS: TestImageTagError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageTagInvalidReference [2021-09-24T13:31:57.466Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageTagInvalidSourceImageName [2021-09-24T13:31:57.466Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageTagHexSource [2021-09-24T13:31:57.466Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestImageTag [2021-09-24T13:31:57.466Z] --- PASS: TestImageTag (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestInfoServerError [2021-09-24T13:31:57.466Z] --- PASS: TestInfoServerError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestInfoInvalidResponseJSONError [2021-09-24T13:31:57.466Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestInfo [2021-09-24T13:31:57.466Z] --- PASS: TestInfo (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkConnectError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkConnect [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkCreateError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkCreate [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkDisconnectError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkDisconnect [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkInspectNotFoundError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkInspect [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkListError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkList [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkList (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworksPruneError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworksPrune [2021-09-24T13:31:57.466Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNetworkRemove [2021-09-24T13:31:57.466Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeInspectNodeNotFound [2021-09-24T13:31:57.466Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeInspect [2021-09-24T13:31:57.466Z] --- PASS: TestNodeInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeListError [2021-09-24T13:31:57.466Z] --- PASS: TestNodeListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeList [2021-09-24T13:31:57.466Z] --- PASS: TestNodeList (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeRemove [2021-09-24T13:31:57.466Z] --- PASS: TestNodeRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeUpdateError [2021-09-24T13:31:57.466Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestNodeUpdate [2021-09-24T13:31:57.466Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestOptionWithTimeout [2021-09-24T13:31:57.466Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPingFail [2021-09-24T13:31:57.466Z] --- PASS: TestPingFail (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPingWithError [2021-09-24T13:31:57.466Z] 2021/09/24 13:31:56 RoundTripper returned a response & error; ignoring response [2021-09-24T13:31:57.466Z] 2021/09/24 13:31:56 RoundTripper returned a response & error; ignoring response [2021-09-24T13:31:57.466Z] --- PASS: TestPingWithError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPingSuccess [2021-09-24T13:31:57.466Z] --- PASS: TestPingSuccess (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPingHeadFallback [2021-09-24T13:31:57.466Z] === RUN TestPingHeadFallback/OK [2021-09-24T13:31:57.466Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-24T13:31:57.466Z] === RUN TestPingHeadFallback/Not_Found [2021-09-24T13:31:57.466Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-24T13:31:57.466Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-24T13:31:57.466Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginDisableError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginDisable [2021-09-24T13:31:57.466Z] --- PASS: TestPluginDisable (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginEnableError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginEnable [2021-09-24T13:31:57.466Z] --- PASS: TestPluginEnable (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginInspect [2021-09-24T13:31:57.466Z] --- PASS: TestPluginInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginListError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginList [2021-09-24T13:31:57.466Z] --- PASS: TestPluginList (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginPushError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginPushError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginPush [2021-09-24T13:31:57.466Z] --- PASS: TestPluginPush (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginRemove [2021-09-24T13:31:57.466Z] --- PASS: TestPluginRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginSetError [2021-09-24T13:31:57.466Z] --- PASS: TestPluginSetError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPluginSet [2021-09-24T13:31:57.466Z] --- PASS: TestPluginSet (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSetHostHeader [2021-09-24T13:31:57.466Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestPlainTextError [2021-09-24T13:31:57.466Z] --- PASS: TestPlainTextError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestInfiniteError [2021-09-24T13:31:57.466Z] --- PASS: TestInfiniteError (0.05s) [2021-09-24T13:31:57.466Z] === RUN TestCanceledContext [2021-09-24T13:31:57.466Z] 2021/09/24 13:31:57 RoundTripper returned a response & error; ignoring response [2021-09-24T13:31:57.466Z] --- PASS: TestCanceledContext (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestDeadlineExceededContext [2021-09-24T13:31:57.466Z] 2021/09/24 13:31:57 RoundTripper returned a response & error; ignoring response [2021-09-24T13:31:57.466Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretCreateUnsupported [2021-09-24T13:31:57.466Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretCreateError [2021-09-24T13:31:57.466Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretCreate [2021-09-24T13:31:57.466Z] --- PASS: TestSecretCreate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretInspectUnsupported [2021-09-24T13:31:57.466Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretInspectSecretNotFound [2021-09-24T13:31:57.466Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretInspect [2021-09-24T13:31:57.466Z] --- PASS: TestSecretInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretListUnsupported [2021-09-24T13:31:57.466Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretListError [2021-09-24T13:31:57.466Z] --- PASS: TestSecretListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretList [2021-09-24T13:31:57.466Z] --- PASS: TestSecretList (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretRemoveUnsupported [2021-09-24T13:31:57.466Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretRemove [2021-09-24T13:31:57.466Z] --- PASS: TestSecretRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretUpdateUnsupported [2021-09-24T13:31:57.466Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretUpdateError [2021-09-24T13:31:57.466Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSecretUpdate [2021-09-24T13:31:57.466Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceCreateError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceCreate [2021-09-24T13:31:57.466Z] --- PASS: TestServiceCreate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-24T13:31:57.466Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceCreateDigestPinning [2021-09-24T13:31:57.466Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceInspectServiceNotFound [2021-09-24T13:31:57.466Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceInspectWithEmptyID [2021-09-24T13:31:57.466Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceInspect [2021-09-24T13:31:57.466Z] --- PASS: TestServiceInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceListError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceListError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceList [2021-09-24T13:31:57.466Z] --- PASS: TestServiceList (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceLogsError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceLogs [2021-09-24T13:31:57.466Z] --- PASS: TestServiceLogs (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceRemoveError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceRemoveNotFoundError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceRemove [2021-09-24T13:31:57.466Z] --- PASS: TestServiceRemove (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceUpdateError [2021-09-24T13:31:57.466Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestServiceUpdate [2021-09-24T13:31:57.466Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmGetUnlockKeyError [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmGetUnlockKey [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmInitError [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmInit [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmInit (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmInspectError [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmInspect [2021-09-24T13:31:57.466Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-24T13:31:57.466Z] === RUN TestSwarmJoinError [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmJoin [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmLeaveError [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmLeave [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmUnlockError [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmUnlock [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmUpdateError [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestSwarmUpdate [2021-09-24T13:31:57.467Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestTaskInspectError [2021-09-24T13:31:57.467Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestTaskInspectWithEmptyID [2021-09-24T13:31:57.467Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestTaskInspect [2021-09-24T13:31:57.467Z] --- PASS: TestTaskInspect (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestTaskListError [2021-09-24T13:31:57.467Z] --- PASS: TestTaskListError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestTaskList [2021-09-24T13:31:57.467Z] --- PASS: TestTaskList (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeCreateError [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeCreate [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeInspectError [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeInspectNotFound [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeInspectWithEmptyID [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeInspect [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeListError [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeListError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeList [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeList (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeRemoveError [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-24T13:31:57.467Z] === RUN TestVolumeRemove [2021-09-24T13:31:57.467Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-24T13:31:57.467Z] === CONT TestTLSCloseWriter [2021-09-24T13:31:57.467Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-24T13:31:57.467Z] PASS [2021-09-24T13:31:57.467Z] coverage: 75.1% of statements [2021-09-24T13:31:57.467Z] ok github.com/docker/docker/client 0.331s coverage: 75.1% of statements [2021-09-24T13:31:57.916Z] --- PASS: TestSecretList (2.16s) [2021-09-24T13:31:57.916Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:31:58.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-24T13:32:00.455Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2021-09-24T13:32:00.455Z] === RUN TestSecretsUpdate [2021-09-24T13:32:00.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-24T13:32:01.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-24T13:32:02.362Z] --- PASS: TestSecretsUpdate (2.23s) [2021-09-24T13:32:02.362Z] === RUN TestTemplatedSecret [2021-09-24T13:32:03.287Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:32:03.287Z] Using test binary docker [2021-09-24T13:32:03.287Z] +++ /etc/init.d/apparmor start [2021-09-24T13:32:03.287Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:32:03.287Z] INFO: Waiting for daemon to start... [2021-09-24T13:32:03.287Z] Starting dockerd [2021-09-24T13:32:03.287Z] +++ 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-09-24T13:32:04.903Z] --- PASS: TestTemplatedSecret (2.65s) [2021-09-24T13:32:04.903Z] === RUN TestSecretCreateResolve [2021-09-24T13:32:05.842Z] . [2021-09-24T13:32:05.842Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:32:05.842Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:32:05.842Z] Error: No such image: emptyfs [2021-09-24T13:32:05.842Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-24T13:32:05.842Z] ++++ docker load [2021-09-24T13:32:06.103Z] Running integration-test (iteration 1) [2021-09-24T13:32:06.103Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-24T13:32:06.103Z] ++ 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-09-24T13:32:06.103Z] ++ set -e [2021-09-24T13:32:06.103Z] ++ '[' -n 0 ']' [2021-09-24T13:32:06.103Z] ++ set -x [2021-09-24T13:32:06.103Z] ++ 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-09-24T13:32:07.044Z] Loaded image: busybox:latest [2021-09-24T13:32:07.442Z] --- PASS: TestSecretCreateResolve (2.19s) [2021-09-24T13:32:07.442Z] PASS [2021-09-24T13:32:07.442Z] [2021-09-24T13:32:07.442Z] DONE 6 tests in 13.563s [2021-09-24T13:32:07.442Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-24T13:32:07.442Z] INFO: Testing against a local daemon [2021-09-24T13:32:07.442Z] === RUN TestServiceCreateInit [2021-09-24T13:32:07.442Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:32:07.615Z] Loaded image: busybox:glibc [2021-09-24T13:32:09.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-24T13:32:10.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-24T13:32:11.640Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:32:11.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-24T13:32:12.500Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-09-24T13:32:12.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-24T13:32:12.902Z] Loaded image: debian:bullseye-slim [2021-09-24T13:32:12.902Z] Loaded image: hello-world:latest [2021-09-24T13:32:12.902Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:32:12.902Z] INFO: Testing against a local daemon [2021-09-24T13:32:12.902Z] === RUN TestCgroupNamespacesBuild [2021-09-24T13:32:13.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-24T13:32:14.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-24T13:32:15.135Z] --- PASS: TestCheckoutGit (26.83s) [2021-09-24T13:32:15.135Z] === RUN TestValidGitTransport [2021-09-24T13:32:15.135Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-24T13:32:15.135Z] === RUN TestGitInvalidRef [2021-09-24T13:32:15.135Z] --- PASS: TestGitInvalidRef (0.20s) [2021-09-24T13:32:15.135Z] PASS [2021-09-24T13:32:15.135Z] coverage: 86.3% of statements [2021-09-24T13:32:15.135Z] ok github.com/docker/docker/builder/remotecontext/git 27.099s coverage: 86.3% of statements [2021-09-24T13:32:15.135Z] ? github.com/docker/docker/cli [no test files] [2021-09-24T13:32:15.135Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-24T13:32:15.444Z] --- PASS: TestCgroupNamespacesBuild (2.46s) [2021-09-24T13:32:15.444Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-24T13:32:15.838Z] --- PASS: TestServiceCreateInit (7.99s) [2021-09-24T13:32:15.838Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.95s) [2021-09-24T13:32:15.838Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.03s) [2021-09-24T13:32:15.838Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:32:17.353Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2021-09-24T13:32:17.353Z] === RUN TestBuildWithSession [2021-09-24T13:32:17.353Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:32:17.353Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:32:17.353Z] === RUN TestBuildSquashParent [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-24T13:32:18.870Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestConfigureDaemonLogs [2021-09-24T13:32:18.870Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestCommonOptionsInstallFlags [2021-09-24T13:32:18.870Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-24T13:32:18.870Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-24T13:32:18.870Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-24T13:32:18.870Z] PASS [2021-09-24T13:32:18.870Z] coverage: 18.6% of statements [2021-09-24T13:32:18.870Z] ok github.com/docker/docker/cmd/dockerd 0.314s coverage: 18.6% of statements [2021-09-24T13:32:19.327Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-24T13:32:19.327Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-24T13:32:19.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-24T13:32:20.290Z] === RUN TestContainerStopSignal [2021-09-24T13:32:20.290Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestContainerStopTimeout [2021-09-24T13:32:20.290Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-24T13:32:20.290Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-24T13:32:20.290Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-24T13:32:20.290Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestReplaceAndAppendEnvVars [2021-09-24T13:32:20.290Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-24T13:32:20.290Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestNewMemoryStore [2021-09-24T13:32:20.290Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestAddContainers [2021-09-24T13:32:20.290Z] --- PASS: TestAddContainers (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestGetContainer [2021-09-24T13:32:20.290Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestDeleteContainer [2021-09-24T13:32:20.290Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestListContainers [2021-09-24T13:32:20.290Z] --- PASS: TestListContainers (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestFirstContainer [2021-09-24T13:32:20.290Z] --- PASS: TestFirstContainer (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestApplyAllContainer [2021-09-24T13:32:20.290Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestIsValidHealthString [2021-09-24T13:32:20.290Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestStateRunStop [2021-09-24T13:32:20.290Z] --- PASS: TestStateRunStop (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestStateTimeoutWait [2021-09-24T13:32:20.290Z] state_test.go:141: Stop callback fired [2021-09-24T13:32:20.290Z] state_test.go:165: Stop callback fired [2021-09-24T13:32:20.290Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-24T13:32:20.290Z] === RUN TestIsValidStateString [2021-09-24T13:32:20.290Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestViewSaveDelete [2021-09-24T13:32:20.290Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-24T13:32:20.290Z] === RUN TestViewAll [2021-09-24T13:32:20.290Z] --- PASS: TestViewAll (0.02s) [2021-09-24T13:32:20.290Z] === RUN TestViewGet [2021-09-24T13:32:20.290Z] --- PASS: TestViewGet (0.01s) [2021-09-24T13:32:20.290Z] === RUN TestNames [2021-09-24T13:32:20.290Z] --- PASS: TestNames (0.00s) [2021-09-24T13:32:20.290Z] === RUN TestViewWithHealthCheck [2021-09-24T13:32:20.290Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-24T13:32:20.290Z] PASS [2021-09-24T13:32:20.290Z] coverage: 41.7% of statements [2021-09-24T13:32:20.290Z] ok github.com/docker/docker/container 0.230s coverage: 41.7% of statements [2021-09-24T13:32:20.290Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-24T13:32:20.290Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-24T13:32:20.290Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-24T13:32:20.290Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-24T13:32:20.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-24T13:32:21.252Z] === RUN TestPrepare [2021-09-24T13:32:21.252Z] --- PASS: TestPrepare (0.00s) [2021-09-24T13:32:21.252Z] === RUN TestStart [2021-09-24T13:32:21.252Z] --- PASS: TestStart (0.00s) [2021-09-24T13:32:21.252Z] === RUN TestWaitCancel [2021-09-24T13:32:21.252Z] --- PASS: TestWaitCancel (0.00s) [2021-09-24T13:32:21.252Z] === RUN TestWaitDisabled [2021-09-24T13:32:21.252Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-24T13:32:21.252Z] === RUN TestWaitEnabled [2021-09-24T13:32:21.252Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-24T13:32:21.252Z] === RUN TestRemove [2021-09-24T13:32:21.252Z] --- PASS: TestRemove (0.00s) [2021-09-24T13:32:21.252Z] PASS [2021-09-24T13:32:21.252Z] coverage: 65.3% of statements [2021-09-24T13:32:21.252Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.068s coverage: 65.3% of statements [2021-09-24T13:32:22.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-24T13:32:22.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-24T13:32:23.421Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-24T13:32:23.421Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-09-24T13:32:23.421Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-24T13:32:23.421Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-24T13:32:23.421Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-24T13:32:23.422Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-24T13:32:23.422Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCConfigs (0.03s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-24T13:32:23.422Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-24T13:32:23.422Z] PASS [2021-09-24T13:32:23.422Z] coverage: 35.9% of statements [2021-09-24T13:32:23.422Z] ok github.com/docker/docker/daemon/cluster/convert 0.659s coverage: 35.9% of statements [2021-09-24T13:32:23.422Z] === RUN TestNewListSecretsFilters [2021-09-24T13:32:23.422Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-24T13:32:23.422Z] === RUN TestNewListConfigsFilters [2021-09-24T13:32:23.422Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-24T13:32:23.422Z] PASS [2021-09-24T13:32:23.422Z] coverage: 0.5% of statements [2021-09-24T13:32:23.422Z] ok github.com/docker/docker/daemon/cluster 0.681s coverage: 0.5% of statements [2021-09-24T13:32:25.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-24T13:32:25.486Z] --- PASS: TestBuildSquashParent (8.22s) [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:25.486Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:25.486Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:25.486Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:25.486Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:26.318Z] === RUN TestBuilderGC [2021-09-24T13:32:26.318Z] --- PASS: TestBuilderGC (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationNotFound [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonBrokenConfiguration [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestParseClusterAdvertiseSettings [2021-09-24T13:32:26.318Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestFindConfigurationConflicts [2021-09-24T13:32:26.318Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-24T13:32:26.318Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-24T13:32:26.318Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-24T13:32:26.318Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-24T13:32:26.318Z] === RUN TestDiscoveryOptsErrors [2021-09-24T13:32:26.318Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDiscoveryOpts [2021-09-24T13:32:26.318Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-24T13:32:26.318Z] PASS [2021-09-24T13:32:26.318Z] coverage: 30.0% of statements [2021-09-24T13:32:26.318Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_label [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_dns [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-24T13:32:26.318Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-24T13:32:26.318Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestModifiedDiscoverySettings [2021-09-24T13:32:26.318Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestReloadSetConfigFileNotExist [2021-09-24T13:32:26.318Z] ok github.com/docker/docker/daemon/discovery 0.053s coverage: 30.0% of statements [2021-09-24T13:32:26.318Z] time="2021-09-24T13:32:25Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-24T13:32:26.318Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-09-24T13:32:26.318Z] === RUN TestReloadDefaultConfigNotExist [2021-09-24T13:32:26.318Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:32:26.318Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestReloadBadDefaultConfig [2021-09-24T13:32:26.318Z] time="2021-09-24T13:32:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-863282235" [2021-09-24T13:32:26.318Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestReloadWithConflictingLabels [2021-09-24T13:32:26.318Z] time="2021-09-24T13:32:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-612147525" [2021-09-24T13:32:26.318Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestReloadWithDuplicateLabels [2021-09-24T13:32:26.318Z] time="2021-09-24T13:32:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-987631868" [2021-09-24T13:32:26.318Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-24T13:32:26.318Z] === RUN TestDaemonConfigurationMerge [2021-09-24T13:32:26.318Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-24T13:32:26.318Z] PASS [2021-09-24T13:32:26.318Z] coverage: 80.2% of statements [2021-09-24T13:32:26.318Z] ok github.com/docker/docker/daemon/config 0.235s coverage: 80.2% of statements [2021-09-24T13:32:26.558Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-24T13:32:26.786Z] === RUN TestWaitNodeAttachment [2021-09-24T13:32:27.242Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-24T13:32:27.242Z] === RUN TestIsolationConversion [2021-09-24T13:32:27.242Z] === RUN TestIsolationConversion/default [2021-09-24T13:32:27.242Z] === RUN TestIsolationConversion/process [2021-09-24T13:32:27.242Z] === RUN TestIsolationConversion/hyperv [2021-09-24T13:32:27.242Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestContainerLabels [2021-09-24T13:32:27.242Z] --- PASS: TestContainerLabels (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestCredentialSpecConversion [2021-09-24T13:32:27.242Z] === RUN TestCredentialSpecConversion/none [2021-09-24T13:32:27.242Z] === RUN TestCredentialSpecConversion/config [2021-09-24T13:32:27.242Z] === RUN TestCredentialSpecConversion/file [2021-09-24T13:32:27.242Z] === RUN TestCredentialSpecConversion/registry [2021-09-24T13:32:27.242Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-24T13:32:27.242Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountBind [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountVolume [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountTarget [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountTmpfs [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountInvalidType [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestControllerValidateMountNamedPipe [2021-09-24T13:32:27.242Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestEventsLog [2021-09-24T13:32:27.242Z] --- PASS: TestEventsLog (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestEventsLogTimeout [2021-09-24T13:32:27.242Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestLogEvents [2021-09-24T13:32:27.242Z] PASS [2021-09-24T13:32:27.242Z] coverage: 11.0% of statements [2021-09-24T13:32:27.242Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.633s coverage: 11.0% of statements [2021-09-24T13:32:27.242Z] --- PASS: TestLogEvents (0.05s) [2021-09-24T13:32:27.242Z] === RUN TestLoadBufferedEvents [2021-09-24T13:32:27.242Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-09-24T13:32:27.242Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-24T13:32:27.242Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-24T13:32:27.242Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-24T13:32:27.242Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-24T13:32:27.242Z] PASS [2021-09-24T13:32:27.242Z] coverage: 50.0% of statements [2021-09-24T13:32:27.242Z] ok github.com/docker/docker/daemon/events 0.215s coverage: 50.0% of statements [2021-09-24T13:32:27.699Z] === RUN TestVerifyNetworkingConfig [2021-09-24T13:32:27.699Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestGetContainer [2021-09-24T13:32:27.699Z] --- PASS: TestGetContainer (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestValidContainerNames [2021-09-24T13:32:27.699Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestContainerInitDNS [2021-09-24T13:32:27.699Z] daemon_test.go:146: root required [2021-09-24T13:32:27.699Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestMerge [2021-09-24T13:32:27.699Z] --- PASS: TestMerge (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestValidateContainerIsolation [2021-09-24T13:32:27.699Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestFindNetworkErrorType [2021-09-24T13:32:27.699Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestEnsureServicesExist [2021-09-24T13:32:27.699Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestEnsureServicesExistErrors [2021-09-24T13:32:27.699Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-24T13:32:27.699Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-24T13:32:27.699Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-24T13:32:27.699Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-24T13:32:27.699Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:32:27.699Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-24T13:32:27.699Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestContainerDelete [2021-09-24T13:32:27.699Z] --- PASS: TestContainerDelete (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestContainerDoubleDelete [2021-09-24T13:32:27.699Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestIsEmptyDir [2021-09-24T13:32:27.699Z] === RUN TestLogContainerEventCopyLabels [2021-09-24T13:32:27.699Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestLogContainerEventWithAttributes [2021-09-24T13:32:27.699Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestNoneHealthcheck [2021-09-24T13:32:27.699Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-24T13:32:27.699Z] === RUN TestHealthStates [2021-09-24T13:32:27.699Z] --- PASS: TestIsEmptyDir (0.01s) [2021-09-24T13:32:27.699Z] PASS [2021-09-24T13:32:27.699Z] coverage: 2.3% of statements [2021-09-24T13:32:27.699Z] ok github.com/docker/docker/daemon/graphdriver 0.063s coverage: 2.3% of statements [2021-09-24T13:32:27.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] time="2021-09-24T13:32:27Z" 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-09-24T13:32:28.157Z] --- PASS: TestHealthStates (0.13s) [2021-09-24T13:32:28.157Z] === RUN TestMaskURLCredentials [2021-09-24T13:32:28.157Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestGetInspectData [2021-09-24T13:32:28.157Z] --- PASS: TestGetInspectData (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestFillLicense [2021-09-24T13:32:28.157Z] --- PASS: TestFillLicense (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestListInvalidFilter [2021-09-24T13:32:28.157Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestNameFilter [2021-09-24T13:32:28.157Z] --- PASS: TestNameFilter (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-24T13:32:28.157Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-24T13:32:28.157Z] === 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-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-24T13:32:28.157Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-24T13:32:28.157Z] --- 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-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-24T13:32:28.157Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonReloadLabels [2021-09-24T13:32:28.157Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-24T13:32:28.157Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonReloadMirrors [2021-09-24T13:32:28.157Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-24T13:32:28.157Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-24T13:32:28.157Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestDaemonDiscoveryReload [2021-09-24T13:32:28.157Z] === RUN TestLinkNaming [2021-09-24T13:32:28.157Z] --- PASS: TestLinkNaming (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestLinkNew [2021-09-24T13:32:28.157Z] --- PASS: TestLinkNew (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestLinkEnv [2021-09-24T13:32:28.157Z] --- PASS: TestLinkEnv (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestLinkMultipleEnv [2021-09-24T13:32:28.157Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-24T13:32:28.157Z] === RUN TestLinkPortRangeEnv [2021-09-24T13:32:28.157Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-24T13:32:28.157Z] PASS [2021-09-24T13:32:28.157Z] coverage: 93.0% of statements [2021-09-24T13:32:28.157Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2021-09-24T13:32:28.784Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:28.784Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:28.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-24T13:32:29.121Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-09-24T13:32:29.121Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-24T13:32:29.577Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-24T13:32:29.577Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-24T13:32:29.577Z] === RUN TestAdapterReadLogs [2021-09-24T13:32:29.577Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-24T13:32:29.577Z] === RUN TestCopier [2021-09-24T13:32:29.577Z] --- PASS: TestCopier (0.00s) [2021-09-24T13:32:29.577Z] === RUN TestCopierLongLines [2021-09-24T13:32:29.577Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-24T13:32:29.577Z] === RUN TestCopierSlow [2021-09-24T13:32:29.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-24T13:32:30.033Z] --- PASS: TestCopierSlow (0.20s) [2021-09-24T13:32:30.033Z] === RUN TestCopierWithSized [2021-09-24T13:32:30.033Z] === RUN TestCopierWithSized/as_is [2021-09-24T13:32:30.033Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-24T13:32:30.033Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-24T13:32:30.033Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-24T13:32:30.033Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-09-24T13:32:30.033Z] === RUN TestCopierWithPartial [2021-09-24T13:32:30.033Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestRingLogger [2021-09-24T13:32:30.033Z] --- PASS: TestRingLogger (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestRingCap [2021-09-24T13:32:30.033Z] --- PASS: TestRingCap (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestRingClose [2021-09-24T13:32:30.033Z] --- PASS: TestRingClose (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestRingDrain [2021-09-24T13:32:30.033Z] --- PASS: TestRingDrain (0.00s) [2021-09-24T13:32:30.033Z] PASS [2021-09-24T13:32:30.033Z] coverage: 43.8% of statements [2021-09-24T13:32:30.033Z] ok github.com/docker/docker/daemon/logger 0.256s coverage: 43.8% of statements [2021-09-24T13:32:30.033Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-24T13:32:30.033Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-24T13:32:30.033Z] reload_test.go:520: root required [2021-09-24T13:32:30.033Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-24T13:32:30.033Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-24T13:32:30.033Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-24T13:32:30.033Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-24T13:32:30.033Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2021-09-24T13:32:30.033Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-24T13:32:30.033Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2021-09-24T13:32:30.033Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-24T13:32:30.033Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-24T13:32:30.033Z] === RUN TestParseVolumesFrom [2021-09-24T13:32:30.033Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-24T13:32:30.033Z] PASS [2021-09-24T13:32:30.033Z] coverage: 9.1% of statements [2021-09-24T13:32:30.033Z] ok github.com/docker/docker/daemon 2.384s coverage: 9.1% of statements [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-24T13:32:30.033Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/defaults [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-24T13:32:30.489Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-24T13:32:30.489Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-24T13:32:30.489Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-24T13:32:30.489Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2021-09-24T13:32:30.489Z] === RUN TestCreateSuccess [2021-09-24T13:32:30.489Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCreateStreamSkipped [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-24T13:32:30.489Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCreateLogGroupSuccess [2021-09-24T13:32:30.489Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCreateError [2021-09-24T13:32:30.489Z] --- PASS: TestCreateError (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCreateAlreadyExists [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-24T13:32:30.489Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestLogClosed [2021-09-24T13:32:30.489Z] --- PASS: TestLogClosed (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestLogBlocking [2021-09-24T13:32:30.489Z] --- PASS: TestLogBlocking (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-24T13:32:30.489Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestLogNonBlockingBufferFull [2021-09-24T13:32:30.489Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestPublishBatchSuccess [2021-09-24T13:32:30.489Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestPublishBatchError [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=error msg=Error [2021-09-24T13:32:30.489Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:32:30.489Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-24T13:32:30.489Z] time="2021-09-24T13:32:30Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-24T13:32:30.489Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchSimple [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchTicker [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchMultilinePattern [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-09-24T13:32:30.489Z] === RUN TestCollectBatchClose [2021-09-24T13:32:30.489Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/0/Hello [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/2/🙃 [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/3/���� [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/4/He��o [2021-09-24T13:32:30.489Z] === RUN TestEffectiveLen/5/ [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-24T13:32:30.489Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-24T13:32:30.489Z] === RUN TestFindValidSplit [2021-09-24T13:32:30.489Z] === RUN TestFindValidSplit/0/ [2021-09-24T13:32:30.489Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:32:30.489Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:32:30.489Z] === RUN TestFindValidSplit/1/Hello [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: Hello [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/2/Hello [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: He [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: llo [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/3/Hello [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: Hello [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/4/🙃 [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/5/🙃 [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/6/a� [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: a [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: � [2021-09-24T13:32:30.490Z] === RUN TestFindValidSplit/7/a� [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1063: a� [2021-09-24T13:32:30.490Z] cloudwatchlogs_test.go:1064: [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestProcessEventEmoji [2021-09-24T13:32:30.490Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchLineSplit [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchMaxEvents [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-24T13:32:30.490Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-24T13:32:30.490Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-24T13:32:30.490Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-24T13:32:30.490Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-24T13:32:30.490Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestCreateTagSuccess [2021-09-24T13:32:30.490Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-24T13:32:30.490Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-24T13:32:30.490Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-24T13:32:30.490Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-24T13:32:30.490Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-24T13:32:30.490Z] PASS [2021-09-24T13:32:30.490Z] coverage: 77.4% of statements [2021-09-24T13:32:30.490Z] ok github.com/docker/docker/daemon/logger/awslogs 0.334s coverage: 77.4% of statements [2021-09-24T13:32:30.490Z] === RUN TestSearchRegistryForImagesErrors [2021-09-24T13:32:30.490Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestSearchRegistryForImages [2021-09-24T13:32:30.490Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestOnlyPlatformWithFallback [2021-09-24T13:32:30.490Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-24T13:32:30.490Z] === RUN TestImageDelete [2021-09-24T13:32:30.490Z] === RUN TestImageDelete/no_lease [2021-09-24T13:32:30.734Z] --- PASS: TestCreateServiceMultipleTimes (15.67s) [2021-09-24T13:32:30.734Z] === RUN TestCreateServiceConflict [2021-09-24T13:32:30.947Z] === RUN TestImageDelete/lease_exists [2021-09-24T13:32:30.947Z] --- PASS: TestImageDelete (0.04s) [2021-09-24T13:32:30.947Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-24T13:32:30.947Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-24T13:32:30.947Z] === RUN TestContentStoreForPull [2021-09-24T13:32:30.947Z] --- PASS: TestContentStoreForPull (0.15s) [2021-09-24T13:32:30.947Z] PASS [2021-09-24T13:32:30.947Z] coverage: 6.7% of statements [2021-09-24T13:32:30.947Z] ok github.com/docker/docker/daemon/images 0.307s coverage: 6.7% of statements [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-24T13:32:30.947Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-24T13:32:30.947Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-24T13:32:30.947Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-24T13:32:30.947Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-24T13:32:30.947Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-24T13:32:30.947Z] === RUN TestFastTimeMarshalJSON [2021-09-24T13:32:30.947Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-09-24T13:32:30.947Z] PASS [2021-09-24T13:32:30.947Z] coverage: 87.2% of statements [2021-09-24T13:32:30.947Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.158s coverage: 87.2% of statements [2021-09-24T13:32:31.403Z] === RUN TestJSONFileLogger [2021-09-24T13:32:31.403Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-24T13:32:31.403Z] === RUN TestJSONFileLoggerWithTags [2021-09-24T13:32:31.403Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-24T13:32:31.403Z] === RUN TestJSONFileLoggerWithOpts [2021-09-24T13:32:31.403Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-24T13:32:31.403Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-24T13:32:31.403Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-24T13:32:31.403Z] === RUN TestEncodeDecode [2021-09-24T13:32:31.403Z] === PAUSE TestEncodeDecode [2021-09-24T13:32:31.403Z] === RUN TestUnexpectedEOF [2021-09-24T13:32:31.765Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:32:31.765Z] Using test binary docker [2021-09-24T13:32:31.859Z] time="2021-09-24T13:32:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:32:31.859Z] time="2021-09-24T13:32:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-24T13:32:31.859Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-09-24T13:32:31.859Z] === CONT TestEncodeDecode [2021-09-24T13:32:31.859Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-24T13:32:31.859Z] PASS [2021-09-24T13:32:31.859Z] coverage: 69.9% of statements [2021-09-24T13:32:31.859Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.213s coverage: 69.9% of statements [2021-09-24T13:32:32.027Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-24T13:32:32.027Z] +++ /etc/init.d/apparmor start [2021-09-24T13:32:32.027Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:32:32.027Z] INFO: Waiting for daemon to start... [2021-09-24T13:32:32.027Z] Starting dockerd [2021-09-24T13:32:32.027Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-09-24T13:32:32.086Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:32.086Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:32.315Z] === RUN TestWriteLog [2021-09-24T13:32:32.315Z] === PAUSE TestWriteLog [2021-09-24T13:32:32.315Z] === RUN TestReadLog [2021-09-24T13:32:32.315Z] === PAUSE TestReadLog [2021-09-24T13:32:32.315Z] === CONT TestWriteLog [2021-09-24T13:32:32.315Z] === CONT TestReadLog [2021-09-24T13:32:32.315Z] --- PASS: TestWriteLog (0.01s) [2021-09-24T13:32:32.315Z] === RUN TestReadLog/tail_exact [2021-09-24T13:32:32.315Z] === RUN TestReadLog/tail_less_than_available [2021-09-24T13:32:32.315Z] === RUN TestReadLog/tail_more_than_available [2021-09-24T13:32:32.315Z] --- PASS: TestReadLog (0.13s) [2021-09-24T13:32:32.315Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-09-24T13:32:32.315Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-24T13:32:32.315Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-24T13:32:32.315Z] PASS [2021-09-24T13:32:32.315Z] coverage: 75.2% of statements [2021-09-24T13:32:32.315Z] ok github.com/docker/docker/daemon/logger/local 0.322s coverage: 75.2% of statements [2021-09-24T13:32:32.315Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-24T13:32:32.315Z] === RUN TestOpenFileDelete [2021-09-24T13:32:32.315Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-24T13:32:32.315Z] === RUN TestOpenFileRename [2021-09-24T13:32:32.315Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-24T13:32:32.315Z] === RUN TestParseLogTagDefaultTag [2021-09-24T13:32:32.772Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestParseLogTag [2021-09-24T13:32:32.772Z] --- PASS: TestParseLogTag (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestParseLogTagEmptyTag [2021-09-24T13:32:32.772Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestTailFiles [2021-09-24T13:32:32.772Z] --- PASS: TestTailFiles (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestFollowLogsConsumerGone [2021-09-24T13:32:32.772Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestFollowLogsProducerGone [2021-09-24T13:32:32.772Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-24T13:32:32.772Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-24T13:32:32.772Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-24T13:32:32.772Z] === RUN TestCheckCapacityAndRotate [2021-09-24T13:32:32.772Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-24T13:32:32.772Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-24T13:32:32.772Z] --- PASS: TestCheckCapacityAndRotate (0.13s) [2021-09-24T13:32:32.772Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-24T13:32:32.772Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-09-24T13:32:32.772Z] PASS [2021-09-24T13:32:32.772Z] coverage: 55.3% of statements [2021-09-24T13:32:32.772Z] === RUN TestLog [2021-09-24T13:32:32.772Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.187s coverage: 55.3% of statements [2021-09-24T13:32:32.772Z] --- PASS: TestLog (0.00s) [2021-09-24T13:32:32.772Z] PASS [2021-09-24T13:32:32.772Z] coverage: 31.5% of statements [2021-09-24T13:32:32.772Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-09-24T13:32:33.272Z] --- PASS: TestCreateServiceConflict (2.25s) [2021-09-24T13:32:33.273Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:32:33.735Z] === RUN TestNewParse [2021-09-24T13:32:33.735Z] --- PASS: TestNewParse (0.00s) [2021-09-24T13:32:33.735Z] PASS [2021-09-24T13:32:33.735Z] coverage: 8.3% of statements [2021-09-24T13:32:33.735Z] ok github.com/docker/docker/daemon/logger/templates 0.035s coverage: 8.3% of statements [2021-09-24T13:32:33.735Z] === RUN TestValidateLogOpt [2021-09-24T13:32:33.735Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestNewMissedConfig [2021-09-24T13:32:33.735Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestNewMissedUrl [2021-09-24T13:32:33.735Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestNewMissedToken [2021-09-24T13:32:33.735Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestNewWithProxy [2021-09-24T13:32:33.735Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestDefault [2021-09-24T13:32:33.735Z] --- PASS: TestDefault (0.01s) [2021-09-24T13:32:33.735Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-24T13:32:33.735Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestJsonFormat [2021-09-24T13:32:33.735Z] --- PASS: TestJsonFormat (0.01s) [2021-09-24T13:32:33.735Z] === RUN TestRawFormat [2021-09-24T13:32:33.735Z] --- PASS: TestRawFormat (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestRawFormatWithLabels [2021-09-24T13:32:33.735Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestRawFormatWithoutTag [2021-09-24T13:32:33.735Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestBatching [2021-09-24T13:32:33.735Z] === RUN TestParseLogFormat [2021-09-24T13:32:33.735Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestValidateLogOptEmpty [2021-09-24T13:32:33.735Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestValidateSyslogAddress [2021-09-24T13:32:33.735Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestParseAddressDefaultPort [2021-09-24T13:32:33.735Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestValidateSyslogFacility [2021-09-24T13:32:33.735Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestValidateLogOptSyslogFormat [2021-09-24T13:32:33.735Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-24T13:32:33.735Z] === RUN TestValidateLogOpt [2021-09-24T13:32:33.735Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-24T13:32:33.735Z] PASS [2021-09-24T13:32:33.735Z] coverage: 46.8% of statements [2021-09-24T13:32:33.735Z] ok github.com/docker/docker/daemon/logger/syslog 0.042s coverage: 46.8% of statements [2021-09-24T13:32:33.735Z] --- PASS: TestBatching (0.28s) [2021-09-24T13:32:33.735Z] === RUN TestFrequency [2021-09-24T13:32:34.192Z] --- PASS: TestFrequency (0.27s) [2021-09-24T13:32:34.192Z] === RUN TestOneMessagePerRequest [2021-09-24T13:32:34.192Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-09-24T13:32:34.192Z] === RUN TestVerify [2021-09-24T13:32:34.192Z] --- PASS: TestVerify (0.00s) [2021-09-24T13:32:34.192Z] === RUN TestSkipVerify [2021-09-24T13:32:34.192Z] time="2021-09-24T13:32:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.192Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.192Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.192Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] --- PASS: TestSkipVerify (0.35s) [2021-09-24T13:32:34.648Z] === RUN TestBufferMaximum [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.243785\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.243785\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-24T13:32:34.648Z] === RUN TestServerAlwaysDown [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.245791\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.245791\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.245791\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.246791\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] time="2021-09-24T13:32:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1632490354.246791\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:34.648Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-24T13:32:34.648Z] === RUN TestCannotSendAfterClose [2021-09-24T13:32:34.648Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-24T13:32:34.648Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-24T13:32:34.648Z] === RUN TestV1IDService [2021-09-24T13:32:34.648Z] --- PASS: TestV1IDService (0.02s) [2021-09-24T13:32:34.648Z] === RUN TestV2MetadataService [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.03s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.14s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.14s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s) [2021-09-24T13:32:35.391Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.14s) [2021-09-24T13:32:35.391Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:32:35.391Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:32:35.612Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-24T13:32:35.612Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-24T13:32:35.612Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestContinueOnError_NeverContinue [2021-09-24T13:32:35.612Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestManifestStore [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/no_remote_or_local [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"030a13218981\"}'" [2021-09-24T13:32:35.612Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-24T13:32:35.612Z] PASS [2021-09-24T13:32:35.612Z] coverage: 82.5% of statements [2021-09-24T13:32:35.612Z] ok github.com/docker/docker/daemon/logger/splunk 1.989s coverage: 82.5% of statements [2021-09-24T13:32:35.612Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-24T13:32:35.612Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-24T13:32:35.612Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2380132580\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/no_local_cache [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/with_local_cache [2021-09-24T13:32:35.612Z] === RUN TestSuccessfulDownload [2021-09-24T13:32:35.612Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:32:35.612Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestCancelledDownload [2021-09-24T13:32:35.612Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestMaxDownloadAttempts [2021-09-24T13:32:35.612Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:32:35.612Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:32:35.612Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:32:35.612Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:32:35.612Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:32:35.612Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:32:35.612Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:32:35.612Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:32:35.612Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-24T13:32:35.612Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-24T13:32:35.612Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-24T13:32:35.612Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/unknown_media_type [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="reference for unknown type: " [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="reference for unknown type: " [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-24T13:32:35.612Z] --- PASS: TestV2MetadataService (0.77s) [2021-09-24T13:32:35.612Z] PASS [2021-09-24T13:32:35.612Z] coverage: 48.2% of statements [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="reference for unknown type: " [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="reference for unknown type: " [2021-09-24T13:32:35.612Z] ok github.com/docker/docker/distribution/metadata 0.839s coverage: 48.2% of statements [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="reference for unknown type: " [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-24T13:32:35.612Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-24T13:32:35.612Z] time="2021-09-24T13:32:35Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore (0.23s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-24T13:32:35.612Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-24T13:32:35.612Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestFixManifestLayers [2021-09-24T13:32:35.612Z] --- PASS: TestFixManifestLayers (0.01s) [2021-09-24T13:32:35.612Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-24T13:32:35.612Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:32:35.612Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestFixManifestLayersBadParent [2021-09-24T13:32:35.612Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestValidateManifest [2021-09-24T13:32:35.612Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:32:35.612Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestFormatPlatform [2021-09-24T13:32:35.612Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestGetRepositoryMountCandidates [2021-09-24T13:32:35.612Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestLayerAlreadyExists [2021-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] 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-09-24T13:32:35.612Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-24T13:32:35.612Z] === RUN TestWhenEmptyAuthConfig [2021-09-24T13:32:35.813Z] --- PASS: TestCreateServiceMaxReplicas (2.81s) [2021-09-24T13:32:35.813Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:32:36.069Z] time="2021-09-24T13:32:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:32:36.069Z] time="2021-09-24T13:32:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:32:36.069Z] time="2021-09-24T13:32:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:32:36.069Z] time="2021-09-24T13:32:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-24T13:32:36.069Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-24T13:32:36.069Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-09-24T13:32:36.069Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-09-24T13:32:36.069Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-09-24T13:32:36.069Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-09-24T13:32:36.069Z] === RUN TestTransfer [2021-09-24T13:32:36.069Z] --- PASS: TestTransfer (0.12s) [2021-09-24T13:32:36.069Z] === RUN TestConcurrencyLimit [2021-09-24T13:32:36.534Z] === RUN TestNotFound [2021-09-24T13:32:36.534Z] --- PASS: TestNotFound (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestConflict [2021-09-24T13:32:36.534Z] --- PASS: TestConflict (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestForbidden [2021-09-24T13:32:36.534Z] --- PASS: TestForbidden (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestInvalidParameter [2021-09-24T13:32:36.534Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestNotImplemented [2021-09-24T13:32:36.534Z] --- PASS: TestNotImplemented (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestNotModified [2021-09-24T13:32:36.534Z] --- PASS: TestNotModified (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestUnauthorized [2021-09-24T13:32:36.534Z] --- PASS: TestUnauthorized (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestUnknown [2021-09-24T13:32:36.534Z] --- PASS: TestUnknown (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestCancelled [2021-09-24T13:32:36.534Z] --- PASS: TestCancelled (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestDeadline [2021-09-24T13:32:36.534Z] --- PASS: TestDeadline (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestDataLoss [2021-09-24T13:32:36.534Z] --- PASS: TestDataLoss (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestUnavailable [2021-09-24T13:32:36.534Z] --- PASS: TestUnavailable (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestSystem [2021-09-24T13:32:36.534Z] --- PASS: TestSystem (0.00s) [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Not_Found [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Bad_Request [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Conflict [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Unauthorized [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Forbidden [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Not_Modified [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-24T13:32:36.534Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-24T13:32:36.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-24T13:32:36.534Z] PASS [2021-09-24T13:32:36.534Z] coverage: 53.1% of statements [2021-09-24T13:32:36.534Z] ok github.com/docker/docker/errdefs 0.030s coverage: 53.1% of statements [2021-09-24T13:32:36.534Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-09-24T13:32:36.534Z] === RUN TestInactiveJobs [2021-09-24T13:32:36.991Z] --- PASS: TestWhenEmptyAuthConfig (1.11s) [2021-09-24T13:32:36.991Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-24T13:32:36.991Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestTokenPassThru [2021-09-24T13:32:36.991Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestTokenPassThruDifferentHost [2021-09-24T13:32:36.991Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-09-24T13:32:36.991Z] PASS [2021-09-24T13:32:36.991Z] coverage: 24.1% of statements [2021-09-24T13:32:36.991Z] ok github.com/docker/docker/distribution 1.442s coverage: 24.1% of statements [2021-09-24T13:32:36.991Z] --- PASS: TestInactiveJobs (0.39s) [2021-09-24T13:32:36.991Z] === RUN TestWatchRelease [2021-09-24T13:32:36.991Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-24T13:32:36.991Z] --- PASS: TestWatchRelease (0.04s) [2021-09-24T13:32:36.991Z] === RUN TestWatchFinishedTransfer [2021-09-24T13:32:36.991Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestDuplicateTransfer [2021-09-24T13:32:36.991Z] === RUN TestFSGetInvalidData [2021-09-24T13:32:36.991Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSInvalidSet [2021-09-24T13:32:36.991Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSInvalidRoot [2021-09-24T13:32:36.991Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestFSMetadataGetSet [2021-09-24T13:32:36.991Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-24T13:32:36.991Z] === RUN TestSuccessfulUpload [2021-09-24T13:32:36.991Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-24T13:32:36.991Z] === RUN TestFSInvalidWalker [2021-09-24T13:32:36.991Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSGetSet [2021-09-24T13:32:36.991Z] --- PASS: TestFSGetSet (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSGetUnsetKey [2021-09-24T13:32:36.991Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestFSGetEmptyData [2021-09-24T13:32:36.991Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestFSDelete [2021-09-24T13:32:36.991Z] --- PASS: TestFSDelete (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSWalker [2021-09-24T13:32:36.991Z] --- PASS: TestFSWalker (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestFSWalkerStopOnError [2021-09-24T13:32:36.991Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestNewFromJSON [2021-09-24T13:32:36.991Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-24T13:32:36.991Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestMarshalKeyOrder [2021-09-24T13:32:36.991Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestHistoryEqual [2021-09-24T13:32:36.991Z] --- PASS: TestHistoryEqual (0.11s) [2021-09-24T13:32:36.991Z] === RUN TestImage [2021-09-24T13:32:36.991Z] --- PASS: TestImage (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestImageOSNotEmpty [2021-09-24T13:32:36.991Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-24T13:32:36.991Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-24T13:32:36.991Z] === RUN TestCreate [2021-09-24T13:32:36.991Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:32:36.991Z] === RUN TestRestore [2021-09-24T13:32:36.991Z] time="2021-09-24T13:32:36Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-24T13:32:36.991Z] --- PASS: TestRestore (0.06s) [2021-09-24T13:32:36.991Z] === RUN TestAddDelete [2021-09-24T13:32:36.991Z] --- PASS: TestAddDelete (0.02s) [2021-09-24T13:32:36.991Z] === RUN TestSearchAfterDelete [2021-09-24T13:32:37.307Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:32:37.324Z] . [2021-09-24T13:32:37.324Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:32:37.324Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:32:37.324Z] Error: No such image: emptyfs [2021-09-24T13:32:37.324Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-24T13:32:37.324Z] ++++ docker load [2021-09-24T13:32:37.324Z] Running integration-test (iteration 1) [2021-09-24T13:32:37.324Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-09-24T13:32:37.324Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:32:37.324Z] ++ set -e [2021-09-24T13:32:37.324Z] ++ '[' -n 0 ']' [2021-09-24T13:32:37.324Z] ++ set -x [2021-09-24T13:32:37.325Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:32:37.325Z] Loaded image: busybox:latest [2021-09-24T13:32:37.325Z] Loaded image: busybox:glibc [2021-09-24T13:32:37.448Z] time="2021-09-24T13:32:36Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-24T13:32:37.448Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-24T13:32:37.448Z] === RUN TestParentReset [2021-09-24T13:32:37.448Z] --- PASS: TestParentReset (0.02s) [2021-09-24T13:32:37.448Z] === RUN TestGetAndSetLastUpdated [2021-09-24T13:32:37.448Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-24T13:32:37.448Z] === RUN TestStoreLen [2021-09-24T13:32:37.448Z] === RUN TestCompare [2021-09-24T13:32:37.448Z] --- PASS: TestCompare (0.00s) [2021-09-24T13:32:37.448Z] PASS [2021-09-24T13:32:37.448Z] coverage: 19.2% of statements [2021-09-24T13:32:37.448Z] ok github.com/docker/docker/image/cache 0.062s coverage: 19.2% of statements [2021-09-24T13:32:37.448Z] --- PASS: TestStoreLen (0.04s) [2021-09-24T13:32:37.448Z] PASS [2021-09-24T13:32:37.448Z] coverage: 86.6% of statements [2021-09-24T13:32:37.448Z] ok github.com/docker/docker/image 0.440s coverage: 86.6% of statements [2021-09-24T13:32:37.448Z] --- PASS: TestSuccessfulUpload (0.40s) [2021-09-24T13:32:37.448Z] === RUN TestCancelledUpload [2021-09-24T13:32:37.448Z] --- PASS: TestCancelledUpload (0.01s) [2021-09-24T13:32:37.448Z] PASS [2021-09-24T13:32:37.448Z] coverage: 77.3% of statements [2021-09-24T13:32:37.448Z] ok github.com/docker/docker/distribution/xfer 1.860s coverage: 77.3% of statements [2021-09-24T13:32:37.448Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-24T13:32:37.881Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:32:37.904Z] === RUN TestValidateManifest [2021-09-24T13:32:37.904Z] === RUN TestValidateManifest/nil [2021-09-24T13:32:37.904Z] === RUN TestValidateManifest/non-nil [2021-09-24T13:32:37.904Z] --- PASS: TestValidateManifest (0.00s) [2021-09-24T13:32:37.904Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-24T13:32:37.904Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-24T13:32:37.904Z] PASS [2021-09-24T13:32:37.904Z] coverage: 0.7% of statements [2021-09-24T13:32:37.904Z] ok github.com/docker/docker/image/tarexport 0.121s coverage: 0.7% of statements [2021-09-24T13:32:38.361Z] === RUN TestMakeV1ConfigFromConfig [2021-09-24T13:32:38.361Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-24T13:32:38.361Z] PASS [2021-09-24T13:32:38.361Z] coverage: 25.0% of statements [2021-09-24T13:32:38.361Z] ok github.com/docker/docker/image/v1 0.071s coverage: 25.0% of statements [2021-09-24T13:32:38.361Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-24T13:32:38.452Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:32:38.717Z] Loaded image: debian:bullseye-slim [2021-09-24T13:32:38.717Z] Loaded image: hello-world:latest [2021-09-24T13:32:38.717Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:32:38.717Z] INFO: Testing against a local daemon [2021-09-24T13:32:38.717Z] === RUN TestCgroupNamespacesBuild [2021-09-24T13:32:38.818Z] === RUN TestSerialization [2021-09-24T13:32:38.818Z] --- PASS: TestSerialization (0.02s) [2021-09-24T13:32:38.818Z] PASS [2021-09-24T13:32:38.818Z] coverage: 100.0% of statements [2021-09-24T13:32:38.818Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2021-09-24T13:32:39.025Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:32:39.275Z] === RUN TestEnvironmentParsing [2021-09-24T13:32:39.275Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-24T13:32:39.275Z] PASS [2021-09-24T13:32:39.275Z] coverage: 1.2% of statements [2021-09-24T13:32:39.275Z] ok github.com/docker/docker/libcontainerd/local 0.078s coverage: 1.2% of statements [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy (4.52s) [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.49s) [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2021-09-24T13:32:39.285Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2021-09-24T13:32:39.285Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:32:39.732Z] === RUN TestEmptyLayer [2021-09-24T13:32:39.732Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestCommitFailure [2021-09-24T13:32:39.732Z] --- PASS: TestCommitFailure (0.01s) [2021-09-24T13:32:39.732Z] === RUN TestStartTransactionFailure [2021-09-24T13:32:39.732Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestGetOrphan [2021-09-24T13:32:39.732Z] --- PASS: TestGetOrphan (0.01s) [2021-09-24T13:32:39.732Z] === RUN TestMountAndRegister [2021-09-24T13:32:39.732Z] layer_test.go:270: Layer size: 14 [2021-09-24T13:32:39.732Z] --- PASS: TestMountAndRegister (0.05s) [2021-09-24T13:32:39.732Z] === RUN TestLayerRelease [2021-09-24T13:32:39.732Z] layer_test.go:303: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestStoreRestore [2021-09-24T13:32:39.732Z] layer_test.go:352: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestTarStreamStability [2021-09-24T13:32:39.732Z] layer_test.go:467: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestRegisterExistingLayer [2021-09-24T13:32:39.732Z] --- PASS: TestRegisterExistingLayer (0.10s) [2021-09-24T13:32:39.732Z] === RUN TestTarStreamVerification [2021-09-24T13:32:39.732Z] layer_test.go:696: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestLayerMigration [2021-09-24T13:32:39.732Z] migration_test.go:45: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestLayerMigrationNoTarsplit [2021-09-24T13:32:39.732Z] migration_test.go:181: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestMountInit [2021-09-24T13:32:39.732Z] mount_test.go:17: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestMountInit (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestMountSize [2021-09-24T13:32:39.732Z] mount_test.go:76: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestMountSize (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestMountChanges [2021-09-24T13:32:39.732Z] mount_test.go:125: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestMountChanges (0.00s) [2021-09-24T13:32:39.732Z] === RUN TestMountApply [2021-09-24T13:32:39.732Z] mount_test.go:212: Failing on Windows [2021-09-24T13:32:39.732Z] --- SKIP: TestMountApply (0.00s) [2021-09-24T13:32:39.732Z] PASS [2021-09-24T13:32:39.732Z] coverage: 30.1% of statements [2021-09-24T13:32:39.732Z] ok github.com/docker/docker/layer 0.240s coverage: 30.1% of statements [2021-09-24T13:32:39.732Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-24T13:32:39.732Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-24T13:32:39.732Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-24T13:32:39.732Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-24T13:32:40.188Z] === RUN TestSequenceGetAvailableBit [2021-09-24T13:32:40.188Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSequenceEqual [2021-09-24T13:32:40.188Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSequenceCopy [2021-09-24T13:32:40.188Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestGetFirstAvailable [2021-09-24T13:32:40.188Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestFindSequence [2021-09-24T13:32:40.188Z] --- PASS: TestFindSequence (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestCheckIfAvailable [2021-09-24T13:32:40.188Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestMergeSequences [2021-09-24T13:32:40.188Z] --- PASS: TestMergeSequences (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestPushReservation [2021-09-24T13:32:40.188Z] --- PASS: TestPushReservation (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSerializeDeserialize [2021-09-24T13:32:40.188Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSet [2021-09-24T13:32:40.188Z] --- PASS: TestSet (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSetUnset [2021-09-24T13:32:40.188Z] --- PASS: TestSetUnset (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestOffsetSetUnset [2021-09-24T13:32:40.188Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSetInRange [2021-09-24T13:32:40.188Z] --- PASS: TestSetInRange (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestSetAnyInRange [2021-09-24T13:32:40.188Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestMethods [2021-09-24T13:32:40.188Z] --- PASS: TestMethods (0.00s) [2021-09-24T13:32:40.188Z] === RUN TestRandomAllocateDeallocate [2021-09-24T13:32:40.636Z] --- PASS: TestCgroupNamespacesBuild (1.59s) [2021-09-24T13:32:40.636Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-24T13:32:41.199Z] --- PASS: TestBuildMultiStageParentConfig (1.40s) [2021-09-24T13:32:41.199Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:32:41.717Z] === RUN TestInvalidConfig [2021-09-24T13:32:41.718Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-24T13:32:41.718Z] === RUN TestConfig [2021-09-24T13:32:41.718Z] --- PASS: TestConfig (0.00s) [2021-09-24T13:32:41.718Z] === RUN TestOptionsLabels [2021-09-24T13:32:41.718Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-24T13:32:41.718Z] === RUN TestValidName [2021-09-24T13:32:41.718Z] --- PASS: TestValidName (0.00s) [2021-09-24T13:32:41.718Z] === RUN TestTLSConfiguration [2021-09-24T13:32:41.718Z] time="2021-09-24T13:32:41Z" level=info msg="Option Initializing KV with TLS" [2021-09-24T13:32:41.718Z] --- PASS: TestTLSConfiguration (0.14s) [2021-09-24T13:32:41.718Z] PASS [2021-09-24T13:32:41.718Z] coverage: 24.0% of statements [2021-09-24T13:32:41.718Z] ok github.com/docker/docker/libnetwork/config 0.237s coverage: 24.0% of statements [2021-09-24T13:32:42.026Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.43s) [2021-09-24T13:32:42.026Z] === RUN TestBuildWithSession [2021-09-24T13:32:42.026Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:32:42.026Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:32:42.026Z] === RUN TestBuildSquashParent [2021-09-24T13:32:42.174Z] === RUN TestKey [2021-09-24T13:32:42.174Z] --- PASS: TestKey (0.00s) [2021-09-24T13:32:42.174Z] === RUN TestParseKey [2021-09-24T13:32:42.174Z] --- PASS: TestParseKey (0.00s) [2021-09-24T13:32:42.174Z] === RUN TestInvalidDataStore [2021-09-24T13:32:42.174Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-24T13:32:42.174Z] === RUN TestKVObjectFlatKey [2021-09-24T13:32:42.174Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-24T13:32:42.174Z] === RUN TestAtomicKVObjectFlatKey [2021-09-24T13:32:42.174Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-24T13:32:42.174Z] PASS [2021-09-24T13:32:42.174Z] coverage: 21.9% of statements [2021-09-24T13:32:42.174Z] ok github.com/docker/docker/libnetwork/datastore 0.045s coverage: 21.9% of statements [2021-09-24T13:32:42.630Z] === RUN TestIPDataMarshalling [2021-09-24T13:32:42.630Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-24T13:32:42.630Z] === RUN TestValidateAndIsV6 [2021-09-24T13:32:42.630Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-24T13:32:42.630Z] PASS [2021-09-24T13:32:42.630Z] coverage: 68.9% of statements [2021-09-24T13:32:42.630Z] ok github.com/docker/docker/libnetwork/driverapi 0.036s coverage: 68.9% of statements [2021-09-24T13:32:43.112Z] --- PASS: TestBuildLabelWithTargets (2.13s) [2021-09-24T13:32:43.112Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:32:43.593Z] === RUN TestErrorInterfaces [2021-09-24T13:32:43.593Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestNetworkMarshalling [2021-09-24T13:32:43.593Z] === RUN TestDriver [2021-09-24T13:32:43.593Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:32:43.593Z] PASS [2021-09-24T13:32:43.593Z] coverage: 34.8% of statements [2021-09-24T13:32:43.593Z] ok github.com/docker/docker/libnetwork/drivers/host 0.044s coverage: 34.8% of statements [2021-09-24T13:32:43.593Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-09-24T13:32:43.593Z] === RUN TestEndpointMarshalling [2021-09-24T13:32:43.593Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestAuxAddresses [2021-09-24T13:32:43.593Z] time="2021-09-24T13:32:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:32:43.593Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-24T13:32:43.593Z] === RUN TestSRVServiceQuery [2021-09-24T13:32:43.593Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestServiceVIPReuse [2021-09-24T13:32:43.593Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-24T13:32:43.593Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestDNSIPQuery [2021-09-24T13:32:43.593Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestDNSProxyServFail [2021-09-24T13:32:43.593Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestSandboxAddEmpty [2021-09-24T13:32:43.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestSandboxAddMultiPrio [2021-09-24T13:32:43.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestSandboxAddSamePrio [2021-09-24T13:32:43.593Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestCleanupServiceDiscovery [2021-09-24T13:32:43.593Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestDNSOptions [2021-09-24T13:32:43.593Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:32:43.593Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-24T13:32:43.593Z] === RUN TestMultipleControllersWithSameStore [2021-09-24T13:32:43.593Z] time="2021-09-24T13:32:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:32:43.593Z] time="2021-09-24T13:32:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-24T13:32:43.593Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-24T13:32:43.593Z] PASS [2021-09-24T13:32:43.593Z] coverage: 8.6% of statements [2021-09-24T13:32:43.593Z] ok github.com/docker/docker/libnetwork 0.260s coverage: 8.6% of statements [2021-09-24T13:32:44.050Z] === RUN TestDriver [2021-09-24T13:32:44.050Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:32:44.050Z] PASS [2021-09-24T13:32:44.050Z] coverage: 34.8% of statements [2021-09-24T13:32:44.050Z] ok github.com/docker/docker/libnetwork/drivers/null 0.075s coverage: 34.8% of statements [2021-09-24T13:32:44.054Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2021-09-24T13:32:44.054Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:32:44.509Z] === RUN TestNetworkAllocateFree [2021-09-24T13:32:44.509Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-24T13:32:44.509Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-24T13:32:44.509Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-24T13:32:44.509Z] PASS [2021-09-24T13:32:44.509Z] coverage: 63.6% of statements [2021-09-24T13:32:44.509Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2021-09-24T13:32:44.509Z] === RUN TestGetEmptyCapabilities [2021-09-24T13:32:44.509Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-24T13:32:44.509Z] === RUN TestGetExtraCapabilities [2021-09-24T13:32:44.509Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-24T13:32:44.509Z] === RUN TestGetInvalidCapabilities [2021-09-24T13:32:44.509Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-24T13:32:44.509Z] === RUN TestRemoteDriver [2021-09-24T13:32:44.509Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-24T13:32:44.509Z] === RUN TestDriverError [2021-09-24T13:32:44.509Z] --- PASS: TestDriverError (0.00s) [2021-09-24T13:32:44.509Z] === RUN TestMissingValues [2021-09-24T13:32:44.509Z] --- PASS: TestMissingValues (0.01s) [2021-09-24T13:32:44.509Z] === RUN TestRollback [2021-09-24T13:32:44.509Z] --- PASS: TestRollback (0.01s) [2021-09-24T13:32:44.509Z] PASS [2021-09-24T13:32:44.509Z] coverage: 57.4% of statements [2021-09-24T13:32:44.509Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.085s coverage: 57.4% of statements [2021-09-24T13:32:45.471Z] === RUN TestNAT [2021-09-24T13:32:45.471Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:32:45.471Z] --- SKIP: TestNAT (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestTransparent [2021-09-24T13:32:45.471Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:32:45.471Z] --- SKIP: TestTransparent (0.00s) [2021-09-24T13:32:45.471Z] PASS [2021-09-24T13:32:45.471Z] coverage: 0.0% of statements [2021-09-24T13:32:45.471Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2021-09-24T13:32:45.471Z] === RUN TestBuildDefault [2021-09-24T13:32:45.471Z] --- PASS: TestBuildDefault (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestBuildHostnameDomainname [2021-09-24T13:32:45.471Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestBuildHostname [2021-09-24T13:32:45.471Z] --- PASS: TestBuildHostname (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestBuildHostnameFQDN [2021-09-24T13:32:45.471Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestBuildNoIP [2021-09-24T13:32:45.471Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestUpdate [2021-09-24T13:32:45.471Z] --- PASS: TestUpdate (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-24T13:32:45.471Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-24T13:32:45.471Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestAddEmpty [2021-09-24T13:32:45.471Z] --- PASS: TestAddEmpty (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestAdd [2021-09-24T13:32:45.471Z] --- PASS: TestAdd (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestDeleteEmpty [2021-09-24T13:32:45.471Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestDeleteNewline [2021-09-24T13:32:45.471Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestDelete [2021-09-24T13:32:45.471Z] --- PASS: TestDelete (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestConcurrentWrites [2021-09-24T13:32:45.471Z] === RUN TestNew [2021-09-24T13:32:45.471Z] --- PASS: TestNew (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestAddDriver [2021-09-24T13:32:45.471Z] --- PASS: TestAddDriver (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestAddDuplicateDriver [2021-09-24T13:32:45.471Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-24T13:32:45.471Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestDriver [2021-09-24T13:32:45.471Z] --- PASS: TestDriver (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestIPAM [2021-09-24T13:32:45.471Z] --- PASS: TestIPAM (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestWalkIPAMs [2021-09-24T13:32:45.471Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-24T13:32:45.471Z] === RUN TestWalkDrivers [2021-09-24T13:32:45.471Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-24T13:32:45.471Z] PASS [2021-09-24T13:32:45.471Z] coverage: 82.4% of statements [2021-09-24T13:32:45.471Z] ok github.com/docker/docker/libnetwork/drvregistry 0.064s coverage: 82.4% of statements [2021-09-24T13:32:45.471Z] --- PASS: TestRandomAllocateDeallocate (5.49s) [2021-09-24T13:32:45.471Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:32:45.471Z] --- PASS: TestConcurrentWrites (0.16s) [2021-09-24T13:32:45.471Z] PASS [2021-09-24T13:32:45.471Z] coverage: 81.2% of statements [2021-09-24T13:32:45.471Z] ok github.com/docker/docker/libnetwork/etchosts 0.212s coverage: 81.2% of statements [2021-09-24T13:32:46.434Z] === RUN TestNew [2021-09-24T13:32:46.434Z] --- PASS: TestNew (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestAllocate [2021-09-24T13:32:46.434Z] --- PASS: TestAllocate (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestUninitialized [2021-09-24T13:32:46.434Z] --- PASS: TestUninitialized (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestAllocateInRange [2021-09-24T13:32:46.434Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestAllocateSerial [2021-09-24T13:32:46.434Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-24T13:32:46.434Z] PASS [2021-09-24T13:32:46.434Z] coverage: 87.5% of statements [2021-09-24T13:32:46.434Z] ok github.com/docker/docker/libnetwork/idm 0.038s coverage: 87.5% of statements [2021-09-24T13:32:46.434Z] === RUN TestDiff [2021-09-24T13:32:46.434Z] --- PASS: TestDiff (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestAddedCallback [2021-09-24T13:32:46.434Z] --- PASS: TestAddedCallback (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestRemovedCallback [2021-09-24T13:32:46.434Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-24T13:32:46.434Z] === RUN TestNoCallback [2021-09-24T13:32:46.434Z] --- PASS: TestNoCallback (0.00s) [2021-09-24T13:32:46.434Z] PASS [2021-09-24T13:32:46.434Z] coverage: 48.1% of statements [2021-09-24T13:32:46.434Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.041s coverage: 48.1% of statements [2021-09-24T13:32:46.891Z] === RUN TestCaller [2021-09-24T13:32:46.891Z] --- PASS: TestCaller (0.00s) [2021-09-24T13:32:46.891Z] PASS [2021-09-24T13:32:46.891Z] coverage: 100.0% of statements [2021-09-24T13:32:46.891Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2021-09-24T13:32:46.891Z] === RUN TestSetSerialInsertDelete [2021-09-24T13:32:46.891Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-24T13:32:46.891Z] === RUN TestSetParallelInsertDelete [2021-09-24T13:32:46.891Z] --- PASS: TestAllocateRandomDeallocate (1.29s) [2021-09-24T13:32:46.891Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-24T13:32:47.335Z] --- PASS: TestBuildSquashParent (4.61s) [2021-09-24T13:32:47.335Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:47.336Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:47.336Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:47.336Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:32:47.336Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:32:47.336Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:32:47.336Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:32:47.356Z] --- PASS: TestBuildMultiStageOnBuild (2.89s) [2021-09-24T13:32:47.356Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:32:47.854Z] === RUN TestPoolRequest [2021-09-24T13:32:47.854Z] --- PASS: TestPoolRequest (0.00s) [2021-09-24T13:32:47.854Z] === RUN TestOtherRequests [2021-09-24T13:32:47.854Z] --- PASS: TestOtherRequests (0.00s) [2021-09-24T13:32:47.854Z] PASS [2021-09-24T13:32:47.854Z] coverage: 57.1% of statements [2021-09-24T13:32:47.854Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2021-09-24T13:32:47.854Z] === RUN TestInt2IP2IntConversion [2021-09-24T13:32:48.310Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.29s) [2021-09-24T13:32:48.310Z] === RUN TestRetrieveFromStore [2021-09-24T13:32:48.310Z] --- PASS: TestInt2IP2IntConversion (0.41s) [2021-09-24T13:32:48.310Z] === RUN TestGetAddressVersion [2021-09-24T13:32:48.310Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-24T13:32:48.310Z] === RUN TestKeyString [2021-09-24T13:32:48.310Z] --- PASS: TestKeyString (0.00s) [2021-09-24T13:32:48.310Z] === RUN TestPoolDataMarshal [2021-09-24T13:32:48.310Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-24T13:32:48.310Z] === RUN TestSubnetsMarshal [2021-09-24T13:32:48.310Z] --- PASS: TestSubnetsMarshal (0.06s) [2021-09-24T13:32:48.310Z] === RUN TestAddSubnets [2021-09-24T13:32:48.310Z] --- PASS: TestAddSubnets (0.05s) [2021-09-24T13:32:48.310Z] === RUN TestDoublePoolRelease [2021-09-24T13:32:48.310Z] === RUN TestGetCapabilities [2021-09-24T13:32:48.310Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-24T13:32:48.310Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-24T13:32:48.310Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-24T13:32:48.310Z] === RUN TestGetDefaultAddressSpaces [2021-09-24T13:32:48.310Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-24T13:32:48.310Z] === RUN TestRemoteDriver [2021-09-24T13:32:48.740Z] --- PASS: TestBuildUncleanTarFilenames (1.59s) [2021-09-24T13:32:48.740Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:32:48.768Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-24T13:32:48.768Z] PASS [2021-09-24T13:32:48.768Z] coverage: 47.4% of statements [2021-09-24T13:32:48.768Z] --- PASS: TestDoublePoolRelease (0.03s) [2021-09-24T13:32:48.768Z] === RUN TestAddReleasePoolID [2021-09-24T13:32:48.768Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.058s coverage: 47.4% of statements [2021-09-24T13:32:48.768Z] --- PASS: TestAddReleasePoolID (0.07s) [2021-09-24T13:32:48.768Z] === RUN TestPredefinedPool [2021-09-24T13:32:48.768Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-24T13:32:48.768Z] === RUN TestRemoveSubnet [2021-09-24T13:32:48.768Z] --- PASS: TestRetrieveFromStore (0.54s) [2021-09-24T13:32:48.768Z] === RUN TestIsCorrupted [2021-09-24T13:32:48.768Z] --- PASS: TestIsCorrupted (0.01s) [2021-09-24T13:32:48.768Z] === RUN TestSetRollover [2021-09-24T13:32:48.768Z] --- PASS: TestRemoveSubnet (0.20s) [2021-09-24T13:32:48.768Z] === RUN TestGetSameAddress [2021-09-24T13:32:48.768Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-24T13:32:48.768Z] === RUN TestPoolAllocationReuse [2021-09-24T13:32:49.224Z] === RUN TestWindowsIPAM [2021-09-24T13:32:49.225Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-24T13:32:49.225Z] PASS [2021-09-24T13:32:49.225Z] coverage: 71.4% of statements [2021-09-24T13:32:49.225Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.035s coverage: 71.4% of statements [2021-09-24T13:32:49.259Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:32:49.259Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:32:50.187Z] === RUN TestDefaultNetwork [2021-09-24T13:32:50.187Z] --- PASS: TestSetRollover (1.40s) [2021-09-24T13:32:50.187Z] === RUN TestSetRolloverSerial [2021-09-24T13:32:50.187Z] --- PASS: TestDefaultNetwork (0.21s) [2021-09-24T13:32:50.187Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-24T13:32:50.187Z] --- PASS: TestPoolAllocationReuse (1.47s) [2021-09-24T13:32:50.187Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-24T13:32:50.187Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-24T13:32:50.187Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-24T13:32:50.187Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-09-24T13:32:50.187Z] === RUN TestInitAddressPools [2021-09-24T13:32:50.187Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-24T13:32:50.187Z] PASS [2021-09-24T13:32:50.187Z] coverage: 74.0% of statements [2021-09-24T13:32:50.187Z] ok github.com/docker/docker/libnetwork/ipamutils 0.489s coverage: 74.0% of statements [2021-09-24T13:32:50.644Z] === RUN TestKeyValue [2021-09-24T13:32:50.644Z] --- PASS: TestKeyValue (0.00s) [2021-09-24T13:32:50.644Z] PASS [2021-09-24T13:32:50.644Z] coverage: 60.0% of statements [2021-09-24T13:32:50.644Z] ok github.com/docker/docker/libnetwork/netlabel 0.035s coverage: 60.0% of statements [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.53s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.66s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.72s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.98s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.61s) [2021-09-24T13:32:50.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.61s) [2021-09-24T13:32:50.650Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:32:50.650Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:32:50.706Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2021-09-24T13:32:50.706Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:32:51.607Z] --- PASS: TestSetRolloverSerial (1.65s) [2021-09-24T13:32:51.608Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-24T13:32:51.608Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-24T13:32:51.608Z] PASS [2021-09-24T13:32:51.608Z] coverage: 84.4% of statements [2021-09-24T13:32:51.608Z] ok github.com/docker/docker/libnetwork/bitseq 11.755s coverage: 84.4% of statements [2021-09-24T13:32:51.644Z] --- PASS: TestCreateServiceSecretFileMode (2.48s) [2021-09-24T13:32:51.644Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:32:52.042Z] --- PASS: TestBuildMultiStageLayerLeak (2.97s) [2021-09-24T13:32:52.042Z] === RUN TestBuildWithHugeFile [2021-09-24T13:32:52.570Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.31s) [2021-09-24T13:32:52.570Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-24T13:32:52.570Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:32:52.570Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:32:52.833Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:32:53.026Z] === RUN TestNetworkDBSimple [2021-09-24T13:32:53.407Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy (2.88s) [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.66s) [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s) [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2021-09-24T13:32:53.669Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2021-09-24T13:32:53.669Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:32:53.989Z] 2021/09/24 13:32:53 Closing DB instances... [2021-09-24T13:32:54.182Z] --- PASS: TestCreateServiceConfigFileMode (2.39s) [2021-09-24T13:32:54.182Z] === RUN TestCreateServiceSysctls [2021-09-24T13:32:54.446Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.86s) [2021-09-24T13:32:54.446Z] === RUN TestGetAddress [2021-09-24T13:32:54.625Z] --- PASS: TestBuildMultiStageParentConfig (0.88s) [2021-09-24T13:32:54.625Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-24T13:32:54.902Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-24T13:32:55.358Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-09-24T13:32:55.358Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-24T13:32:55.358Z] === RUN TestGenerate [2021-09-24T13:32:55.358Z] --- PASS: TestGenerate (0.00s) [2021-09-24T13:32:55.358Z] === RUN TestGeneratePtr [2021-09-24T13:32:55.358Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-24T13:32:55.358Z] === RUN TestGenerateMissingField [2021-09-24T13:32:55.358Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-24T13:32:55.358Z] === RUN TestFieldCannotBeSet [2021-09-24T13:32:55.358Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-24T13:32:55.358Z] === RUN TestTypeMismatchError [2021-09-24T13:32:55.358Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-24T13:32:55.358Z] PASS [2021-09-24T13:32:55.358Z] coverage: 100.0% of statements [2021-09-24T13:32:55.358Z] ok github.com/docker/docker/libnetwork/options 0.037s coverage: 100.0% of statements [2021-09-24T13:32:55.816Z] testing: warning: no tests to run [2021-09-24T13:32:55.816Z] PASS [2021-09-24T13:32:55.816Z] coverage: 0.0% of statements [2021-09-24T13:32:55.816Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:32:56.026Z] --- PASS: TestBuildLabelWithTargets (1.35s) [2021-09-24T13:32:56.026Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:32:56.277Z] 2021/09/24 13:32:56 Closing DB instances... [2021-09-24T13:32:56.600Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2021-09-24T13:32:56.600Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:32:56.732Z] === RUN TestRequestNewPort [2021-09-24T13:32:56.732Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestRequestSpecificPort [2021-09-24T13:32:56.732Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestReleasePort [2021-09-24T13:32:56.732Z] --- PASS: TestReleasePort (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestReuseReleasedPort [2021-09-24T13:32:56.732Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestReleaseUnreadledPort [2021-09-24T13:32:56.732Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestUnknowProtocol [2021-09-24T13:32:56.732Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestAllocateAllPorts [2021-09-24T13:32:56.732Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestPortAllocation [2021-09-24T13:32:56.732Z] --- PASS: TestPortAllocation (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestPortAllocationWithCustomRange [2021-09-24T13:32:56.732Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestNoDuplicateBPR [2021-09-24T13:32:56.732Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-24T13:32:56.732Z] === RUN TestChangePortRange [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-24T13:32:56.732Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-24T13:32:56.732Z] --- PASS: TestChangePortRange (0.00s) [2021-09-24T13:32:56.732Z] PASS [2021-09-24T13:32:56.732Z] coverage: 88.6% of statements [2021-09-24T13:32:56.732Z] ok github.com/docker/docker/libnetwork/portallocator 0.038s coverage: 88.6% of statements [2021-09-24T13:32:56.732Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-24T13:32:56.732Z] PASS [2021-09-24T13:32:56.732Z] coverage: 100.0% of statements [2021-09-24T13:32:56.732Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.035s coverage: 100.0% of statements [2021-09-24T13:32:57.188Z] testing: warning: no tests to run [2021-09-24T13:32:57.188Z] PASS [2021-09-24T13:32:57.188Z] coverage: 0.0% of statements [2021-09-24T13:32:57.188Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2021-09-24T13:32:57.478Z] --- PASS: TestCreateServiceSysctls (3.21s) [2021-09-24T13:32:57.478Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:32:57.645Z] === RUN TestHashData [2021-09-24T13:32:57.645Z] --- PASS: TestHashData (0.00s) [2021-09-24T13:32:57.645Z] PASS [2021-09-24T13:32:57.645Z] coverage: 2.8% of statements [2021-09-24T13:32:57.645Z] ok github.com/docker/docker/libnetwork/resolvconf 0.053s coverage: 2.8% of statements [2021-09-24T13:32:57.645Z] === RUN TestErrorConstructors [2021-09-24T13:32:57.645Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-24T13:32:57.645Z] === RUN TestCompareIPMask [2021-09-24T13:32:57.645Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-24T13:32:57.645Z] === RUN TestUtilGetHostPartIP [2021-09-24T13:32:57.645Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-24T13:32:57.645Z] === RUN TestUtilGetBroadcastIP [2021-09-24T13:32:57.645Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-24T13:32:57.645Z] === RUN TestParseCIDR [2021-09-24T13:32:57.645Z] --- PASS: TestParseCIDR (0.00s) [2021-09-24T13:32:57.645Z] PASS [2021-09-24T13:32:57.645Z] coverage: 37.3% of statements [2021-09-24T13:32:57.645Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2021-09-24T13:32:58.102Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-24T13:32:58.102Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-24T13:32:58.522Z] --- PASS: TestBuildMultiStageOnBuild (1.90s) [2021-09-24T13:32:58.522Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-24T13:32:58.558Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-24T13:32:58.558Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-24T13:32:58.559Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-24T13:32:58.559Z] PASS [2021-09-24T13:32:58.559Z] coverage: 50.0% of statements [2021-09-24T13:32:58.559Z] ok github.com/docker/docker/oci 0.103s coverage: 50.0% of statements [2021-09-24T13:32:59.015Z] === RUN TestAddressPoolOpt [2021-09-24T13:32:59.015Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/a [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/something [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/_=a [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/env1=value1 [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/_env1=value1 [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/PATH [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/=a [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/PATH= [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/PATH=something [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/asd!qwe [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/1asd [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/123 [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/some_space [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/__some_space_before [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/some_space_after__ [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/= [2021-09-24T13:32:59.015Z] === RUN TestValidateEnv/PaTh [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestParseHost [2021-09-24T13:32:59.015Z] --- PASS: TestParseHost (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestParseDockerDaemonHost [2021-09-24T13:32:59.015Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestParseTCP [2021-09-24T13:32:59.015Z] --- PASS: TestParseTCP (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-24T13:32:59.015Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestValidateExtraHosts [2021-09-24T13:32:59.015Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestIpOptString [2021-09-24T13:32:59.015Z] --- PASS: TestIpOptString (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-24T13:32:59.015Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestNewIpOptValidDefaultVal [2021-09-24T13:32:59.015Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestIpOptSetInvalidVal [2021-09-24T13:32:59.015Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestValidateIPAddress [2021-09-24T13:32:59.015Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestMapOpts [2021-09-24T13:32:59.015Z] --- PASS: TestMapOpts (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestListOptsWithoutValidator [2021-09-24T13:32:59.015Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestListOptsWithValidator [2021-09-24T13:32:59.015Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestValidateDNSSearch [2021-09-24T13:32:59.015Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_general_format [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_one_more [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-24T13:32:59.015Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-24T13:32:59.015Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestNamedListOpts [2021-09-24T13:32:59.015Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestNamedMapOpts [2021-09-24T13:32:59.015Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestParseLink [2021-09-24T13:32:59.015Z] --- PASS: TestParseLink (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestQuotedStringSetWithQuotes [2021-09-24T13:32:59.015Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-24T13:32:59.015Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-24T13:32:59.015Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-24T13:32:59.015Z] === RUN TestUlimitOpt [2021-09-24T13:32:59.015Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-24T13:32:59.015Z] PASS [2021-09-24T13:32:59.015Z] coverage: 67.1% of statements [2021-09-24T13:32:59.015Z] ok github.com/docker/docker/opts 0.073s coverage: 67.1% of statements [2021-09-24T13:32:59.015Z] === RUN TestParseVersion [2021-09-24T13:32:59.015Z] --- PASS: TestParseVersion (0.00s) [2021-09-24T13:32:59.015Z] PASS [2021-09-24T13:32:59.015Z] coverage: 52.9% of statements [2021-09-24T13:32:59.015Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 52.9% of statements [2021-09-24T13:32:59.468Z] --- PASS: TestBuildUncleanTarFilenames (0.92s) [2021-09-24T13:32:59.468Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:32:59.476Z] 2021/09/24 13:32:59 Closing DB instances... [2021-09-24T13:33:00.018Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2021-09-24T13:33:00.018Z] === RUN TestInspect [2021-09-24T13:33:00.441Z] === RUN TestPeerCertificateMarshalJSON [2021-09-24T13:33:00.898Z] === RUN TestIsArchivePathDir [2021-09-24T13:33:00.898Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-09-24T13:33:00.898Z] === RUN TestIsArchivePathInvalidFile [2021-09-24T13:33:00.898Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-24T13:33:00.898Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-24T13:33:00.898Z] --- PASS: TestPeerCertificateMarshalJSON (0.37s) [2021-09-24T13:33:00.898Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-24T13:33:00.898Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-24T13:33:00.898Z] === RUN TestMiddleware [2021-09-24T13:33:00.898Z] --- PASS: TestMiddleware (0.00s) [2021-09-24T13:33:00.898Z] === RUN TestNewResponseModifier [2021-09-24T13:33:00.898Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-24T13:33:00.898Z] PASS [2021-09-24T13:33:00.898Z] coverage: 26.8% of statements [2021-09-24T13:33:00.898Z] ok github.com/docker/docker/pkg/authorization 0.409s coverage: 26.8% of statements [2021-09-24T13:33:00.898Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-09-24T13:33:00.898Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-24T13:33:00.898Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-09-24T13:33:00.898Z] === RUN TestIsArchivePathTar [2021-09-24T13:33:00.898Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-09-24T13:33:00.898Z] === RUN TestDecompressStreamGzip [2021-09-24T13:33:01.354Z] --- PASS: TestDecompressStreamGzip (0.09s) [2021-09-24T13:33:01.354Z] === RUN TestDecompressStreamBzip2 [2021-09-24T13:33:01.354Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-24T13:33:01.354Z] === RUN TestDecompressStreamXz [2021-09-24T13:33:01.354Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:33:01.354Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-24T13:33:01.354Z] === RUN TestDecompressStreamZstd [2021-09-24T13:33:01.354Z] archive_test.go:140: zstd not installed [2021-09-24T13:33:01.354Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2021-09-24T13:33:01.355Z] === RUN TestCompressStreamXzUnsupported [2021-09-24T13:33:01.355Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-24T13:33:01.355Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCompressStreamInvalid [2021-09-24T13:33:01.355Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionInvalid [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionUncompressed [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionBzip2 [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionGzip [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionXz [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionXz (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestExtensionZstd [2021-09-24T13:33:01.355Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCmdStreamLargeStderr [2021-09-24T13:33:01.355Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-24T13:33:01.355Z] === RUN TestCmdStreamBad [2021-09-24T13:33:01.355Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:33:01.355Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCmdStreamGood [2021-09-24T13:33:01.355Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-24T13:33:01.355Z] === RUN TestUntarPathWithInvalidDest [2021-09-24T13:33:01.355Z] === RUN TestUnbuffered [2021-09-24T13:33:01.355Z] --- PASS: TestUnbuffered (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestRaceUnbuffered [2021-09-24T13:33:01.355Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-24T13:33:01.355Z] PASS [2021-09-24T13:33:01.355Z] coverage: 100.0% of statements [2021-09-24T13:33:01.355Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2021-09-24T13:33:01.355Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-24T13:33:01.355Z] === RUN TestUntarPathWithInvalidSrc [2021-09-24T13:33:01.355Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestUntarPath [2021-09-24T13:33:01.355Z] --- PASS: TestUntarPath (0.05s) [2021-09-24T13:33:01.355Z] === RUN TestUntarPathWithDestinationFile [2021-09-24T13:33:01.355Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-24T13:33:01.355Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-24T13:33:01.355Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-09-24T13:33:01.355Z] === RUN TestCopyWithTarInvalidSrc [2021-09-24T13:33:01.355Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-24T13:33:01.355Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCopyWithTarSrcFile [2021-09-24T13:33:01.355Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-09-24T13:33:01.355Z] === RUN TestCopyWithTarSrcFolder [2021-09-24T13:33:01.355Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-24T13:33:01.355Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-24T13:33:01.355Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-24T13:33:01.355Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-24T13:33:01.355Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-24T13:33:01.355Z] === RUN TestCopyFileWithTarSrcFile [2021-09-24T13:33:01.355Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-09-24T13:33:01.355Z] === RUN TestTarFiles [2021-09-24T13:33:01.387Z] --- PASS: TestBuildMultiStageLayerLeak (2.03s) [2021-09-24T13:33:01.387Z] === RUN TestBuildWithHugeFile [2021-09-24T13:33:01.811Z] === RUN TestMatch [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[foo]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[foo_bar]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[]#01 [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[qux]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-24T13:33:01.811Z] === RUN TestMatch/[[foo_baz]] [2021-09-24T13:33:01.811Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-24T13:33:01.811Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-24T13:33:01.811Z] PASS [2021-09-24T13:33:01.811Z] coverage: 87.5% of statements [2021-09-24T13:33:01.811Z] ok github.com/docker/docker/pkg/capabilities 0.034s coverage: 87.5% of statements [2021-09-24T13:33:02.558Z] --- PASS: TestInspect (2.88s) [2021-09-24T13:33:02.558Z] === RUN TestCreateJob [2021-09-24T13:33:02.773Z] === RUN TestChrootTarUntar [2021-09-24T13:33:02.773Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.773Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-24T13:33:02.774Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootUntarEmptyArchive [2021-09-24T13:33:02.774Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootTarUntarWithSymlink [2021-09-24T13:33:02.774Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootCopyWithTar [2021-09-24T13:33:02.774Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootCopyFileWithTar [2021-09-24T13:33:02.774Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootUntarPath [2021-09-24T13:33:02.774Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-24T13:33:02.774Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-24T13:33:02.774Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:33:02.774Z] === RUN TestChrootApplyDotDotFile [2021-09-24T13:33:02.774Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:02.774Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:33:02.774Z] PASS [2021-09-24T13:33:02.774Z] coverage: 15.4% of statements [2021-09-24T13:33:02.774Z] ok github.com/docker/docker/pkg/chrootarchive 0.075s coverage: 15.4% of statements [2021-09-24T13:33:03.230Z] 2021/09/24 13:33:02 Closing DB instances... [2021-09-24T13:33:03.230Z] === RUN TestSizeEmpty [2021-09-24T13:33:03.230Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeEmptyFile [2021-09-24T13:33:03.230Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeNonemptyFile [2021-09-24T13:33:03.230Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-24T13:33:03.230Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-24T13:33:03.230Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-24T13:33:03.230Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestMoveToSubdir [2021-09-24T13:33:03.230Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-24T13:33:03.230Z] === RUN TestSizeNonExistingDirectory [2021-09-24T13:33:03.686Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-24T13:33:03.686Z] PASS [2021-09-24T13:33:03.686Z] coverage: 80.0% of statements [2021-09-24T13:33:03.686Z] ok github.com/docker/docker/pkg/directory 0.050s coverage: 80.0% of statements [2021-09-24T13:33:04.142Z] === RUN Test [2021-09-24T13:33:04.142Z] === RUN Test/TestContainsEntry [2021-09-24T13:33:04.599Z] === RUN Test/TestCreateEntries [2021-09-24T13:33:04.599Z] === RUN Test/TestEntriesDiff [2021-09-24T13:33:04.599Z] === RUN Test/TestEntriesEquality [2021-09-24T13:33:04.599Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-24T13:33:04.599Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-24T13:33:04.599Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-24T13:33:04.599Z] === RUN Test/TestGeneratorNotGenerate [2021-09-24T13:33:04.599Z] === RUN Test/TestGeneratorWithPort [2021-09-24T13:33:04.599Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-24T13:33:04.599Z] === RUN Test/TestNewEntry [2021-09-24T13:33:04.599Z] === RUN Test/TestParse [2021-09-24T13:33:04.599Z] --- PASS: Test (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-24T13:33:04.599Z] --- PASS: Test/TestParse (0.00s) [2021-09-24T13:33:04.599Z] PASS [2021-09-24T13:33:04.599Z] coverage: 58.3% of statements [2021-09-24T13:33:04.599Z] ok github.com/docker/docker/pkg/discovery 0.047s coverage: 58.3% of statements [2021-09-24T13:33:05.056Z] === RUN Test [2021-09-24T13:33:05.056Z] === RUN Test/TestContent [2021-09-24T13:33:05.056Z] === RUN Test/TestInitialize [2021-09-24T13:33:05.056Z] === RUN Test/TestNew [2021-09-24T13:33:05.056Z] === RUN Test/TestParsingContentsWithComments [2021-09-24T13:33:05.056Z] === RUN Test/TestRegister [2021-09-24T13:33:05.056Z] === RUN Test/TestWatch [2021-09-24T13:33:05.056Z] --- PASS: Test (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestContent (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestNew (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:33:05.056Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:33:05.056Z] PASS [2021-09-24T13:33:05.056Z] coverage: 97.6% of statements [2021-09-24T13:33:05.056Z] ok github.com/docker/docker/pkg/discovery/file 0.051s coverage: 97.6% of statements [2021-09-24T13:33:05.515Z] --- PASS: TestNetworkDBCRUDTableEntry (4.44s) [2021-09-24T13:33:05.515Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-24T13:33:05.852Z] --- PASS: TestCreateJob (3.27s) [2021-09-24T13:33:05.852Z] === RUN TestReplicatedJob [2021-09-24T13:33:05.908Z] ..........................xx.................... [ 29%] [2021-09-24T13:33:06.478Z] --- PASS: TestTarFiles (4.71s) [2021-09-24T13:33:06.478Z] === RUN TestTarUntar [2021-09-24T13:33:06.478Z] --- PASS: TestTarUntar (0.05s) [2021-09-24T13:33:06.478Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-24T13:33:06.478Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-24T13:33:06.478Z] === RUN TestTarWithOptions [2021-09-24T13:33:06.478Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-24T13:33:06.478Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-24T13:33:06.478Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-24T13:33:06.478Z] === RUN TestUntarUstarGnuConflict [2021-09-24T13:33:06.478Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-24T13:33:06.478Z] === RUN TestUntarInvalidFilenames [2021-09-24T13:33:06.478Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames199801291\\dest" [2021-09-24T13:33:06.478Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-09-24T13:33:06.478Z] === RUN TestUntarHardlinkToSymlink [2021-09-24T13:33:06.478Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-24T13:33:06.478Z] === RUN TestUntarInvalidHardlink [2021-09-24T13:33:06.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1576850484\\victim\\hello" -> "../victim/hello" [2021-09-24T13:33:06.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1419725553\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:33:06.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1788425878\\victim" -> "../victim" [2021-09-24T13:33:06.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2001028979\\victim" -> "../victim" [2021-09-24T13:33:06.479Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3403289766\\victim" -> "../victim" [2021-09-24T13:33:06.479Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2416112272\\victim" -> "../victim" [2021-09-24T13:33:06.479Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-09-24T13:33:06.479Z] === RUN TestUntarInvalidSymlink [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1215940321\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3540055729\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3283121519\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2046870037\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:06.479Z] === RUN Test [2021-09-24T13:33:06.479Z] === RUN Test/TestInitialize [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1665832586\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink912686881\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:06.479Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4253540455\\dest\\dir\\loophole" -> "../../victim" [2021-09-24T13:33:06.479Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-24T13:33:06.479Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-24T13:33:06.479Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-24T13:33:06.479Z] === RUN TestXGlobalNoParent [2021-09-24T13:33:06.479Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-24T13:33:06.479Z] === RUN TestReplaceFileTarWrapper [2021-09-24T13:33:06.479Z] time="2021-09-24T13:33:06Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:33:06.479Z] time="2021-09-24T13:33:06Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:33:06.479Z] time="2021-09-24T13:33:06Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:33:06.479Z] === RUN Test/TestInitializeWithCerts [2021-09-24T13:33:06.479Z] time="2021-09-24T13:33:06Z" level=info msg="Initializing discovery with TLS" [2021-09-24T13:33:06.479Z] === RUN Test/TestWatch [2021-09-24T13:33:06.479Z] time="2021-09-24T13:33:06Z" level=info msg="Initializing discovery without TLS" [2021-09-24T13:33:06.935Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2021-09-24T13:33:06.935Z] === RUN TestPrefixHeaderReadable [2021-09-24T13:33:06.935Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-24T13:33:06.935Z] === RUN TestDisablePigz [2021-09-24T13:33:06.935Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-24T13:33:06.935Z] --- PASS: TestDisablePigz (0.10s) [2021-09-24T13:33:06.935Z] === RUN TestPigz [2021-09-24T13:33:06.935Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-24T13:33:06.935Z] --- PASS: TestPigz (0.17s) [2021-09-24T13:33:06.935Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:33:06.935Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:33:06.935Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:33:06.935Z] === RUN TestCanonicalTarNameForPath [2021-09-24T13:33:06.935Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-24T13:33:06.935Z] === RUN TestCanonicalTarName [2021-09-24T13:33:06.935Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-24T13:33:06.935Z] === RUN TestChmodTarEntry [2021-09-24T13:33:06.935Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-24T13:33:06.935Z] === RUN TestHardLinkOrder [2021-09-24T13:33:06.935Z] --- PASS: TestHardLinkOrder (0.10s) [2021-09-24T13:33:06.935Z] === RUN TestChangeString [2021-09-24T13:33:06.935Z] --- PASS: TestChangeString (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesWithNoChanges [2021-09-24T13:33:07.405Z] --- PASS: TestChangesWithNoChanges (0.04s) [2021-09-24T13:33:07.405Z] === RUN TestChangesWithChanges [2021-09-24T13:33:07.405Z] --- PASS: TestChangesWithChanges (0.04s) [2021-09-24T13:33:07.405Z] === RUN TestChangesWithChangesGH13590 [2021-09-24T13:33:07.405Z] changes_test.go:195: needs more investigation [2021-09-24T13:33:07.405Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesDirsEmpty [2021-09-24T13:33:07.405Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-09-24T13:33:07.405Z] === RUN TestChangesDirsMutated [2021-09-24T13:33:07.405Z] 2021/09/24 13:33:07 Closing DB instances... [2021-09-24T13:33:07.405Z] --- PASS: TestChangesDirsMutated (0.11s) [2021-09-24T13:33:07.405Z] === RUN TestApplyLayer [2021-09-24T13:33:07.405Z] changes_test.go:432: needs further investigation [2021-09-24T13:33:07.405Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesSizeWithHardlinks [2021-09-24T13:33:07.405Z] changes_test.go:468: needs further investigation [2021-09-24T13:33:07.405Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesSizeWithNoChanges [2021-09-24T13:33:07.405Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-24T13:33:07.405Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestChangesSize [2021-09-24T13:33:07.405Z] --- PASS: TestChangesSize (0.00s) [2021-09-24T13:33:07.405Z] === RUN TestApplyLayerInvalidFilenames [2021-09-24T13:33:07.405Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames20024857\\dest" [2021-09-24T13:33:07.406Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-24T13:33:07.406Z] === RUN TestApplyLayerInvalidHardlink [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3795807969\\victim\\hello" -> "../victim/hello" [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink529920580\\victim\\hello" -> "/../victim/hello" [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2155535164\\victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink718291484\\victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3396939539\\victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3068431990\\victim" -> "../victim" [2021-09-24T13:33:07.406Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-24T13:33:07.406Z] === RUN TestApplyLayerInvalidSymlink [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3976200029\\dest\\dotdot" -> "../victim/hello" [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3063011824\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2513596869\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4154583395\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink588109999\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:07.406Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2802375366\\dest\\loophole-victim" -> "../victim" [2021-09-24T13:33:07.406Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-09-24T13:33:07.406Z] === RUN TestApplyLayerWhiteouts [2021-09-24T13:33:07.406Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-09-24T13:33:07.406Z] === RUN TestGenerateEmptyFile [2021-09-24T13:33:07.406Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-24T13:33:07.406Z] === RUN TestGenerateWithContent [2021-09-24T13:33:07.406Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-24T13:33:07.406Z] PASS [2021-09-24T13:33:07.406Z] coverage: 62.7% of statements [2021-09-24T13:33:07.863Z] ok github.com/docker/docker/pkg/archive 6.903s coverage: 62.7% of statements [2021-09-24T13:33:08.828Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2021-09-24T13:33:08.828Z] === RUN TestNetworkDBNodeLeave [2021-09-24T13:33:09.793Z] --- PASS: Test (3.15s) [2021-09-24T13:33:09.793Z] --- PASS: Test/TestInitialize (0.14s) [2021-09-24T13:33:09.793Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-24T13:33:09.793Z] --- PASS: Test/TestWatch (3.00s) [2021-09-24T13:33:09.793Z] PASS [2021-09-24T13:33:09.793Z] coverage: 84.1% of statements [2021-09-24T13:33:09.793Z] ok github.com/docker/docker/pkg/discovery/kv 3.199s coverage: 84.1% of statements [2021-09-24T13:33:10.758Z] === RUN Test [2021-09-24T13:33:10.758Z] === RUN Test/TestWatch [2021-09-24T13:33:10.758Z] --- PASS: Test (0.00s) [2021-09-24T13:33:10.758Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:33:10.758Z] PASS [2021-09-24T13:33:10.758Z] coverage: 92.3% of statements [2021-09-24T13:33:10.758Z] ok github.com/docker/docker/pkg/discovery/memory 0.034s coverage: 92.3% of statements [2021-09-24T13:33:11.215Z] === RUN Test [2021-09-24T13:33:11.215Z] === RUN Test/TestInitialize [2021-09-24T13:33:11.215Z] === RUN Test/TestInitializeWithPattern [2021-09-24T13:33:11.215Z] === RUN Test/TestRegister [2021-09-24T13:33:11.215Z] === RUN Test/TestWatch [2021-09-24T13:33:11.215Z] --- PASS: Test (0.00s) [2021-09-24T13:33:11.215Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-24T13:33:11.215Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-24T13:33:11.215Z] --- PASS: Test/TestRegister (0.00s) [2021-09-24T13:33:11.215Z] --- PASS: Test/TestWatch (0.00s) [2021-09-24T13:33:11.215Z] PASS [2021-09-24T13:33:11.215Z] coverage: 93.8% of statements [2021-09-24T13:33:11.215Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-09-24T13:33:11.673Z] --- PASS: TestNetworkDBNodeLeave (2.89s) [2021-09-24T13:33:11.673Z] === RUN TestNetworkDBWatch [2021-09-24T13:33:12.129Z] === RUN TestPollerAddRemove [2021-09-24T13:33:12.129Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-24T13:33:12.129Z] === RUN TestPollerEvent [2021-09-24T13:33:12.129Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:33:12.129Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-24T13:33:12.129Z] === RUN TestPollerClose [2021-09-24T13:33:12.129Z] --- PASS: TestPollerClose (0.00s) [2021-09-24T13:33:12.129Z] PASS [2021-09-24T13:33:12.129Z] coverage: 45.7% of statements [2021-09-24T13:33:12.129Z] ok github.com/docker/docker/pkg/filenotify 0.034s coverage: 45.7% of statements [2021-09-24T13:33:12.485Z] --- PASS: TestReplicatedJob (5.72s) [2021-09-24T13:33:12.485Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:33:13.095Z] === RUN TestCopyFileWithInvalidSrc [2021-09-24T13:33:13.095Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCopyFileWithInvalidDest [2021-09-24T13:33:13.095Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-24T13:33:13.095Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-24T13:33:13.095Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCopyFile [2021-09-24T13:33:13.095Z] --- PASS: TestCopyFile (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-24T13:33:13.095Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:33:13.095Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-24T13:33:13.095Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-24T13:33:13.095Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:33:13.095Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestWildcardMatches [2021-09-24T13:33:13.095Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestPatternMatches [2021-09-24T13:33:13.095Z] --- PASS: TestPatternMatches (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-24T13:33:13.095Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestPatternMatchesFolderExclusions [2021-09-24T13:33:13.095Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-24T13:33:13.095Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-24T13:33:13.095Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-24T13:33:13.095Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-24T13:33:13.095Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestSingleExclamationError [2021-09-24T13:33:13.095Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestMatchesWithNoPatterns [2021-09-24T13:33:13.095Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestMatchesWithMalformedPatterns [2021-09-24T13:33:13.095Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestMatches [2021-09-24T13:33:13.095Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-24T13:33:13.095Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-24T13:33:13.095Z] --- PASS: TestMatches (0.00s) [2021-09-24T13:33:13.095Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-24T13:33:13.095Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatterns [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatternsExceptionFlag [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCleanPatternsErrorSingleException [2021-09-24T13:33:13.095Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestCreateIfNotExistsDir [2021-09-24T13:33:13.095Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-09-24T13:33:13.095Z] === RUN TestCreateIfNotExistsFile [2021-09-24T13:33:13.095Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-09-24T13:33:13.095Z] === RUN TestMatch [2021-09-24T13:33:13.095Z] --- PASS: TestMatch (0.00s) [2021-09-24T13:33:13.095Z] PASS [2021-09-24T13:33:13.095Z] coverage: 82.2% of statements [2021-09-24T13:33:13.096Z] ok github.com/docker/docker/pkg/fileutils 0.069s coverage: 82.2% of statements [2021-09-24T13:33:13.096Z] 2021/09/24 13:33:13 Closing DB instances... [2021-09-24T13:33:13.552Z] === RUN TestGet [2021-09-24T13:33:13.552Z] --- PASS: TestGet (0.00s) [2021-09-24T13:33:13.552Z] === RUN TestGetShortcutString [2021-09-24T13:33:13.552Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-24T13:33:13.552Z] PASS [2021-09-24T13:33:13.552Z] coverage: 42.9% of statements [2021-09-24T13:33:13.552Z] ok github.com/docker/docker/pkg/homedir 0.030s coverage: 42.9% of statements [2021-09-24T13:33:14.008Z] === RUN TestCreateIDMapOrder [2021-09-24T13:33:14.008Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-24T13:33:14.008Z] PASS [2021-09-24T13:33:14.008Z] coverage: 7.2% of statements [2021-09-24T13:33:14.008Z] ok github.com/docker/docker/pkg/idtools 0.040s coverage: 7.2% of statements [2021-09-24T13:33:14.971Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-24T13:33:14.971Z] === RUN TestNetworkDBBulkSync [2021-09-24T13:33:14.971Z] === RUN TestFixedBufferCap [2021-09-24T13:33:14.971Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestFixedBufferLen [2021-09-24T13:33:14.971Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestFixedBufferString [2021-09-24T13:33:14.971Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestFixedBufferWrite [2021-09-24T13:33:14.971Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestFixedBufferRead [2021-09-24T13:33:14.971Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestBytesPipeRead [2021-09-24T13:33:14.971Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestBytesPipeWrite [2021-09-24T13:33:14.971Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-24T13:33:14.971Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-24T13:33:15.049Z] --- PASS: TestUpdateReplicatedJob (3.38s) [2021-09-24T13:33:15.049Z] === RUN TestServiceListWithStatuses [2021-09-24T13:33:15.049Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:33:15.049Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:33:15.049Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:33:15.428Z] --- PASS: TestGetAddress (20.74s) [2021-09-24T13:33:15.428Z] === RUN TestRequestSyntaxCheck [2021-09-24T13:33:15.428Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-09-24T13:33:15.428Z] === RUN TestRequest [2021-09-24T13:33:15.428Z] --- PASS: TestBytesPipeWriteRandomChunks (0.37s) [2021-09-24T13:33:15.428Z] === RUN TestAtomicWriteToFile [2021-09-24T13:33:15.428Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-09-24T13:33:15.428Z] === RUN TestAtomicWriteSetCommit [2021-09-24T13:33:15.428Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-24T13:33:15.428Z] === RUN TestAtomicWriteSetCancel [2021-09-24T13:33:15.428Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-09-24T13:33:15.428Z] === RUN TestReadCloserWrapperClose [2021-09-24T13:33:15.428Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-24T13:33:15.428Z] === RUN TestReaderErrWrapperReadOnError [2021-09-24T13:33:15.428Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-24T13:33:15.428Z] === RUN TestReaderErrWrapperRead [2021-09-24T13:33:15.428Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-24T13:33:15.428Z] === RUN TestCancelReadCloser [2021-09-24T13:33:15.885Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-24T13:33:15.885Z] === RUN TestWriteCloserWrapperClose [2021-09-24T13:33:15.885Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-24T13:33:15.885Z] === RUN TestNopWriteCloser [2021-09-24T13:33:15.885Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-24T13:33:15.885Z] === RUN TestNopWriter [2021-09-24T13:33:15.885Z] --- PASS: TestNopWriter (0.00s) [2021-09-24T13:33:15.885Z] === RUN TestWriteCounter [2021-09-24T13:33:15.885Z] --- PASS: TestWriteCounter (0.00s) [2021-09-24T13:33:15.885Z] PASS [2021-09-24T13:33:15.885Z] coverage: 68.8% of statements [2021-09-24T13:33:15.885Z] ok github.com/docker/docker/pkg/ioutils 0.528s coverage: 68.8% of statements [2021-09-24T13:33:15.885Z] 2021/09/24 13:33:15 Closing DB instances... [2021-09-24T13:33:16.341Z] === RUN TestError [2021-09-24T13:33:16.341Z] --- PASS: TestError (0.00s) [2021-09-24T13:33:16.341Z] === RUN TestProgressString [2021-09-24T13:33:16.341Z] === RUN TestProgressString/no_progress [2021-09-24T13:33:16.341Z] === RUN TestProgressString/progress_1 [2021-09-24T13:33:16.341Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-24T13:33:16.341Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-24T13:33:16.341Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-24T13:33:16.341Z] === RUN TestProgressString/with_units [2021-09-24T13:33:16.341Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-24T13:33:16.341Z] === RUN TestProgressString/hide_counts [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-24T13:33:16.341Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-24T13:33:16.341Z] === RUN TestJSONMessageDisplay [2021-09-24T13:33:16.341Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-09-24T13:33:16.341Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-24T13:33:16.341Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-24T13:33:16.341Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-24T13:33:16.341Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-24T13:33:16.341Z] === RUN TestDisplayJSONMessagesStream [2021-09-24T13:33:16.341Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-24T13:33:16.341Z] PASS [2021-09-24T13:33:16.341Z] coverage: 91.7% of statements [2021-09-24T13:33:16.341Z] ok github.com/docker/docker/pkg/jsonmessage 0.140s coverage: 91.7% of statements [2021-09-24T13:33:16.798Z] === RUN TestStandardLongPath [2021-09-24T13:33:16.798Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-24T13:33:16.798Z] === RUN TestUNCLongPath [2021-09-24T13:33:16.798Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-24T13:33:16.798Z] PASS [2021-09-24T13:33:16.798Z] coverage: 100.0% of statements [2021-09-24T13:33:16.798Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2021-09-24T13:33:17.761Z] === RUN TestNameFormat [2021-09-24T13:33:17.761Z] --- PASS: TestNameFormat (0.00s) [2021-09-24T13:33:17.761Z] === RUN TestNameRetries [2021-09-24T13:33:17.761Z] --- PASS: TestNameRetries (0.00s) [2021-09-24T13:33:17.761Z] PASS [2021-09-24T13:33:17.761Z] coverage: 85.7% of statements [2021-09-24T13:33:17.761Z] ok github.com/docker/docker/pkg/namesgenerator 0.031s coverage: 85.7% of statements [2021-09-24T13:33:17.762Z] --- PASS: TestNetworkDBBulkSync (3.02s) [2021-09-24T13:33:17.762Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-24T13:33:18.218Z] === RUN TestParseKeyValueOpt [2021-09-24T13:33:18.218Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-24T13:33:18.218Z] === RUN TestParseUintList [2021-09-24T13:33:18.218Z] --- PASS: TestParseUintList (0.00s) [2021-09-24T13:33:18.218Z] === RUN TestParseUintListMaximumLimits [2021-09-24T13:33:18.218Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-24T13:33:18.218Z] PASS [2021-09-24T13:33:18.218Z] coverage: 97.0% of statements [2021-09-24T13:33:18.218Z] ok github.com/docker/docker/pkg/parsers 0.030s coverage: 97.0% of statements [2021-09-24T13:33:18.674Z] === RUN TestNewAndRemove [2021-09-24T13:33:18.674Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-24T13:33:18.674Z] === RUN TestRemoveInvalidPath [2021-09-24T13:33:18.674Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-24T13:33:18.674Z] PASS [2021-09-24T13:33:18.674Z] coverage: 82.6% of statements [2021-09-24T13:33:18.674Z] ok github.com/docker/docker/pkg/pidfile 0.032s coverage: 82.6% of statements [2021-09-24T13:33:19.247Z] --- PASS: TestDockerNetworkConnectAlias (4.16s) [2021-09-24T13:33:19.247Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:33:20.203Z] === RUN TestFailedConnection [2021-09-24T13:33:20.203Z] === RUN TestParseEmptyInterface [2021-09-24T13:33:20.203Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestParseNonInterfaceType [2021-09-24T13:33:20.203Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestParseWithOneFunction [2021-09-24T13:33:20.203Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestParseWithMultipleFuncs [2021-09-24T13:33:20.203Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestParseWithUnnamedReturn [2021-09-24T13:33:20.203Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestEmbeddedInterface [2021-09-24T13:33:20.203Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestParsedImports [2021-09-24T13:33:20.203Z] --- PASS: TestParsedImports (0.00s) [2021-09-24T13:33:20.203Z] === RUN TestAliasedImports [2021-09-24T13:33:20.203Z] --- PASS: TestAliasedImports (0.00s) [2021-09-24T13:33:20.203Z] PASS [2021-09-24T13:33:20.203Z] coverage: 56.8% of statements [2021-09-24T13:33:20.203Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2021-09-24T13:33:21.166Z] --- PASS: TestFailedConnection (1.00s) [2021-09-24T13:33:21.166Z] === RUN TestFailOnce [2021-09-24T13:33:21.166Z] 2021/09/24 13:33:20 http: panic serving 127.0.0.1:49285: Plugin not ready [2021-09-24T13:33:21.166Z] goroutine 26 [running]: [2021-09-24T13:33:21.166Z] net/http.(*conn).serve.func1() [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-24T13:33:21.166Z] panic({0x1019d40, 0x1125e90}) [2021-09-24T13:33:21.166Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-24T13:33:21.166Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x2d11df1c9204e705}, 0xc000135a98) [2021-09-24T13:33:21.166Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-24T13:33:21.166Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1132b48, 0xc00005e000}, 0xf6e986) [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-24T13:33:21.166Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1132b48, 0xc00005e000}, 0xc000126300) [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-24T13:33:21.166Z] net/http.serverHandler.ServeHTTP({0x1131170}, {0x1132b48, 0xc00005e000}, 0xc000126300) [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-24T13:33:21.166Z] net/http.(*conn).serve(0xc000094aa0, {0x11349e0, 0xc0001840c0}) [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-24T13:33:21.166Z] created by net/http.(*Server).Serve [2021-09-24T13:33:21.166Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-24T13:33:21.166Z] time="2021-09-24T13:33:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49284/Test.FailOnce: Post \"http://127.0.0.1:49284/Test.FailOnce\": EOF, retrying in 1s" [2021-09-24T13:33:21.166Z] 2021/09/24 13:33:20 Closing DB instances... [2021-09-24T13:33:21.166Z] === RUN TestHTTPTransport [2021-09-24T13:33:21.166Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-24T13:33:21.166Z] PASS [2021-09-24T13:33:21.166Z] coverage: 85.7% of statements [2021-09-24T13:33:21.166Z] ok github.com/docker/docker/pkg/plugins/transport 0.031s coverage: 85.7% of statements [2021-09-24T13:33:21.624Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:33:21.624Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-24T13:33:21.624Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-24T13:33:21.624Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-24T13:33:21.624Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-24T13:33:21.624Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-24T13:33:21.624Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-24T13:33:21.624Z] === RUN TestBufferPoolPutAndGet [2021-09-24T13:33:21.624Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-24T13:33:21.624Z] PASS [2021-09-24T13:33:21.624Z] coverage: 88.2% of statements [2021-09-24T13:33:21.624Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2021-09-24T13:33:22.080Z] --- PASS: TestFailOnce (1.13s) [2021-09-24T13:33:22.080Z] === RUN TestEchoInputOutput [2021-09-24T13:33:22.080Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-24T13:33:22.080Z] === RUN TestBackoff [2021-09-24T13:33:22.080Z] --- PASS: TestBackoff (0.00s) [2021-09-24T13:33:22.080Z] === RUN TestAbortRetry [2021-09-24T13:33:22.080Z] --- PASS: TestAbortRetry (0.00s) [2021-09-24T13:33:22.080Z] === RUN TestClientScheme [2021-09-24T13:33:22.080Z] --- PASS: TestClientScheme (0.00s) [2021-09-24T13:33:22.080Z] === RUN TestNewClientWithTimeout [2021-09-24T13:33:22.080Z] === RUN TestOutputOnPrematureClose [2021-09-24T13:33:22.080Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-24T13:33:22.080Z] === RUN TestCompleteSilently [2021-09-24T13:33:22.080Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-24T13:33:22.080Z] PASS [2021-09-24T13:33:22.080Z] coverage: 75.9% of statements [2021-09-24T13:33:22.080Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2021-09-24T13:33:22.539Z] === RUN TestSendToOneSub [2021-09-24T13:33:22.539Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-24T13:33:22.539Z] === RUN TestSendToMultipleSubs [2021-09-24T13:33:22.539Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-24T13:33:22.539Z] === RUN TestEvictOneSub [2021-09-24T13:33:22.539Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-24T13:33:22.539Z] === RUN TestClosePublisher [2021-09-24T13:33:22.539Z] --- PASS: TestClosePublisher (0.00s) [2021-09-24T13:33:22.539Z] === RUN TestPubSubRace [2021-09-24T13:33:22.539Z] time="2021-09-24T13:33:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-24T13:33:22.541Z] --- PASS: TestDockerNetworkReConnect (3.34s) [2021-09-24T13:33:22.541Z] === RUN TestServicePlugin [2021-09-24T13:33:22.621Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-09-24T13:33:22.995Z] --- PASS: TestRequest (7.91s) [2021-09-24T13:33:22.995Z] === RUN TestOverlappingRequests [2021-09-24T13:33:23.452Z] --- PASS: TestOverlappingRequests (0.35s) [2021-09-24T13:33:23.452Z] === RUN TestRelease [2021-09-24T13:33:23.452Z] --- PASS: TestPubSubRace (1.05s) [2021-09-24T13:33:23.452Z] PASS [2021-09-24T13:33:23.452Z] coverage: 75.0% of statements [2021-09-24T13:33:23.452Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2021-09-24T13:33:23.909Z] time="2021-09-24T13:33:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-24T13:33:23.909Z] === RUN TestRegister [2021-09-24T13:33:23.909Z] --- PASS: TestRegister (0.00s) [2021-09-24T13:33:23.909Z] === RUN TestCommand [2021-09-24T13:33:23.909Z] --- PASS: TestCommand (0.03s) [2021-09-24T13:33:23.909Z] === RUN TestNaiveSelf [2021-09-24T13:33:23.909Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-24T13:33:23.909Z] PASS [2021-09-24T13:33:23.909Z] coverage: 82.4% of statements [2021-09-24T13:33:23.909Z] ok github.com/docker/docker/pkg/reexec 0.076s coverage: 82.4% of statements [2021-09-24T13:33:24.366Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.47s) [2021-09-24T13:33:24.366Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-24T13:33:24.822Z] === RUN TestDump [2021-09-24T13:33:24.822Z] goroutine 6 [running]: [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.dump(0x115b2f7) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-24T13:33:24.822Z] testing.tRunner(0xc00011c1a0, 0x12c8e38) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:33:24.822Z] created by testing.(*T).Run [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:33:24.822Z] [2021-09-24T13:33:24.822Z] goroutine 1 [chan receive]: [2021-09-24T13:33:24.822Z] testing.(*T).Run(0xc00011c000, {0x12ba4fd, 0x113a173}, 0x12c8e38) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:33:24.822Z] testing.runTests.func1(0xc000068750) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:33:24.822Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:33:24.822Z] testing.runTests(0xc000076080, {0x142bba0, 0x3, 0x3}, {0x115a54d, 0x12bc1f7, 0x1430640}) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:33:24.822Z] testing.(*M).Run(0xc000076080) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:33:24.822Z] main.main() [2021-09-24T13:33:24.822Z] _testmain.go:95 +0x1f5 [2021-09-24T13:33:24.822Z] --- PASS: TestDump (0.00s) [2021-09-24T13:33:24.822Z] === RUN TestDumpToFile [2021-09-24T13:33:24.822Z] --- PASS: TestDumpToFile (0.09s) [2021-09-24T13:33:24.822Z] === RUN TestDumpToFileWithEmptyInput [2021-09-24T13:33:24.822Z] goroutine 8 [running]: [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.dump(0x11c82b4) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x11c8660}) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-24T13:33:24.822Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2021-09-24T13:33:24.822Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-24T13:33:24.822Z] testing.tRunner(0xc00011c680, 0x12c8e28) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:33:24.822Z] created by testing.(*T).Run [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-24T13:33:24.822Z] [2021-09-24T13:33:24.822Z] goroutine 1 [chan receive]: [2021-09-24T13:33:24.822Z] testing.(*T).Run(0xc00011c000, {0x12c1289, 0x113a173}, 0x12c8e28) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-24T13:33:24.822Z] testing.runTests.func1(0xc000068750) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-24T13:33:24.822Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-24T13:33:24.822Z] testing.runTests(0xc000076080, {0x142bba0, 0x3, 0x3}, {0x115a54d, 0x12bc1f7, 0x1430640}) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-24T13:33:24.822Z] testing.(*M).Run(0xc000076080) [2021-09-24T13:33:24.822Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-24T13:33:24.822Z] main.main() [2021-09-24T13:33:24.822Z] _testmain.go:95 +0x1f5 [2021-09-24T13:33:24.822Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-24T13:33:24.822Z] PASS [2021-09-24T13:33:24.822Z] coverage: 90.9% of statements [2021-09-24T13:33:24.822Z] ok github.com/docker/docker/pkg/stack 0.118s coverage: 90.9% of statements [2021-09-24T13:33:24.822Z] --- PASS: TestRelease (1.39s) [2021-09-24T13:33:24.822Z] === RUN TestAllocateRandomDeallocate [2021-09-24T13:33:25.278Z] === RUN TestNewStdWriter [2021-09-24T13:33:25.278Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-24T13:33:25.278Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-24T13:33:25.278Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-24T13:33:25.278Z] === RUN TestWriteWithNilBytes [2021-09-24T13:33:25.278Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestWrite [2021-09-24T13:33:25.279Z] --- PASS: TestWrite (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestWriteWithWriterError [2021-09-24T13:33:25.279Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-24T13:33:25.279Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyWriteAndRead [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-24T13:33:25.279Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-24T13:33:25.279Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-24T13:33:25.279Z] PASS [2021-09-24T13:33:25.279Z] coverage: 100.0% of statements [2021-09-24T13:33:25.279Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2021-09-24T13:33:25.279Z] 2021/09/24 13:33:24 Closing DB instances... [2021-09-24T13:33:25.735Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-24T13:33:25.735Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-24T13:33:25.735Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestFormatStatus [2021-09-24T13:33:25.735Z] --- PASS: TestFormatStatus (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestFormatError [2021-09-24T13:33:25.735Z] --- PASS: TestFormatError (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestFormatJSONError [2021-09-24T13:33:25.735Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-24T13:33:25.735Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-24T13:33:25.735Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestNewJSONProgressOutput [2021-09-24T13:33:25.735Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestAuxFormatterEmit [2021-09-24T13:33:25.735Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestStreamWriterStdout [2021-09-24T13:33:25.735Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-24T13:33:25.735Z] === RUN TestStreamWriterStderr [2021-09-24T13:33:25.735Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-24T13:33:25.735Z] PASS [2021-09-24T13:33:25.735Z] coverage: 66.2% of statements [2021-09-24T13:33:25.735Z] ok github.com/docker/docker/pkg/streamformatter 0.032s coverage: 66.2% of statements [2021-09-24T13:33:25.837Z] plugin_test.go:61: [d24326b005c27] joining swarm manager [d47980229425f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:33:26.193Z] === RUN TestGenerateRandomID [2021-09-24T13:33:26.193Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestShortenId [2021-09-24T13:33:26.193Z] --- PASS: TestShortenId (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestShortenSha256Id [2021-09-24T13:33:26.193Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestShortenIdEmpty [2021-09-24T13:33:26.193Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestShortenIdInvalid [2021-09-24T13:33:26.193Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestIsShortIDNonHex [2021-09-24T13:33:26.193Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-24T13:33:26.193Z] === RUN TestIsShortIDNotCorrectSize [2021-09-24T13:33:26.193Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-24T13:33:26.193Z] PASS [2021-09-24T13:33:26.193Z] coverage: 70.6% of statements [2021-09-24T13:33:26.193Z] ok github.com/docker/docker/pkg/stringid 0.026s coverage: 70.6% of statements [2021-09-24T13:33:26.649Z] time="2021-09-24T13:33:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-24T13:33:26.650Z] === RUN TestIsCpusetListAvailable [2021-09-24T13:33:26.650Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-24T13:33:26.650Z] PASS [2021-09-24T13:33:26.650Z] coverage: 39.4% of statements [2021-09-24T13:33:26.650Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2021-09-24T13:33:26.650Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-24T13:33:26.650Z] === RUN TestNetworkDBGarbageCollection [2021-09-24T13:33:27.218Z] plugin_test.go:64: [d7520f488d1cf] joining swarm manager [d47980229425f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:33:27.623Z] === RUN TestChtimes [2021-09-24T13:33:27.623Z] --- PASS: TestChtimes (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestChtimesWindows [2021-09-24T13:33:27.623Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-24T13:33:27.623Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestEnsureRemoveAllNotExist [2021-09-24T13:33:27.623Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestEnsureRemoveAllWithDir [2021-09-24T13:33:27.623Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestEnsureRemoveAllWithFile [2021-09-24T13:33:27.623Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-24T13:33:27.623Z] === RUN TestHasWin32KSupport [2021-09-24T13:33:27.623Z] syscall_windows_test.go:8: win32k: true [2021-09-24T13:33:27.623Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-24T13:33:27.623Z] PASS [2021-09-24T13:33:27.623Z] coverage: 13.0% of statements [2021-09-24T13:33:27.623Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 13.0% of statements [2021-09-24T13:33:28.587Z] === RUN TestTailFile [2021-09-24T13:33:28.587Z] --- PASS: TestTailFile (0.00s) [2021-09-24T13:33:28.587Z] === RUN TestTailFileManyLines [2021-09-24T13:33:28.587Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-24T13:33:28.587Z] === RUN TestTailEmptyFile [2021-09-24T13:33:28.587Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-24T13:33:28.587Z] === RUN TestTailNegativeN [2021-09-24T13:33:28.587Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader [2021-09-24T13:33:28.587Z] === CONT TestNewTailReader [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/no_delimiter [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-24T13:33:28.587Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:33:28.587Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:33:28.587Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:33:28.587Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:33:28.587Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:33:28.587Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/no_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.588Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.588Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.589Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.589Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-24T13:33:28.590Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.590Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.590Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.591Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-24T13:33:28.591Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.592Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.592Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-24T13:33:28.593Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-24T13:33:28.594Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-24T13:33:29.050Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-24T13:33:29.050Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-24T13:33:29.050Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-24T13:33:29.050Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-24T13:33:29.050Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.050Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-24T13:33:29.052Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-24T13:33:29.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-24T13:33:29.053Z] PASS [2021-09-24T13:33:29.053Z] coverage: 88.6% of statements [2021-09-24T13:33:29.053Z] ok github.com/docker/docker/pkg/tailfile 0.126s coverage: 88.6% of statements [2021-09-24T13:33:29.053Z] --- PASS: TestAllocateRandomDeallocate (4.22s) [2021-09-24T13:33:29.053Z] === RUN TestRetrieveFromStore [2021-09-24T13:33:29.509Z] === RUN TestTarSumRemoveNonExistent [2021-09-24T13:33:29.509Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-09-24T13:33:29.509Z] === RUN TestTarSumRemove [2021-09-24T13:33:29.509Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestSortFileInfoSums [2021-09-24T13:33:29.509Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestNewTarSumForLabelInvalid [2021-09-24T13:33:29.509Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestNewTarSumForLabel [2021-09-24T13:33:29.509Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestEmptyTar [2021-09-24T13:33:29.509Z] --- PASS: TestEmptyTar (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestTarSumsReadSize [2021-09-24T13:33:29.509Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestTarSums [2021-09-24T13:33:29.509Z] --- PASS: TestTarSums (0.05s) [2021-09-24T13:33:29.509Z] === RUN TestIteration [2021-09-24T13:33:29.509Z] --- PASS: TestIteration (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestVersionLabelForChecksum [2021-09-24T13:33:29.509Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestVersion [2021-09-24T13:33:29.509Z] --- PASS: TestVersion (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestGetVersion [2021-09-24T13:33:29.509Z] --- PASS: TestGetVersion (0.00s) [2021-09-24T13:33:29.509Z] === RUN TestGetVersions [2021-09-24T13:33:29.509Z] --- PASS: TestGetVersions (0.00s) [2021-09-24T13:33:29.509Z] PASS [2021-09-24T13:33:29.509Z] coverage: 89.3% of statements [2021-09-24T13:33:29.509Z] ok github.com/docker/docker/pkg/tarsum 0.103s coverage: 89.3% of statements [2021-09-24T13:33:29.966Z] testing: warning: no tests to run [2021-09-24T13:33:29.966Z] PASS [2021-09-24T13:33:29.966Z] coverage: [no statements] [2021-09-24T13:33:29.966Z] ok github.com/docker/docker/pkg/term/windows 0.028s coverage: [no statements] [no tests to run] [2021-09-24T13:33:30.075Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-09-24T13:33:30.422Z] === RUN TestTruncIndex [2021-09-24T13:33:30.422Z] --- PASS: TestTruncIndex (0.10s) [2021-09-24T13:33:30.422Z] PASS [2021-09-24T13:33:30.422Z] coverage: 91.5% of statements [2021-09-24T13:33:30.422Z] ok github.com/docker/docker/pkg/truncindex 0.127s coverage: 91.5% of statements [2021-09-24T13:33:30.422Z] --- PASS: TestRetrieveFromStore (1.41s) [2021-09-24T13:33:30.422Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-24T13:33:30.422Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-09-24T13:33:30.422Z] === RUN TestParallelPredefinedRequest1 [2021-09-24T13:33:30.422Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-24T13:33:30.422Z] === RUN TestParallelPredefinedRequest2 [2021-09-24T13:33:30.422Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-24T13:33:30.422Z] === RUN TestParallelPredefinedRequest3 [2021-09-24T13:33:30.422Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-24T13:33:30.422Z] === RUN TestParallelPredefinedRequest4 [2021-09-24T13:33:30.422Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-24T13:33:30.422Z] === RUN TestParallelPredefinedRequest5 [2021-09-24T13:33:30.422Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-24T13:33:30.422Z] === RUN TestDebug [2021-09-24T13:33:30.422Z] --- PASS: TestDebug (0.00s) [2021-09-24T13:33:30.422Z] === RUN TestRequestPoolParallel [2021-09-24T13:33:30.878Z] === RUN TestIsGIT [2021-09-24T13:33:30.878Z] --- PASS: TestIsGIT (0.00s) [2021-09-24T13:33:30.878Z] === RUN TestIsTransport [2021-09-24T13:33:30.878Z] --- PASS: TestIsTransport (0.00s) [2021-09-24T13:33:30.878Z] PASS [2021-09-24T13:33:30.878Z] coverage: 100.0% of statements [2021-09-24T13:33:30.878Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2021-09-24T13:33:30.878Z] --- PASS: TestRequestPoolParallel (0.40s) [2021-09-24T13:33:30.878Z] === RUN TestFullAllocateRelease [2021-09-24T13:33:30.878Z] time="2021-09-24T13:33:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.Echo: Post \"http://127.0.0.1:49289/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-24T13:33:31.335Z] === RUN TestVersionInfo [2021-09-24T13:33:31.335Z] --- PASS: TestVersionInfo (0.00s) [2021-09-24T13:33:31.335Z] === RUN TestAppendVersions [2021-09-24T13:33:31.335Z] --- PASS: TestAppendVersions (0.00s) [2021-09-24T13:33:31.335Z] PASS [2021-09-24T13:33:31.335Z] coverage: 88.9% of statements [2021-09-24T13:33:31.335Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2021-09-24T13:33:31.335Z] --- PASS: TestFullAllocateRelease (0.34s) [2021-09-24T13:33:31.335Z] === RUN TestOddAllocateRelease [2021-09-24T13:33:31.335Z] --- PASS: TestOddAllocateRelease (0.20s) [2021-09-24T13:33:31.335Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-24T13:33:31.792Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-09-24T13:33:31.792Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-24T13:33:31.792Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-09-24T13:33:31.792Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-24T13:33:31.792Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-09-24T13:33:31.792Z] === CONT TestParallelPredefinedRequest1 [2021-09-24T13:33:31.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:33:31.792Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:33:31.792Z] === CONT TestParallelPredefinedRequest5 [2021-09-24T13:33:31.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:33:31.792Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:33:31.792Z] === CONT TestParallelPredefinedRequest4 [2021-09-24T13:33:31.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:33:31.792Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:33:31.792Z] === CONT TestParallelPredefinedRequest3 [2021-09-24T13:33:31.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:33:31.792Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:33:31.792Z] === CONT TestParallelPredefinedRequest2 [2021-09-24T13:33:31.792Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:33:31.792Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:33:31.792Z] PASS [2021-09-24T13:33:31.792Z] coverage: 85.3% of statements [2021-09-24T13:33:31.792Z] ok github.com/docker/docker/libnetwork/ipam 43.717s coverage: 85.3% of statements [2021-09-24T13:33:32.756Z] === RUN TestValidatePrivileges [2021-09-24T13:33:32.756Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-24T13:33:32.756Z] === RUN TestFilterByCapNeg [2021-09-24T13:33:32.756Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-24T13:33:32.756Z] === RUN TestFilterByCapPos [2021-09-24T13:33:32.756Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-24T13:33:32.756Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-24T13:33:32.756Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-24T13:33:32.756Z] PASS [2021-09-24T13:33:32.756Z] coverage: 12.0% of statements [2021-09-24T13:33:32.756Z] ok github.com/docker/docker/plugin 0.038s coverage: 12.0% of statements [2021-09-24T13:33:33.212Z] === RUN TestNewSettable [2021-09-24T13:33:33.212Z] --- PASS: TestNewSettable (0.00s) [2021-09-24T13:33:33.212Z] === RUN TestIsSettable [2021-09-24T13:33:33.212Z] --- PASS: TestIsSettable (0.00s) [2021-09-24T13:33:33.212Z] === RUN TestUpdateSettingsEnv [2021-09-24T13:33:33.212Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-24T13:33:33.212Z] PASS [2021-09-24T13:33:33.212Z] coverage: 20.0% of statements [2021-09-24T13:33:33.212Z] ok github.com/docker/docker/plugin/v2 0.029s coverage: 20.0% of statements [2021-09-24T13:33:33.376Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-09-24T13:33:34.175Z] === RUN TestLoad [2021-09-24T13:33:34.175Z] --- PASS: TestLoad (0.00s) [2021-09-24T13:33:34.175Z] === RUN TestSave [2021-09-24T13:33:34.175Z] --- PASS: TestSave (0.02s) [2021-09-24T13:33:34.175Z] === RUN TestAddDeleteGet [2021-09-24T13:33:34.175Z] --- PASS: TestAddDeleteGet (0.03s) [2021-09-24T13:33:34.175Z] === RUN TestInvalidTags [2021-09-24T13:33:34.175Z] --- PASS: TestInvalidTags (0.00s) [2021-09-24T13:33:34.175Z] PASS [2021-09-24T13:33:34.175Z] coverage: 84.4% of statements [2021-09-24T13:33:34.175Z] ok github.com/docker/docker/reference 0.083s coverage: 84.4% of statements [2021-09-24T13:33:35.706Z] === RUN TestResolveAuthConfigIndexServer [2021-09-24T13:33:35.706Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestResolveAuthConfigFullURL [2021-09-24T13:33:35.706Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-24T13:33:35.706Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestValidateMirror [2021-09-24T13:33:35.706Z] --- PASS: TestValidateMirror (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestLoadInsecureRegistries [2021-09-24T13:33:35.706Z] time="2021-09-24T13:33:35Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:33:35.706Z] time="2021-09-24T13:33:35Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-09-24T13:33:35.706Z] time="2021-09-24T13:33:35Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-09-24T13:33:35.706Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-09-24T13:33:35.706Z] === RUN TestNewServiceConfig [2021-09-24T13:33:35.706Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestValidateIndexName [2021-09-24T13:33:35.706Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestValidateIndexNameWithError [2021-09-24T13:33:35.706Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestEndpointParse [2021-09-24T13:33:35.706Z] --- PASS: TestEndpointParse (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestEndpointParseInvalid [2021-09-24T13:33:35.706Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestValidateEndpoint [2021-09-24T13:33:35.706Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestPing [2021-09-24T13:33:35.706Z] --- PASS: TestPing (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestPingRegistryEndpoint [2021-09-24T13:33:35.706Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:35.706Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestEndpoint [2021-09-24T13:33:35.706Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:35.706Z] --- SKIP: TestEndpoint (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestParseRepositoryInfo [2021-09-24T13:33:35.706Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestNewIndexInfo [2021-09-24T13:33:35.706Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestMirrorEndpointLookup [2021-09-24T13:33:35.706Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:33:35.706Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestSearchRepositories [2021-09-24T13:33:35.706Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-24T13:33:35.706Z] Host: 127.0.0.1:49309 [2021-09-24T13:33:35.706Z] User-Agent: docker test client [2021-09-24T13:33:35.706Z] Authorization: Token fake-token [2021-09-24T13:33:35.706Z] X-Docker-Token: true [2021-09-24T13:33:35.706Z] Accept-Encoding: gzip [2021-09-24T13:33:35.706Z] [2021-09-24T13:33:35.706Z] [2021-09-24T13:33:35.706Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-24T13:33:35.706Z] Connection: close [2021-09-24T13:33:35.706Z] Content-Length: 144 [2021-09-24T13:33:35.706Z] Cache-Control: no-cache [2021-09-24T13:33:35.706Z] Content-Type: application/json [2021-09-24T13:33:35.706Z] Date: Fri, 24 Sep 2021 13:33:35 GMT [2021-09-24T13:33:35.706Z] Expires: -1 [2021-09-24T13:33:35.706Z] Pragma: no-cache [2021-09-24T13:33:35.706Z] Server: docker-tests/mock [2021-09-24T13:33:35.706Z] X-Docker-Registry-Config: mock [2021-09-24T13:33:35.706Z] X-Docker-Registry-Version: 0.0.0 [2021-09-24T13:33:35.706Z] [2021-09-24T13:33:35.706Z] [2021-09-24T13:33:35.706Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestTrustedLocation [2021-09-24T13:33:35.706Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-24T13:33:35.706Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestAllowNondistributableArtifacts [2021-09-24T13:33:35.706Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-24T13:33:35.706Z] === RUN TestIsSecureIndex [2021-09-24T13:33:35.706Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-24T13:33:35.706Z] PASS [2021-09-24T13:33:35.706Z] coverage: 51.7% of statements [2021-09-24T13:33:35.706Z] ok github.com/docker/docker/registry 0.152s coverage: 51.7% of statements [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReaderWithReadError [2021-09-24T13:33:36.669Z] time="2021-09-24T13:33:36Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReader [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-24T13:33:36.669Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-24T13:33:36.669Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-24T13:33:36.669Z] PASS [2021-09-24T13:33:36.669Z] coverage: 100.0% of statements [2021-09-24T13:33:36.669Z] ok github.com/docker/docker/registry/resumable 0.145s coverage: 100.0% of statements [2021-09-24T13:33:37.128Z] === RUN TestRestartManagerTimeout [2021-09-24T13:33:37.128Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-24T13:33:37.128Z] === RUN TestRestartManagerTimeoutReset [2021-09-24T13:33:37.128Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-24T13:33:37.128Z] PASS [2021-09-24T13:33:37.128Z] coverage: 50.9% of statements [2021-09-24T13:33:37.128Z] ok github.com/docker/docker/restartmanager 0.028s coverage: 50.9% of statements [2021-09-24T13:33:37.585Z] === RUN TestDecodeContainerConfig [2021-09-24T13:33:37.585Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-24T13:33:37.585Z] === RUN TestDecodeContainerConfigIsolation [2021-09-24T13:33:37.585Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-24T13:33:37.585Z] === RUN TestValidatePrivileged [2021-09-24T13:33:37.585Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-24T13:33:37.585Z] PASS [2021-09-24T13:33:37.585Z] coverage: 52.2% of statements [2021-09-24T13:33:37.585Z] ok github.com/docker/docker/runconfig 0.037s coverage: 52.2% of statements [2021-09-24T13:33:38.041Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-24T13:33:38.041Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-24T13:33:38.041Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-24T13:33:38.041Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-24T13:33:38.041Z] PASS [2021-09-24T13:33:38.041Z] coverage: 62.5% of statements [2021-09-24T13:33:38.041Z] ok github.com/docker/docker/testutil 0.027s coverage: 62.5% of statements [2021-09-24T13:33:38.499Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-24T13:33:38.499Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-24T13:33:38.499Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-24T13:33:38.499Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-24T13:33:39.461Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-24T13:33:39.461Z] === RUN TestClientStream [2021-09-24T13:33:39.461Z] --- PASS: TestClientStream (0.00s) [2021-09-24T13:33:39.461Z] === RUN TestClientSendFile [2021-09-24T13:33:39.461Z] --- PASS: TestClientSendFile (0.00s) [2021-09-24T13:33:39.461Z] === RUN TestClientWithRequestTimeout [2021-09-24T13:33:39.461Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-24T13:33:39.461Z] === RUN TestFileSpecPlugin [2021-09-24T13:33:39.918Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-09-24T13:33:39.918Z] === RUN TestFileJSONSpecPlugin [2021-09-24T13:33:39.918Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-24T13:33:39.918Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-24T13:33:39.918Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-24T13:33:39.918Z] === RUN TestPluginAddHandler [2021-09-24T13:33:39.918Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-24T13:33:39.918Z] === RUN TestPluginWaitBadPlugin [2021-09-24T13:33:39.918Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-24T13:33:39.918Z] === RUN TestGet [2021-09-24T13:33:39.918Z] time="2021-09-24T13:33:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-24T13:33:40.374Z] === RUN TestGetDriver [2021-09-24T13:33:40.374Z] --- PASS: TestGetDriver (0.00s) [2021-09-24T13:33:40.374Z] === RUN TestVolumeRequestError [2021-09-24T13:33:40.374Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-24T13:33:40.374Z] PASS [2021-09-24T13:33:40.374Z] coverage: 36.1% of statements [2021-09-24T13:33:40.830Z] ok github.com/docker/docker/volume/drivers 0.048s coverage: 36.1% of statements [2021-09-24T13:33:40.830Z] === RUN TestGetAddress [2021-09-24T13:33:40.830Z] --- PASS: TestGetAddress (0.00s) [2021-09-24T13:33:40.830Z] === RUN TestRemove [2021-09-24T13:33:40.830Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:33:40.830Z] --- SKIP: TestRemove (0.00s) [2021-09-24T13:33:40.830Z] === RUN TestInitializeWithVolumes [2021-09-24T13:33:40.830Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-24T13:33:40.830Z] === RUN TestCreate [2021-09-24T13:33:40.830Z] --- PASS: TestCreate (0.01s) [2021-09-24T13:33:40.830Z] === RUN TestValidateName [2021-09-24T13:33:40.830Z] --- PASS: TestValidateName (0.00s) [2021-09-24T13:33:40.830Z] === RUN TestCreateWithOpts [2021-09-24T13:33:40.830Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:33:40.830Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-24T13:33:40.830Z] === RUN TestRelaodNoOpts [2021-09-24T13:33:40.830Z] time="2021-09-24T13:33:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-24T13:33:40.830Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-24T13:33:40.830Z] PASS [2021-09-24T13:33:40.830Z] coverage: 41.5% of statements [2021-09-24T13:33:40.830Z] ok github.com/docker/docker/volume/local 0.053s coverage: 41.5% of statements [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRaw [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-24T13:33:41.793Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRaw [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-24T13:33:41.793Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestConvertTmpfsOptions [2021-09-24T13:33:41.793Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-24T13:33:41.793Z] linux_parser_test.go:209: data="ro" [2021-09-24T13:33:41.793Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestParseMountSpec [2021-09-24T13:33:41.793Z] parser_test.go:62: case 0 [2021-09-24T13:33:41.793Z] parser_test.go:62: case 1 [2021-09-24T13:33:41.793Z] parser_test.go:62: case 2 [2021-09-24T13:33:41.793Z] parser_test.go:62: case 3 [2021-09-24T13:33:41.793Z] parser_test.go:62: case 4 [2021-09-24T13:33:41.793Z] parser_test.go:62: case 5 [2021-09-24T13:33:41.793Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestValidateMount [2021-09-24T13:33:41.793Z] --- PASS: TestValidateMount (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRaw [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-24T13:33:41.793Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-24T13:33:41.793Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-24T13:33:41.793Z] PASS [2021-09-24T13:33:41.793Z] coverage: 67.6% of statements [2021-09-24T13:33:41.793Z] ok github.com/docker/docker/volume/mounts 0.039s coverage: 67.6% of statements [2021-09-24T13:33:42.249Z] === RUN TestSetGetMeta [2021-09-24T13:33:42.249Z] === PAUSE TestSetGetMeta [2021-09-24T13:33:42.249Z] === RUN TestRestore [2021-09-24T13:33:42.249Z] === PAUSE TestRestore [2021-09-24T13:33:42.249Z] === RUN TestServiceCreate [2021-09-24T13:33:42.249Z] === PAUSE TestServiceCreate [2021-09-24T13:33:42.249Z] === RUN TestServiceList [2021-09-24T13:33:42.249Z] === PAUSE TestServiceList [2021-09-24T13:33:42.249Z] === RUN TestServiceRemove [2021-09-24T13:33:42.249Z] === PAUSE TestServiceRemove [2021-09-24T13:33:42.249Z] === RUN TestServiceGet [2021-09-24T13:33:42.249Z] === PAUSE TestServiceGet [2021-09-24T13:33:42.249Z] === RUN TestServicePrune [2021-09-24T13:33:42.249Z] === PAUSE TestServicePrune [2021-09-24T13:33:42.249Z] === RUN TestCreate [2021-09-24T13:33:42.249Z] === PAUSE TestCreate [2021-09-24T13:33:42.249Z] === RUN TestRemove [2021-09-24T13:33:42.249Z] === PAUSE TestRemove [2021-09-24T13:33:42.250Z] === RUN TestList [2021-09-24T13:33:42.250Z] === PAUSE TestList [2021-09-24T13:33:42.250Z] === RUN TestFindByDriver [2021-09-24T13:33:42.250Z] === PAUSE TestFindByDriver [2021-09-24T13:33:42.250Z] === RUN TestFindByReferenced [2021-09-24T13:33:42.250Z] === PAUSE TestFindByReferenced [2021-09-24T13:33:42.250Z] === RUN TestDerefMultipleOfSameRef [2021-09-24T13:33:42.250Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-24T13:33:42.250Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:33:42.250Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:33:42.250Z] === RUN TestDefererencePluginOnCreateError [2021-09-24T13:33:42.250Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-24T13:33:42.250Z] === RUN TestRefDerefRemove [2021-09-24T13:33:42.250Z] === PAUSE TestRefDerefRemove [2021-09-24T13:33:42.250Z] === RUN TestGet [2021-09-24T13:33:42.250Z] === PAUSE TestGet [2021-09-24T13:33:42.250Z] === RUN TestGetWithReference [2021-09-24T13:33:42.250Z] === PAUSE TestGetWithReference [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_nil_list [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_empty_list [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_filter_some [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_filter_middle [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:33:42.250Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-24T13:33:42.250Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_nil_list [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_filter_some [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_filter_middle [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-24T13:33:42.250Z] === CONT TestFilterFunc/test_empty_list [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-24T13:33:42.250Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-24T13:33:42.250Z] === CONT TestSetGetMeta [2021-09-24T13:33:42.250Z] === CONT TestList [2021-09-24T13:33:42.250Z] === CONT TestServiceGet [2021-09-24T13:33:42.250Z] === CONT TestCreate [2021-09-24T13:33:42.250Z] --- PASS: TestSetGetMeta (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestGetWithReference [2021-09-24T13:33:42.250Z] --- PASS: TestCreate (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestGet [2021-09-24T13:33:42.250Z] --- PASS: TestList (0.03s) [2021-09-24T13:33:42.250Z] === CONT TestRefDerefRemove [2021-09-24T13:33:42.250Z] --- PASS: TestGet (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestDefererencePluginOnCreateError [2021-09-24T13:33:42.250Z] --- PASS: TestGetWithReference (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-24T13:33:42.250Z] --- PASS: TestRefDerefRemove (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestDerefMultipleOfSameRef [2021-09-24T13:33:42.250Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-24T13:33:42.250Z] === CONT TestFindByReferenced [2021-09-24T13:33:42.250Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestFindByDriver [2021-09-24T13:33:42.250Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestServiceList [2021-09-24T13:33:42.250Z] --- PASS: TestFindByReferenced (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestServiceRemove [2021-09-24T13:33:42.250Z] --- PASS: TestFindByDriver (0.02s) [2021-09-24T13:33:42.250Z] === CONT TestRemove [2021-09-24T13:33:42.250Z] --- PASS: TestRemove (0.01s) [2021-09-24T13:33:42.250Z] === CONT TestServiceCreate [2021-09-24T13:33:42.250Z] --- PASS: TestServiceGet (0.14s) [2021-09-24T13:33:42.250Z] === CONT TestServicePrune [2021-09-24T13:33:42.250Z] --- PASS: TestServiceRemove (0.07s) [2021-09-24T13:33:42.250Z] === CONT TestRestore [2021-09-24T13:33:42.250Z] --- PASS: TestServiceCreate (0.05s) [2021-09-24T13:33:42.250Z] --- PASS: TestServiceList (0.08s) [2021-09-24T13:33:42.250Z] time="2021-09-24T13:33:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:33:42.250Z] time="2021-09-24T13:33:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:33:42.250Z] --- PASS: TestRestore (0.02s) [2021-09-24T13:33:42.250Z] time="2021-09-24T13:33:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:33:42.250Z] time="2021-09-24T13:33:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-24T13:33:42.250Z] time="2021-09-24T13:33:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-24T13:33:42.250Z] --- PASS: TestServicePrune (0.04s) [2021-09-24T13:33:42.250Z] PASS [2021-09-24T13:33:42.250Z] coverage: 69.0% of statements [2021-09-24T13:33:42.250Z] ok github.com/docker/docker/volume/service 0.215s coverage: 69.0% of statements [2021-09-24T13:33:42.706Z] time="2021-09-24T13:33:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-24T13:33:47.376Z] time="2021-09-24T13:33:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-24T13:33:49.202Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-09-24T13:33:53.786Z] --- PASS: TestServicePlugin (30.04s) [2021-09-24T13:33:53.786Z] === RUN TestServiceUpdateLabel [2021-09-24T13:33:54.725Z] --- PASS: TestServiceUpdateLabel (2.20s) [2021-09-24T13:33:54.725Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:33:55.921Z] --- PASS: TestGet (15.01s) [2021-09-24T13:33:55.921Z] === RUN TestPluginWithNoManifest [2021-09-24T13:33:55.921Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-24T13:33:55.921Z] === RUN TestGetAll [2021-09-24T13:33:55.921Z] --- PASS: TestGetAll (0.01s) [2021-09-24T13:33:55.921Z] PASS [2021-09-24T13:33:55.921Z] coverage: 73.2% of statements [2021-09-24T13:33:55.921Z] ok github.com/docker/docker/pkg/plugins 34.824s coverage: 73.2% of statements [2021-09-24T13:33:56.884Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-09-24T13:33:57.698Z] --- PASS: TestBuildWithHugeFile (52.53s) [2021-09-24T13:33:57.698Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:33:57.698Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:33:57.698Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:33:57.698Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:33:57.698Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:33:57.698Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:33:57.698Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:33:57.698Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:33:57.698Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:33:57.698Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:33:57.698Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:33:57.698Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:33:57.698Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:33:57.698Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2021-09-24T13:33:57.698Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-09-24T13:33:57.698Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-09-24T13:33:57.698Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-09-24T13:33:57.698Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:33:57.698Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-24T13:33:57.698Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-24T13:33:58.271Z] --- PASS: TestBuildPreserveOwnership (4.10s) [2021-09-24T13:33:58.271Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.73s) [2021-09-24T13:33:58.271Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.36s) [2021-09-24T13:33:58.271Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:33:58.271Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-09-24T13:33:58.271Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-24T13:33:58.332Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-09-24T13:33:59.218Z] Loaded image: busybox:latest [2021-09-24T13:33:59.479Z] Loaded image: busybox:glibc [2021-09-24T13:34:00.871Z] Loaded image: debian:bullseye-slim [2021-09-24T13:34:00.871Z] Loaded image: hello-world:latest [2021-09-24T13:34:01.133Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:34:02.162Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-09-24T13:34:09.616Z] --- PASS: TestServiceUpdateSecrets (14.65s) [2021-09-24T13:34:09.616Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:34:13.383Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.93s) [2021-09-24T13:34:13.383Z] PASS [2021-09-24T13:34:13.383Z] [2021-09-24T13:34:13.383Z] === Skipped [2021-09-24T13:34:13.383Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-09-24T13:34:13.383Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:34:13.383Z] [2021-09-24T13:34:13.383Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:34:13.383Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:34:13.383Z] [2021-09-24T13:34:13.383Z] DONE 34 tests, 2 skipped in 95.592s [2021-09-24T13:34:13.383Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-09-24T13:34:13.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:34:13.383Z] ++ set -e [2021-09-24T13:34:13.383Z] ++ '[' -n 0 ']' [2021-09-24T13:34:13.383Z] ++ set -x [2021-09-24T13:34:13.383Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:34:13.383Z] INFO: Testing against a local daemon [2021-09-24T13:34:13.383Z] === RUN TestConfigInspect [2021-09-24T13:34:13.532Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:34:13.532Z] Using test binary docker [2021-09-24T13:34:13.532Z] +++ /etc/init.d/apparmor start [2021-09-24T13:34:13.532Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:34:13.532Z] INFO: Waiting for daemon to start... [2021-09-24T13:34:13.532Z] Starting dockerd [2021-09-24T13:34:13.532Z] +++ 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-09-24T13:34:13.532Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-24T13:34:13.532Z] Using test binary docker [2021-09-24T13:34:13.532Z] +++ /etc/init.d/apparmor start [2021-09-24T13:34:13.532Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-24T13:34:13.533Z] INFO: Waiting for daemon to start... [2021-09-24T13:34:13.533Z] Starting dockerd [2021-09-24T13:34:13.533Z] +++ 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-09-24T13:34:14.103Z] . [2021-09-24T13:34:14.103Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:34:14.103Z] [2021-09-24T13:34:14.103Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-24T13:34:14.103Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:34:14.103Z] Error: No such image: emptyfs [2021-09-24T13:34:14.103Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-24T13:34:14.363Z] Error: No such image: emptyfs [2021-09-24T13:34:14.363Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-24T13:34:14.363Z] ++++ docker load [2021-09-24T13:34:14.363Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-24T13:34:14.363Z] ++++ docker load [2021-09-24T13:34:14.624Z] Running integration-test (iteration 1) [2021-09-24T13:34:14.624Z] 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-09-24T13:34:14.624Z] ++ 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-09-24T13:34:14.624Z] ++ set -e [2021-09-24T13:34:14.624Z] ++ '[' -n 0 ']' [2021-09-24T13:34:14.624Z] ++ set -x [2021-09-24T13:34:14.624Z] ++ 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-09-24T13:34:14.624Z] Running integration-test (iteration 1) [2021-09-24T13:34:14.624Z] 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-09-24T13:34:14.624Z] ++ 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-09-24T13:34:14.624Z] ++ set -e [2021-09-24T13:34:14.624Z] ++ '[' -n 0 ']' [2021-09-24T13:34:14.624Z] ++ set -x [2021-09-24T13:34:14.624Z] ++ 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-09-24T13:34:15.302Z] --- PASS: TestConfigInspect (2.82s) [2021-09-24T13:34:15.302Z] === RUN TestConfigList [2021-09-24T13:34:15.572Z] Loaded image: busybox:latest [2021-09-24T13:34:15.572Z] Loaded image: busybox:latest [2021-09-24T13:34:15.707Z] .......................... [ 67%] [2021-09-24T13:34:15.833Z] Loaded image: busybox:glibc [2021-09-24T13:34:16.094Z] Loaded image: busybox:glibc [2021-09-24T13:34:17.855Z] --- PASS: TestConfigList (2.64s) [2021-09-24T13:34:17.855Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:34:20.300Z] Loaded image: debian:bullseye-slim [2021-09-24T13:34:20.566Z] Loaded image: hello-world:latest [2021-09-24T13:34:20.566Z] Loaded image: debian:bullseye-slim [2021-09-24T13:34:20.826Z] Loaded image: hello-world:latest [2021-09-24T13:34:20.826Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:34:20.826Z] INFO: Testing against a local daemon [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-24T13:34:20.826Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:34:20.826Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-24T13:34:21.017Z] 2021/09/24 13:34:18 Closing DB instances... [2021-09-24T13:34:21.017Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2021-09-24T13:34:21.017Z] === RUN TestFindNode [2021-09-24T13:34:21.017Z] 2021/09/24 13:34:20 Closing DB instances... [2021-09-24T13:34:21.017Z] --- PASS: TestFindNode (0.02s) [2021-09-24T13:34:21.017Z] === RUN TestChangeNodeState [2021-09-24T13:34:21.017Z] 2021/09/24 13:34:20 Closing DB instances... [2021-09-24T13:34:21.017Z] --- PASS: TestChangeNodeState (0.02s) [2021-09-24T13:34:21.017Z] === RUN TestNodeReincarnation [2021-09-24T13:34:21.017Z] 2021/09/24 13:34:20 Closing DB instances... [2021-09-24T13:34:21.087Z] INFO: Testing against a local daemon [2021-09-24T13:34:21.087Z] === RUN TestDockerDaemonSuite [2021-09-24T13:34:21.088Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-09-24T13:34:21.163Z] --- PASS: TestConfigsCreateAndDelete (2.70s) [2021-09-24T13:34:21.163Z] === RUN TestConfigsUpdate [2021-09-24T13:34:23.085Z] --- PASS: TestConfigsUpdate (2.56s) [2021-09-24T13:34:23.085Z] === RUN TestTemplatedConfig [2021-09-24T13:34:24.507Z] --- PASS: TestServiceUpdateConfigs (14.56s) [2021-09-24T13:34:24.507Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:34:25.297Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-24T13:34:25.298Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-24T13:34:25.587Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-24T13:34:25.587Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-24T13:34:26.190Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-24T13:34:26.392Z] --- PASS: TestTemplatedConfig (2.97s) [2021-09-24T13:34:26.392Z] === RUN TestConfigCreateResolve [2021-09-24T13:34:26.451Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-24T13:34:26.451Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-24T13:34:26.787Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-24T13:34:26.787Z] === RUN TestParallelCreate [2021-09-24T13:34:26.787Z] 2021/09/24 13:34:25 Closing DB instances... [2021-09-24T13:34:26.787Z] --- PASS: TestParallelCreate (0.02s) [2021-09-24T13:34:26.787Z] === RUN TestParallelDelete [2021-09-24T13:34:26.787Z] 2021/09/24 13:34:25 Closing DB instances... [2021-09-24T13:34:26.787Z] --- PASS: TestParallelDelete (0.01s) [2021-09-24T13:34:26.787Z] === RUN TestNetworkDBIslands [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f6eddb9d38b2 with config:&{NodeID:f6eddb9d38b2 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, added to nodes list" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cc235bf2d355 with config:&{NodeID:cc235bf2d355 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node cc235bf2d355/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to nodes list" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node cc235bf2d355/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to nodes list" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, added to nodes list" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-24T13:34:26.787Z] time="2021-09-24T13:34:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:539797fe0fb7 with config:&{NodeID:539797fe0fb7 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node 539797fe0fb7/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node 539797fe0fb7/172.24.94.195, added to nodes list" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node 539797fe0fb7/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node 539797fe0fb7/172.24.94.195, added to nodes list" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, added to nodes list" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node cc235bf2d355/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to nodes list" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:27.243Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, added to nodes list" [2021-09-24T13:34:27.834Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:7a4504d632fc with config:&{NodeID:7a4504d632fc Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node cc235bf2d355/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:90efb1110485 with config:&{NodeID:90efb1110485 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 539797fe0fb7/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node cc235bf2d355/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:27Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:28.376Z] networkdb_test.go:835: Re-joining: 3 [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=info msg="The new bootstrap node list is:[172.24.94.195:10033 172.24.94.195:10034 172.24.94.195:10035]" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10033" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49358" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10034" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49359" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10035" [2021-09-24T13:34:28.376Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49360" [2021-09-24T13:34:28.405Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-24T13:34:28.405Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-24T13:34:28.405Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-24T13:34:28.666Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-09-24T13:34:28.833Z] networkdb_test.go:835: Re-joining: 4 [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="The new bootstrap node list is:[172.24.94.195:10033 172.24.94.195:10034 172.24.94.195:10035]" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10033" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49361" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10034" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49362" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10035" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49363" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node 0 leaving" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2 change state NodeActive --> NodeLeft" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node3(539797fe0fb7): Node leave event for f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2 change state NodeActive --> NodeLeft" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2 change state NodeActive --> NodeLeft" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node5(90efb1110485): Node leave event for f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node4(7a4504d632fc): Node leave event for f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2 change state NodeActive --> NodeLeft" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node1(f6eddb9d38b2): Node leave event for f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2 change state NodeActive --> NodeLeft" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="node2(cc235bf2d355): Node leave event for f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:28.833Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, left gossip cluster" [2021-09-24T13:34:28.943Z] --- PASS: TestConfigCreateResolve (2.60s) [2021-09-24T13:34:28.943Z] PASS [2021-09-24T13:34:28.943Z] [2021-09-24T13:34:28.943Z] DONE 6 tests in 16.409s [2021-09-24T13:34:28.943Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-09-24T13:34:28.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:34:28.943Z] ++ set -e [2021-09-24T13:34:28.943Z] ++ '[' -n 0 ']' [2021-09-24T13:34:28.943Z] ++ set -x [2021-09-24T13:34:28.944Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:34:28.944Z] INFO: Testing against a local daemon [2021-09-24T13:34:28.944Z] === RUN TestCheckpoint [2021-09-24T13:34:28.944Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:34:28.944Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:34:28.944Z] === RUN TestContainerInvalidJSON [2021-09-24T13:34:28.944Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:34:28.944Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:34:28.944Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:34:28.944Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:34:28.944Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:34:28.944Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:34:28.944Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-09-24T13:34:28.944Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:34:28.944Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:34:28.944Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:34:29.206Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-09-24T13:34:29.206Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:34:29.206Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-09-24T13:34:29.206Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:34:29.206Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-09-24T13:34:29.206Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:34:29.206Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-09-24T13:34:29.206Z] === RUN TestCopyFromContainer [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="node 1 leaving" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="node5(90efb1110485): Node leave event for cc235bf2d355/172.24.94.195" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="node4(7a4504d632fc): Node leave event for cc235bf2d355/172.24.94.195" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355 change state NodeActive --> NodeFailed" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355/172.24.94.195, added to failed nodes list" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=error msg="node: cc235bf2d355 is unknown to memberlist" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node f6eddb9d38b2/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="Node cc235bf2d355 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:28Z" level=info msg="node3(539797fe0fb7): Node leave event for cc235bf2d355/172.24.94.195" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:29Z" level=info msg="Node cc235bf2d355/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:29Z" level=info msg="Node cc235bf2d355/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.289Z] time="2021-09-24T13:34:29Z" level=info msg="Node cc235bf2d355/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.615Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="node 2 leaving" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="node4(7a4504d632fc): Node leave event for 539797fe0fb7/172.24.94.195" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="node3(539797fe0fb7): Node leave event for 539797fe0fb7/172.24.94.195" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7 change state NodeActive --> NodeLeft" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="node5(90efb1110485): Node leave event for 539797fe0fb7/172.24.94.195" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=debug msg="memberlist: Failed ping: 7a4504d632fc (timeout reached)" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.94.195:10034: use of closed network connection" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.94.195:10037: use of closed network connection" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.94.195:10035: use of closed network connection" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49364" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7/172.24.94.195, left gossip cluster" [2021-09-24T13:34:29.745Z] time="2021-09-24T13:34:29Z" level=info msg="Node 539797fe0fb7/172.24.94.195, left gossip cluster" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:29Z" level=warning msg="memberlist: Was able to connect to 7a4504d632fc but other probes failed, network may be misconfigured" [2021-09-24T13:34:30.201Z] networkdb_test.go:867: node4: OK [2021-09-24T13:34:30.201Z] networkdb_test.go:867: node5: OK [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="node 0 coming back" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6e662f178f53 with config:&{NodeID:6e662f178f53 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node 6e662f178f53/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to nodes list" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="node 1 coming back" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a39f37968117 with config:&{NodeID:a39f37968117 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node a39f37968117/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node a39f37968117/172.24.94.195, added to nodes list" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="node 2 coming back" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:abaf47a19ce4 with config:&{NodeID:abaf47a19ce4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node abaf47a19ce4/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:30.201Z] time="2021-09-24T13:34:30Z" level=info msg="Node abaf47a19ce4/172.24.94.195, added to nodes list" [2021-09-24T13:34:30.557Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-24T13:34:30.557Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-24T13:34:30.557Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-24T13:34:30.557Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-24T13:34:30.557Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-24T13:34:30.595Z] === RUN TestCopyFromContainer// [2021-09-24T13:34:30.595Z] === RUN TestCopyFromContainer//bar/root [2021-09-24T13:34:30.857Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-24T13:34:30.857Z] === RUN TestCopyFromContainer/bar/quux [2021-09-24T13:34:30.857Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-24T13:34:31.119Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-24T13:34:31.119Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-24T13:34:31.119Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-24T13:34:31.381Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-24T13:34:31.381Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer (2.22s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-09-24T13:34:31.381Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-09-24T13:34:31.381Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:34:31.381Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:34:31.381Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:34:31.381Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:34:31.381Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:34:31.381Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:34:31.381Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:34:31.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:34:31.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:34:31.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:34:31.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:34:31.644Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:34:31.644Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-09-24T13:34:31.644Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:34:31.644Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:34:31.644Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:34:31.644Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:34:31.644Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:34:31.644Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:34:31.644Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:34:31.644Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:34:31.644Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:34:31.644Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:34:31.644Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:34:31.644Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:34:31.644Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:34:31.644Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-09-24T13:34:31.644Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:34:33.576Z] --- PASS: TestCreateWithCustomMaskedPaths (1.77s) [2021-09-24T13:34:33.576Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:34:33.917Z] time="2021-09-24T13:34:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.94.195:10033 172.24.94.195:10034 172.24.94.195:10035]" [2021-09-24T13:34:33.917Z] time="2021-09-24T13:34:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.94.195:10033 172.24.94.195:10034 172.24.94.195:10035]" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10033" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49365" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, is the new incarnation of the shutdown node f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10034" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49366" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, is the new incarnation of the shutdown node cc235bf2d355/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10035" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49367" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 90efb1110485/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 7a4504d632fc/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, is the new incarnation of the shutdown node 539797fe0fb7/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, is the new incarnation of the shutdown node cc235bf2d355/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, is the new incarnation of the shutdown node f6eddb9d38b2/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node a39f37968117/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, is the new incarnation of the shutdown node 539797fe0fb7/172.24.94.195" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.373Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, joined gossip cluster" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=info msg="Node abaf47a19ce4/172.24.94.195, added to nodes list" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10033" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49368" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10034" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49369" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.94.195:10035" [2021-09-24T13:34:34.830Z] time="2021-09-24T13:34:34Z" level=debug msg="memberlist: Stream connection from=172.24.94.195:49370" [2021-09-24T13:34:35.286Z] 2021/09/24 13:34:35 Closing DB instances... [2021-09-24T13:34:35.286Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.286Z] time="2021-09-24T13:34:35Z" level=info msg="node3(abaf47a19ce4): Node leave event for 6e662f178f53/172.24.94.195" [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.89s) [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:34:35.500Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:34:35.500Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:34:35.500Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:34:35.500Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:34:35.500Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:34:35.500Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:34:35.500Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:34:35.500Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:34:35.500Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:34:35.500Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:34:35.500Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-09-24T13:34:35.500Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-24T13:34:35.500Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node2(a39f37968117): Node leave event for 6e662f178f53/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53 change state NodeActive --> NodeFailed" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node5(90efb1110485): Node leave event for 6e662f178f53/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, added to failed nodes list" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node4(7a4504d632fc): Node leave event for 6e662f178f53/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=error msg="node: 6e662f178f53 is unknown to memberlist" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node 6e662f178f53/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node5(90efb1110485): Node leave event for a39f37968117/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node3(abaf47a19ce4): Node leave event for a39f37968117/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node4(7a4504d632fc): Node leave event for a39f37968117/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117 change state NodeActive --> NodeLeft" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="node2(a39f37968117): Node leave event for a39f37968117/172.24.94.195" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117/172.24.94.195, left gossip cluster" [2021-09-24T13:34:35.742Z] time="2021-09-24T13:34:35Z" level=info msg="Node a39f37968117/172.24.94.195, left gossip cluster" [2021-09-24T13:34:36.072Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2021-09-24T13:34:36.072Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:34:36.072Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:34:36.072Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:34:36.072Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-24T13:34:36.072Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:34:36.072Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:34:36.072Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:34:36.072Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-09-24T13:34:36.072Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:34:36.072Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-09-24T13:34:36.072Z] === RUN TestContainerStartOnDaemonRestart [2021-09-24T13:34:36.072Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-24T13:34:36.072Z] === RUN TestDaemonRestartIpcMode [2021-09-24T13:34:36.072Z] === PAUSE TestDaemonRestartIpcMode [2021-09-24T13:34:36.072Z] === RUN TestDaemonHostGatewayIP [2021-09-24T13:34:36.072Z] === PAUSE TestDaemonHostGatewayIP [2021-09-24T13:34:36.072Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-24T13:34:36.072Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-24T13:34:36.072Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:34:36.072Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-24T13:34:36.072Z] === RUN TestDiff [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:35Z" level=info msg="Node abaf47a19ce4 change state NodeActive --> NodeLeft" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:35Z" level=info msg="node4(7a4504d632fc): Node leave event for abaf47a19ce4/172.24.94.195" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:35Z" level=info msg="Node abaf47a19ce4 change state NodeActive --> NodeLeft" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:35Z" level=info msg="node5(90efb1110485): Node leave event for abaf47a19ce4/172.24.94.195" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:36Z" level=info msg="Node abaf47a19ce4 change state NodeActive --> NodeLeft" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:36Z" level=info msg="node3(abaf47a19ce4): Node leave event for abaf47a19ce4/172.24.94.195" [2021-09-24T13:34:36.199Z] time="2021-09-24T13:34:36Z" level=info msg="Node abaf47a19ce4/172.24.94.195, left gossip cluster" [2021-09-24T13:34:36.646Z] --- PASS: TestDiff (0.65s) [2021-09-24T13:34:36.646Z] === RUN TestExecWithCloseStdin [2021-09-24T13:34:36.655Z] time="2021-09-24T13:34:36Z" level=info msg="Node abaf47a19ce4/172.24.94.195, left gossip cluster" [2021-09-24T13:34:36.655Z] time="2021-09-24T13:34:36Z" level=info msg="Node abaf47a19ce4/172.24.94.195, left gossip cluster" [2021-09-24T13:34:36.725Z] --- PASS: TestServiceUpdateNetwork (12.45s) [2021-09-24T13:34:36.725Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:34:37.113Z] time="2021-09-24T13:34:36Z" level=info msg="Node 7a4504d632fc change state NodeActive --> NodeLeft" [2021-09-24T13:34:37.113Z] time="2021-09-24T13:34:36Z" level=info msg="node5(90efb1110485): Node leave event for 7a4504d632fc/172.24.94.195" [2021-09-24T13:34:37.113Z] time="2021-09-24T13:34:36Z" level=info msg="Node 7a4504d632fc change state NodeActive --> NodeLeft" [2021-09-24T13:34:37.113Z] time="2021-09-24T13:34:36Z" level=info msg="node4(7a4504d632fc): Node leave event for 7a4504d632fc/172.24.94.195" [2021-09-24T13:34:37.569Z] time="2021-09-24T13:34:37Z" level=info msg="Node 7a4504d632fc/172.24.94.195, left gossip cluster" [2021-09-24T13:34:37.569Z] time="2021-09-24T13:34:37Z" level=info msg="Node 7a4504d632fc/172.24.94.195, left gossip cluster" [2021-09-24T13:34:37.591Z] --- PASS: TestExecWithCloseStdin (0.72s) [2021-09-24T13:34:37.591Z] === RUN TestExec [2021-09-24T13:34:37.664Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-24T13:34:38.025Z] time="2021-09-24T13:34:37Z" level=info msg="Node 90efb1110485/172.24.94.195, left gossip cluster" [2021-09-24T13:34:38.025Z] time="2021-09-24T13:34:37Z" level=info msg="Node 90efb1110485 change state NodeActive --> NodeFailed" [2021-09-24T13:34:38.025Z] time="2021-09-24T13:34:37Z" level=info msg="Node 90efb1110485/172.24.94.195, added to failed nodes list" [2021-09-24T13:34:38.025Z] --- PASS: TestNetworkDBIslands (12.05s) [2021-09-24T13:34:38.025Z] PASS [2021-09-24T13:34:38.025Z] coverage: 60.0% of statements [2021-09-24T13:34:38.025Z] ok github.com/docker/docker/libnetwork/networkdb 104.992s coverage: 60.0% of statements [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/quota [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/rootless [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/volume [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-24T13:34:38.025Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-24T13:34:38.166Z] --- PASS: TestExec (0.69s) [2021-09-24T13:34:38.166Z] === RUN TestExecUser [2021-09-24T13:34:38.233Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-24T13:34:38.693Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-24T13:34:38.765Z] --- PASS: TestExecUser (0.73s) [2021-09-24T13:34:38.765Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === Skipped [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-24T13:34:39.653Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-24T13:34:39.653Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-24T13:34:39.653Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-24T13:34:39.653Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-24T13:34:39.653Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-24T13:34:39.653Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-24T13:34:39.653Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-24T13:34:39.653Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-24T13:34:39.653Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-24T13:34:39.653Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-24T13:34:39.653Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-24T13:34:39.653Z] daemon_test.go:146: root required [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-24T13:34:39.653Z] reload_test.go:520: root required [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-09-24T13:34:39.653Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-24T13:34:39.653Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-24T13:34:39.653Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-24T13:34:39.653Z] download_test.go:267: Needs fixing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-24T13:34:39.653Z] layer_test.go:303: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-24T13:34:39.653Z] layer_test.go:352: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-24T13:34:39.653Z] layer_test.go:467: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-24T13:34:39.653Z] layer_test.go:696: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-24T13:34:39.653Z] migration_test.go:45: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-24T13:34:39.653Z] migration_test.go:181: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-24T13:34:39.653Z] mount_test.go:17: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-24T13:34:39.653Z] mount_test.go:76: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-24T13:34:39.653Z] mount_test.go:125: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-24T13:34:39.653Z] mount_test.go:212: Failing on Windows [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-24T13:34:39.653Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-24T13:34:39.653Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-24T13:34:39.653Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-24T13:34:39.653Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-24T13:34:39.653Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-24T13:34:39.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-24T13:34:39.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-24T13:34:39.653Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-24T13:34:39.653Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-24T13:34:39.653Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-24T13:34:39.653Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-24T13:34:39.653Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:34:39.653Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:34:39.653Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:34:39.653Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:34:39.653Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:34:39.653Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-24T13:34:39.653Z] archive_test.go:133: Xz not present in msys2 [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2021-09-24T13:34:39.653Z] archive_test.go:140: zstd not installed [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-24T13:34:39.653Z] archive_test.go:252: Failing on Windows CI machines [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-24T13:34:39.653Z] archive_windows_test.go:16: Currently fails [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-24T13:34:39.653Z] changes_test.go:195: needs more investigation [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.653Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-24T13:34:39.653Z] changes_test.go:432: needs further investigation [2021-09-24T13:34:39.653Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-24T13:34:39.654Z] changes_test.go:468: needs further investigation [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-24T13:34:39.654Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-24T13:34:39.654Z] poller_test.go:40: No chmod on Windows [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-24T13:34:39.654Z] fileutils_test.go:133: Needs porting to Windows [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-24T13:34:39.654Z] fileutils_test.go:179: Needs porting to Windows [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-24T13:34:39.654Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-24T13:34:39.654Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-24T13:34:39.654Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-24T13:34:39.654Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-24T13:34:39.654Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-24T13:34:39.654Z] [2021-09-24T13:34:39.654Z] DONE 2070 tests, 68 skipped in 248.400s [2021-09-24T13:34:39.654Z] INFO: make.ps1 ended at 09/24/2021 13:34:39 [2021-09-24T13:34:39.710Z] --- PASS: TestExportContainerAndImportImage (0.83s) [2021-09-24T13:34:39.711Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:34:40.080Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-24T13:34:41.023Z] --- PASS: TestBuildWithHugeFile (109.20s) [2021-09-24T13:34:41.023Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:34:41.023Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:34:41.023Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:34:41.023Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:34:41.023Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:34:41.023Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:34:41.023Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:34:41.023Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:34:41.023Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:34:41.023Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:34:41.023Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:34:41.023Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:34:41.023Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:34:41.023Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-09-24T13:34:41.023Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s) [2021-09-24T13:34:41.023Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2021-09-24T13:34:41.023Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-24T13:34:41.023Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:34:41.023Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-24T13:34:41.100Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2021-09-24T13:34:41.100Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:34:41.182Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-24T13:34:41.182Z] INFO: Unit tests ended at 09/24/2021 13:34:41. Duration:00:04:21.3401646 [2021-09-24T13:34:41.182Z] INFO: Building busybox [2021-09-24T13:34:41.182Z] Sending build context to Docker daemon 5.12kB [2021-09-24T13:34:41.182Z] [2021-09-24T13:34:41.182Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-24T13:34:41.182Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-24T13:34:41.182Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-24T13:34:41.182Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-24T13:34:41.182Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-24T13:34:41.182Z] ---> 6e98155df178 [2021-09-24T13:34:41.182Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-24T13:34:41.638Z] ---> Running in f17cab107e91 [2021-09-24T13:34:42.046Z] --- PASS: TestHealthCheckWorkdir (0.92s) [2021-09-24T13:34:42.046Z] === RUN TestHealthKillContainer [2021-09-24T13:34:42.407Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-24T13:34:43.350Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-24T13:34:44.291Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-24T13:34:44.291Z] --- PASS: TestBuildPreserveOwnership (3.43s) [2021-09-24T13:34:44.291Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.20s) [2021-09-24T13:34:44.291Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s) [2021-09-24T13:34:44.291Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:34:44.551Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-09-24T13:34:44.551Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-24T13:34:44.811Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-24T13:34:45.352Z] --- PASS: TestHealthKillContainer (2.72s) [2021-09-24T13:34:45.352Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:34:45.352Z] --- PASS: TestInspectCpusetInConfigPre120 (0.61s) [2021-09-24T13:34:45.352Z] === RUN TestIpcModeNone [2021-09-24T13:34:45.752Z] Loaded image: busybox:latest [2021-09-24T13:34:45.752Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-24T13:34:46.012Z] Loaded image: busybox:glibc [2021-09-24T13:34:46.297Z] --- PASS: TestIpcModeNone (0.71s) [2021-09-24T13:34:46.297Z] === RUN TestIpcModePrivate [2021-09-24T13:34:46.361Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-24T13:34:46.562Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-09-24T13:34:46.584Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-24T13:34:46.824Z] --- PASS: TestIpcModePrivate (0.71s) [2021-09-24T13:34:46.824Z] === RUN TestIpcModeShareable [2021-09-24T13:34:46.844Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-09-24T13:34:47.104Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-09-24T13:34:47.398Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-09-24T13:34:47.398Z] --- PASS: TestIpcModeShareable (0.68s) [2021-09-24T13:34:47.398Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-24T13:34:49.020Z] docker_cli_daemon_test.go:1455: [df17fdfcf7121] daemon is not started [2021-09-24T13:34:49.020Z] Loaded image: debian:bullseye-slim [2021-09-24T13:34:49.020Z] Loaded image: hello-world:latest [2021-09-24T13:34:49.020Z] Loaded image: arm32v7/hello-world:latest [2021-09-24T13:34:49.020Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-09-24T13:34:49.592Z] check_test.go:308: [dfed262b5b7d1] daemon is not started [2021-09-24T13:34:49.592Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-09-24T13:34:49.951Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.11s) [2021-09-24T13:34:49.951Z] === RUN TestAPIIpcModeHost [2021-09-24T13:34:50.213Z] --- PASS: TestAPIIpcModeHost (0.56s) [2021-09-24T13:34:50.213Z] === RUN TestDaemonIpcModeShareable [2021-09-24T13:34:50.978Z] === RUN TestDockerSuite/TestAttachDetach [2021-09-24T13:34:51.602Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-24T13:34:51.602Z] --- PASS: TestDaemonIpcModeShareable (1.49s) [2021-09-24T13:34:51.602Z] === RUN TestDaemonIpcModePrivate [2021-09-24T13:34:51.922Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-09-24T13:34:51.923Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-24T13:34:52.864Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-24T13:34:52.935Z] --- PASS: TestServiceUpdatePidsLimit (16.51s) [2021-09-24T13:34:52.935Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2021-09-24T13:34:52.935Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2021-09-24T13:34:52.935Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-09-24T13:34:52.935Z] PASS [2021-09-24T13:34:52.935Z] [2021-09-24T13:34:52.935Z] === Skipped [2021-09-24T13:34:52.935Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-24T13:34:52.935Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:34:52.935Z] [2021-09-24T13:34:52.935Z] DONE 27 tests, 1 skipped in 165.711s [2021-09-24T13:34:52.935Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-24T13:34:52.935Z] INFO: Testing against a local daemon [2021-09-24T13:34:52.935Z] === RUN TestSessionCreate [2021-09-24T13:34:52.935Z] --- PASS: TestSessionCreate (0.02s) [2021-09-24T13:34:52.935Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:34:52.935Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-24T13:34:52.935Z] PASS [2021-09-24T13:34:52.935Z] [2021-09-24T13:34:52.935Z] DONE 2 tests in 0.056s [2021-09-24T13:34:52.935Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-24T13:34:52.935Z] INFO: Testing against a local daemon [2021-09-24T13:34:52.935Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:34:52.935Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:34:52.935Z] === RUN TestDiskUsage [2021-09-24T13:34:52.935Z] === PAUSE TestDiskUsage [2021-09-24T13:34:52.935Z] === RUN TestEventsExecDie [2021-09-24T13:34:52.993Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-24T13:34:53.255Z] --- PASS: TestDaemonIpcModePrivate (1.49s) [2021-09-24T13:34:53.255Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-24T13:34:53.505Z] --- PASS: TestEventsExecDie (0.59s) [2021-09-24T13:34:53.505Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:34:53.505Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-09-24T13:34:53.505Z] === RUN TestEventsVolumeCreate [2021-09-24T13:34:53.505Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-09-24T13:34:53.505Z] === RUN TestInfoBinaryCommits [2021-09-24T13:34:53.505Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-09-24T13:34:53.505Z] === RUN TestInfoAPIVersioned [2021-09-24T13:34:53.505Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-24T13:34:53.505Z] === RUN TestInfoDiscoveryBackend [2021-09-24T13:34:53.806Z] check_test.go:308: [d748c8deb4f6a] daemon is not started [2021-09-24T13:34:53.806Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-09-24T13:34:53.981Z] Removing intermediate container f17cab107e91 [2021-09-24T13:34:53.981Z] ---> c6fd06c7aa3a [2021-09-24T13:34:53.981Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-24T13:34:53.981Z] ---> Running in 3429c14d2f89 [2021-09-24T13:34:53.981Z] Removing intermediate container 3429c14d2f89 [2021-09-24T13:34:53.981Z] ---> 2dd8914598db [2021-09-24T13:34:53.981Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-24T13:34:53.981Z] ---> Running in 1391fdddd0fd [2021-09-24T13:34:53.981Z] Removing intermediate container 1391fdddd0fd [2021-09-24T13:34:53.981Z] ---> 0eaa5d918426 [2021-09-24T13:34:53.981Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-24T13:34:54.074Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-09-24T13:34:54.074Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-24T13:34:54.644Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-24T13:34:54.644Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.46s) [2021-09-24T13:34:54.644Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-24T13:34:54.750Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-24T13:34:55.012Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-24T13:34:55.012Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-24T13:34:55.510Z] [2021-09-24T13:34:55.581Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-09-24T13:34:55.581Z] === RUN TestInfoAPI [2021-09-24T13:34:55.581Z] --- PASS: TestInfoAPI (0.02s) [2021-09-24T13:34:55.581Z] === RUN TestInfoAPIWarnings [2021-09-24T13:34:55.691Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-24T13:34:55.966Z] ---> 7d9fbe2dcd6c [2021-09-24T13:34:55.966Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-09-24T13:34:55.966Z] ---> Running in a996e9128211 [2021-09-24T13:34:56.032Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-24T13:34:56.032Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.48s) [2021-09-24T13:34:56.032Z] === RUN TestIpcModeOlderClient [2021-09-24T13:34:56.032Z] === PAUSE TestIpcModeOlderClient [2021-09-24T13:34:56.032Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:34:56.263Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-24T13:34:56.604Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2021-09-24T13:34:56.604Z] === RUN TestKillContainer [2021-09-24T13:34:56.866Z] === RUN TestKillContainer/no_signal [2021-09-24T13:34:57.133Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-09-24T13:34:57.444Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:34:57.648Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-24T13:34:57.705Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:34:58.220Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-09-24T13:34:58.651Z] --- PASS: TestKillContainer (1.86s) [2021-09-24T13:34:58.651Z] --- PASS: TestKillContainer/no_signal (0.59s) [2021-09-24T13:34:58.651Z] --- PASS: TestKillContainer/non_killing_signal (0.41s) [2021-09-24T13:34:58.651Z] --- PASS: TestKillContainer/killing_signal (0.60s) [2021-09-24T13:34:58.651Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:34:58.651Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-24T13:34:59.225Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-24T13:34:59.798Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2021-09-24T13:34:59.798Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-09-24T13:34:59.798Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.43s) [2021-09-24T13:34:59.798Z] === RUN TestKillStoppedContainer [2021-09-24T13:34:59.798Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-09-24T13:34:59.798Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:35:00.060Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-09-24T13:35:00.060Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:35:00.134Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-24T13:35:00.633Z] --- PASS: TestKillDifferentUserContainer (0.62s) [2021-09-24T13:35:00.633Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:35:00.633Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:35:00.633Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:35:00.633Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:35:00.633Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:35:00.633Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:35:00.633Z] === RUN TestLinksEtcHostsContentMatch [2021-09-24T13:35:01.074Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.42s) [2021-09-24T13:35:01.074Z] PASS [2021-09-24T13:35:01.074Z] [2021-09-24T13:35:01.074Z] === Skipped [2021-09-24T13:35:01.074Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-24T13:35:01.074Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:35:01.074Z] [2021-09-24T13:35:01.074Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-24T13:35:01.074Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-24T13:35:01.074Z] [2021-09-24T13:35:01.074Z] DONE 34 tests, 2 skipped in 174.829s [2021-09-24T13:35:01.074Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-24T13:35:01.074Z] ++ 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-09-24T13:35:01.074Z] ++ set -e [2021-09-24T13:35:01.074Z] ++ '[' -n 0 ']' [2021-09-24T13:35:01.074Z] ++ set -x [2021-09-24T13:35:01.074Z] ++ 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-09-24T13:35:01.074Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-09-24T13:35:01.074Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-24T13:35:01.074Z] INFO: Testing against a local daemon [2021-09-24T13:35:01.074Z] === RUN TestConfigInspect [2021-09-24T13:35:01.207Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s) [2021-09-24T13:35:01.207Z] === RUN TestLinksContainerNames [2021-09-24T13:35:02.017Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-24T13:35:02.017Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-24T13:35:02.596Z] --- PASS: TestLinksContainerNames (1.25s) [2021-09-24T13:35:02.596Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:35:02.961Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-24T13:35:03.171Z] --- PASS: TestLogsFollowTailEmpty (0.64s) [2021-09-24T13:35:03.171Z] === RUN TestContainerNetworkMountsNoChown [2021-09-24T13:35:03.223Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-09-24T13:35:03.484Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-24T13:35:03.744Z] --- PASS: TestContainerNetworkMountsNoChown (0.62s) [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/default [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/default [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/private [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/private [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rprivate [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/slave [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/slave [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rslave [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/shared [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/shared [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rshared [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/default [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rslave [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rshared [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/private [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/slave [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rprivate [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/shared [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:03.744Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:03.744Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:03.744Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:03.745Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:03.745Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:03.745Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:03.745Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:03.745Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:04.012Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-09-24T13:35:04.012Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-09-24T13:35:04.012Z] === RUN TestContainerBindMountNonRecursive [2021-09-24T13:35:04.056Z] --- PASS: TestConfigInspect (2.93s) [2021-09-24T13:35:04.056Z] === RUN TestConfigList [2021-09-24T13:35:05.933Z] --- PASS: TestContainerBindMountNonRecursive (1.54s) [2021-09-24T13:35:05.933Z] === RUN TestContainerVolumesMountedAsShared [2021-09-24T13:35:05.969Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-09-24T13:35:06.195Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s) [2021-09-24T13:35:06.195Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-24T13:35:06.769Z] --- PASS: TestContainerVolumesMountedAsSlave (0.46s) [2021-09-24T13:35:06.769Z] === RUN TestNetworkNat [2021-09-24T13:35:06.911Z] --- PASS: TestConfigList (2.84s) [2021-09-24T13:35:06.911Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:35:07.344Z] --- PASS: TestNetworkNat (0.67s) [2021-09-24T13:35:07.344Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:35:07.918Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s) [2021-09-24T13:35:07.918Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:35:09.457Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-09-24T13:35:09.717Z] --- PASS: TestConfigsCreateAndDelete (2.74s) [2021-09-24T13:35:09.717Z] === RUN TestConfigsUpdate [2021-09-24T13:35:10.792Z] Removing intermediate container a996e9128211 [2021-09-24T13:35:10.792Z] ---> 110396e1048b [2021-09-24T13:35:10.792Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-24T13:35:10.792Z] ---> Running in 0df561602e3f [2021-09-24T13:35:11.225Z] --- PASS: TestNetworkLoopbackNat (2.87s) [2021-09-24T13:35:11.225Z] === RUN TestPause [2021-09-24T13:35:11.490Z] --- PASS: TestPause (0.69s) [2021-09-24T13:35:11.490Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:35:11.490Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:35:11.490Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:35:11.490Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:35:11.628Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-09-24T13:35:11.753Z] [2021-09-24T13:35:11.754Z] SUCCESS: Specified value was saved. [2021-09-24T13:35:12.063Z] --- PASS: TestPauseStopPausedContainer (0.66s) [2021-09-24T13:35:12.063Z] === RUN TestPidHost [2021-09-24T13:35:12.572Z] --- PASS: TestConfigsUpdate (2.86s) [2021-09-24T13:35:12.572Z] === RUN TestTemplatedConfig [2021-09-24T13:35:12.833Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-09-24T13:35:13.678Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-09-24T13:35:13.678Z] === RUN TestInfoDebug [2021-09-24T13:35:13.678Z] --- PASS: TestInfoDebug (0.52s) [2021-09-24T13:35:13.678Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:35:13.678Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-09-24T13:35:13.678Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:35:13.678Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-09-24T13:35:13.678Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:35:13.678Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2021-09-24T13:35:13.678Z] === RUN TestPingCacheHeaders [2021-09-24T13:35:13.678Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-24T13:35:13.678Z] === RUN TestPingGet [2021-09-24T13:35:13.678Z] --- PASS: TestPingGet (0.01s) [2021-09-24T13:35:13.678Z] === RUN TestPingHead [2021-09-24T13:35:13.678Z] --- PASS: TestPingHead (0.02s) [2021-09-24T13:35:13.678Z] === RUN TestVersion [2021-09-24T13:35:13.678Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:35:13.678Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:35:13.678Z] === CONT TestDiskUsage [2021-09-24T13:35:13.926Z] Removing intermediate container 0df561602e3f [2021-09-24T13:35:13.926Z] ---> c8b6ef271a0d [2021-09-24T13:35:13.926Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-24T13:35:13.926Z] ---> Running in dc10e0367d09 [2021-09-24T13:35:13.982Z] --- PASS: TestPidHost (1.50s) [2021-09-24T13:35:13.982Z] === RUN TestPsFilter [2021-09-24T13:35:13.982Z] --- PASS: TestPsFilter (0.15s) [2021-09-24T13:35:13.982Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/container_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/image_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/volume_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-24T13:35:14.247Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-24T13:35:14.507Z] === RUN TestDiskUsage/after_container.Run [2021-09-24T13:35:14.556Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s) [2021-09-24T13:35:14.556Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:35:14.747Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-24T13:35:15.079Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-24T13:35:15.079Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.48s) [2021-09-24T13:35:15.129Z] --- PASS: TestRemoveContainerWithVolume (0.60s) [2021-09-24T13:35:15.129Z] === RUN TestRemoveContainerRunning [2021-09-24T13:35:15.224Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-09-24T13:35:15.224Z] tests/integration/client_test.py ..... [ 75%] [2021-09-24T13:35:15.224Z] tests/integration/context_api_test.py ... [ 76%] [2021-09-24T13:35:15.224Z] tests/integration/errors_test.py . [ 76%] [2021-09-24T13:35:15.319Z] check_test.go:308: [d2670adc1a517] daemon is not started [2021-09-24T13:35:15.319Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage (1.56s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run (0.54s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-24T13:35:15.339Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:35:15.339Z] PASS [2021-09-24T13:35:15.339Z] [2021-09-24T13:35:15.339Z] DONE 53 tests in 22.381s [2021-09-24T13:35:15.339Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-24T13:35:15.339Z] INFO: Testing against a local daemon [2021-09-24T13:35:15.339Z] === RUN TestVolumesCreateAndList [2021-09-24T13:35:15.339Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-24T13:35:15.339Z] === RUN TestVolumesRemove [2021-09-24T13:35:15.339Z] --- PASS: TestVolumesRemove (0.09s) [2021-09-24T13:35:15.339Z] === RUN TestVolumesInspect [2021-09-24T13:35:15.339Z] --- PASS: TestVolumesInspect (0.01s) [2021-09-24T13:35:15.339Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:35:15.339Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:35:15.339Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:35:15.339Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:35:15.339Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-09-24T13:35:15.339Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:35:15.339Z] PASS [2021-09-24T13:35:15.339Z] [2021-09-24T13:35:15.339Z] DONE 5 tests in 0.174s [2021-09-24T13:35:15.339Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T13:35:15.704Z] --- PASS: TestRemoveContainerRunning (0.62s) [2021-09-24T13:35:15.704Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:35:15.890Z] check_test.go:308: [d52560b9ca263] daemon is not started [2021-09-24T13:35:15.890Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-09-24T13:35:15.890Z] --- PASS: TestTemplatedConfig (3.47s) [2021-09-24T13:35:15.890Z] === RUN TestConfigCreateResolve [2021-09-24T13:35:15.910Z] Stopping apparmor (via systemctl): apparmor.service. [2021-09-24T13:35:15.911Z] Removing test suite binaries [2021-09-24T13:35:16.171Z] exiting test-integration [2021-09-24T13:35:16.171Z] ++ exit 0 [2021-09-24T13:35:16.171Z] [2021-09-24T13:35:16.280Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s) [2021-09-24T13:35:16.280Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:35:16.280Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-24T13:35:16.280Z] === RUN TestRenameLinkedContainer [2021-09-24T13:35:17.275Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-09-24T13:35:17.846Z] check_test.go:308: [d4df3fcf1d71d] daemon is not started [2021-09-24T13:35:17.846Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-09-24T13:35:18.417Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-24T13:35:18.606Z] Cannot create a file when that file already exists. [2021-09-24T13:35:18.678Z] --- PASS: TestConfigCreateResolve (2.77s) [2021-09-24T13:35:18.678Z] PASS [2021-09-24T13:35:18.678Z] [2021-09-24T13:35:18.678Z] DONE 6 tests in 17.805s [2021-09-24T13:35:18.678Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-24T13:35:18.678Z] ++ 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-09-24T13:35:18.678Z] ++ set -e [2021-09-24T13:35:18.678Z] ++ '[' -n 0 ']' [2021-09-24T13:35:18.678Z] ++ set -x [2021-09-24T13:35:18.678Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 Post stage [Pipeline] junit [2021-09-24T13:35:18.727Z] Recording test results [2021-09-24T13:35:18.832Z] --- PASS: TestRenameLinkedContainer (2.44s) [2021-09-24T13:35:18.832Z] === RUN TestRenameStoppedContainer [2021-09-24T13:35:18.939Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-24T13:35:19.200Z] INFO: Testing against a local daemon [2021-09-24T13:35:19.200Z] === RUN TestCheckpoint [2021-09-24T13:35:19.200Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:35:19.200Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:35:19.200Z] === RUN TestContainerInvalidJSON [2021-09-24T13:35:19.200Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:35:19.200Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:35:19.200Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:35:19.200Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:35:19.200Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:35:19.200Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:35:19.200Z] --- PASS: TestContainerInvalidJSON (0.07s) [2021-09-24T13:35:19.200Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:35:19.200Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:35:19.200Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:35:19.200Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-09-24T13:35:19.200Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:35:19.200Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-09-24T13:35:19.200Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:35:19.405Z] --- PASS: TestRenameStoppedContainer (0.58s) [2021-09-24T13:35:19.405Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:35:19.461Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-09-24T13:35:19.461Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:35:19.461Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-09-24T13:35:19.461Z] === RUN TestCopyFromContainer [2021-09-24T13:35:19.721Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-09-24T13:35:20.279Z] [Checks API] No suitable checks publisher found. [Pipeline] } [2021-09-24T13:35:20.291Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-24T13:35:20.553Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-24T13:35:20.632Z] + echo Ensuring container killed. [2021-09-24T13:35:20.632Z] Ensuring container killed. [2021-09-24T13:35:20.632Z] + docker rm -vf docker-pr2 [2021-09-24T13:35:20.632Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-09-24T13:35:20.806Z] --- PASS: TestRenameRunningContainerAndReuse (1.27s) [2021-09-24T13:35:20.806Z] === RUN TestRenameInvalidName [2021-09-24T13:35:20.814Z] === RUN TestCopyFromContainer// [2021-09-24T13:35:20.917Z] + echo Chowning /workspace to jenkins user [2021-09-24T13:35:20.917Z] Chowning /workspace to jenkins user [2021-09-24T13:35:20.917Z] + id -u [2021-09-24T13:35:20.917Z] + id -g [2021-09-24T13:35:20.917Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [2021-09-24T13:35:21.075Z] === RUN TestCopyFromContainer//bar/root [2021-09-24T13:35:21.075Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-09-24T13:35:21.080Z] --- PASS: TestRenameInvalidName (0.63s) [2021-09-24T13:35:21.080Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:35:21.336Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-24T13:35:21.336Z] === RUN TestCopyFromContainer/bar/quux [2021-09-24T13:35:21.336Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-09-24T13:35:21.336Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-24T13:35:21.596Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-24T13:35:21.596Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-24T13:35:21.856Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-24T13:35:21.856Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-24T13:35:21.856Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer (2.70s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer// (0.17s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-09-24T13:35:22.125Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2021-09-24T13:35:22.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:35:22.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:35:22.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:35:22.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:35:22.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:35:22.125Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:35:22.125Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:35:22.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:35:22.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:35:22.125Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:35:22.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2021-09-24T13:35:22.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:35:22.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-09-24T13:35:22.125Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-09-24T13:35:22.125Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:35:22.125Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-09-24T13:35:22.125Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:35:22.323Z] Removing intermediate container dc10e0367d09 [2021-09-24T13:35:22.323Z] ---> 0ad31a70df73 [2021-09-24T13:35:22.323Z] Step 13/13 : CMD ["sh"] [2021-09-24T13:35:22.323Z] ---> Running in ff06ed3f3632 [2021-09-24T13:35:22.323Z] Removing intermediate container ff06ed3f3632 [2021-09-24T13:35:22.323Z] ---> f328dd61d504 [2021-09-24T13:35:22.323Z] Successfully built f328dd61d504 [2021-09-24T13:35:22.323Z] Successfully tagged busybox:latest [2021-09-24T13:35:22.323Z] INFO: Docker images of the daemon under test [2021-09-24T13:35:22.323Z] [2021-09-24T13:35:22.323Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-24T13:35:22.323Z] busybox latest f328dd61d504 Less than a second ago 5.73GB [2021-09-24T13:35:22.323Z] microsoft/windowsservercore latest 6e98155df178 11 days ago 5.7GB [2021-09-24T13:35:22.323Z] mcr.microsoft.com/windows/servercore ltsc2019 6e98155df178 11 days ago 5.7GB [2021-09-24T13:35:22.323Z] [2021-09-24T13:35:22.323Z] INFO: Running integration tests at 09/24/2021 13:35:21... [2021-09-24T13:35:22.323Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-24T13:35:22.323Z] INFO: Integration API tests being run from the host: [2021-09-24T13:35:22.323Z] INFO: make.ps1 starting at 09/24/2021 13:35:22 [2021-09-24T13:35:22.397Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:35:22.397Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:35:22.397Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:35:22.397Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:35:22.397Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:35:22.397Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:35:22.397Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:35:22.397Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:35:22.397Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:35:22.397Z] --- PASS: TestCreateWithInvalidEnv (0.09s) [2021-09-24T13:35:22.397Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:35:22.397Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:35:22.397Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-09-24T13:35:22.397Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:35:22.397Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) [2021-09-24T13:35:22.397Z] === RUN TestCreateWithCustomMaskedPaths [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T13:35:23.126Z] + bundleName=amd64-cgroup2 [2021-09-24T13:35:23.126Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-09-24T13:35:23.126Z] Creating amd64-cgroup2-bundles.tar.gz [2021-09-24T13:35:23.126Z] + + findxargs bundles tar -path -czf */root/*overlay2 amd64-cgroup2-bundles.tar.gz -prune [2021-09-24T13:35:23.126Z] -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-09-24T13:35:23.289Z] Running D:\gopath\src\github.com\docker\docker\integration\build [Pipeline] archiveArtifacts [2021-09-24T13:35:23.399Z] Archiving artifacts [2021-09-24T13:35:23.637Z] --- PASS: TestRenameAnonymousContainer (2.39s) [2021-09-24T13:35:23.637Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:35:23.786Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-24T13:35:24.047Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-09-24T13:35:24.211Z] --- PASS: TestRenameContainerWithSameName (0.60s) [2021-09-24T13:35:24.211Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:35:24.618Z] --- PASS: TestCreateWithCustomMaskedPaths (2.29s) [2021-09-24T13:35:24.618Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:35:25.144Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T13:35:25.189Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-09-24T13:35:25.458Z] + make clean [2021-09-24T13:35:25.458Z] docker volume rm -f docker-dev-cache [2021-09-24T13:35:25.601Z] --- PASS: TestRenameContainerWithLinkedContainer (1.26s) [2021-09-24T13:35:25.601Z] === RUN TestResize [2021-09-24T13:35:25.718Z] docker-dev-cache [Pipeline] deleteDir [2021-09-24T13:35:25.758Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-09-24T13:35:26.019Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-24T13:35:26.179Z] --- PASS: TestResize (0.65s) [2021-09-24T13:35:26.179Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:35:26.280Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.71s) [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:35:26.280Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:35:26.280Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:35:26.280Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:35:26.280Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:35:26.280Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:35:26.280Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:35:26.280Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:35:26.280Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:35:26.541Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:35:26.541Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:35:26.541Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-24T13:35:26.541Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-09-24T13:35:26.541Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:35:26.753Z] --- PASS: TestResizeWithInvalidSize (0.66s) [2021-09-24T13:35:26.753Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:35:26.801Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-24T13:35:27.061Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2021-09-24T13:35:27.061Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:35:27.061Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:35:27.061Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:35:27.061Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-24T13:35:27.061Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:35:27.061Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:35:27.061Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:35:27.061Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-09-24T13:35:27.061Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:35:27.061Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-09-24T13:35:27.061Z] === RUN TestContainerStartOnDaemonRestart [2021-09-24T13:35:27.061Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-24T13:35:27.061Z] === RUN TestDaemonRestartIpcMode [2021-09-24T13:35:27.061Z] === PAUSE TestDaemonRestartIpcMode [2021-09-24T13:35:27.061Z] === RUN TestDaemonHostGatewayIP [2021-09-24T13:35:27.061Z] === PAUSE TestDaemonHostGatewayIP [2021-09-24T13:35:27.061Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-24T13:35:27.061Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-24T13:35:27.061Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:35:27.061Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-24T13:35:27.061Z] === RUN TestDiff [2021-09-24T13:35:27.329Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:27.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:27.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:27.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:35:27.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:35:27.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:27.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:27.633Z] --- PASS: TestDiff (0.55s) [2021-09-24T13:35:27.633Z] === RUN TestExecWithCloseStdin [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T13:35:28.574Z] --- PASS: TestExecWithCloseStdin (0.71s) [2021-09-24T13:35:28.574Z] === RUN TestExec [2021-09-24T13:35:29.145Z] --- PASS: TestExec (0.68s) [2021-09-24T13:35:29.145Z] === RUN TestExecUser [2021-09-24T13:35:29.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:35:29.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:35:29.405Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-09-24T13:35:29.513Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:35:29.980Z] --- PASS: TestExecUser (0.84s) [2021-09-24T13:35:29.980Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:35:30.089Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:35:30.665Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:35:30.665Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:35:30.920Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2021-09-24T13:35:30.920Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:35:32.057Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:35:32.304Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2021-09-24T13:35:32.304Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:35:32.320Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:35:32.564Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-24T13:35:33.134Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-09-24T13:35:33.134Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2021-09-24T13:35:33.134Z] === RUN TestHealthKillContainer [2021-09-24T13:35:33.147Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-09-24T13:35:33.395Z] check_test.go:308: [d8a25831df22d] daemon is not started [2021-09-24T13:35:33.395Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-09-24T13:35:33.966Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-09-24T13:35:34.537Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.64s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.18s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.55s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.52s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.55s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.28s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.44s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.67s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.40s) [2021-09-24T13:35:34.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.49s) [2021-09-24T13:35:34.874Z] === RUN TestCgroupNamespacesRun [2021-09-24T13:35:35.108Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-09-24T13:35:35.368Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-24T13:35:35.368Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-24T13:35:35.940Z] --- PASS: TestHealthKillContainer (2.82s) [2021-09-24T13:35:35.940Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:35:36.263Z] --- PASS: TestCgroupNamespacesRun (1.50s) [2021-09-24T13:35:36.263Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-24T13:35:36.882Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2021-09-24T13:35:36.882Z] === RUN TestIpcModeNone [2021-09-24T13:35:36.882Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-24T13:35:37.824Z] --- PASS: TestIpcModeNone (0.86s) [2021-09-24T13:35:37.824Z] === RUN TestIpcModePrivate [2021-09-24T13:35:38.085Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-09-24T13:35:38.185Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.49s) [2021-09-24T13:35:38.185Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-24T13:35:38.346Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2021-09-24T13:35:38.607Z] --- PASS: TestIpcModePrivate (0.94s) [2021-09-24T13:35:38.607Z] === RUN TestIpcModeShareable [2021-09-24T13:35:39.179Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2021-09-24T13:35:39.447Z] --- PASS: TestIpcModeShareable (0.84s) [2021-09-24T13:35:39.447Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-24T13:35:39.574Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.47s) [2021-09-24T13:35:39.574Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-24T13:35:40.839Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-24T13:35:40.963Z] --- PASS: TestCgroupNamespacesRunHostMode (1.45s) [2021-09-24T13:35:40.963Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-24T13:35:41.781Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.40s) [2021-09-24T13:35:41.781Z] === RUN TestAPIIpcModeHost [2021-09-24T13:35:41.781Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-24T13:35:42.352Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.52s) [2021-09-24T13:35:42.352Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-24T13:35:42.721Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-24T13:35:42.721Z] --- PASS: TestAPIIpcModeHost (0.78s) [2021-09-24T13:35:42.721Z] === RUN TestDaemonIpcModeShareable [2021-09-24T13:35:43.293Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-09-24T13:35:43.740Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.50s) [2021-09-24T13:35:43.740Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-24T13:35:44.237Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-09-24T13:35:44.237Z] --- PASS: TestDaemonIpcModeShareable (1.74s) [2021-09-24T13:35:44.237Z] === RUN TestDaemonIpcModePrivate [2021-09-24T13:35:44.384Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:35:44.384Z] INFO: Testing against a local daemon [2021-09-24T13:35:44.384Z] === RUN TestBuildWithSession [2021-09-24T13:35:44.384Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:35:44.384Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-24T13:35:44.384Z] === RUN TestBuildSquashParent [2021-09-24T13:35:44.384Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:35:44.384Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:35:44.384Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:35:44.384Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:35:44.384Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-24T13:35:44.384Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-24T13:35:44.384Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-24T13:35:44.384Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-24T13:35:44.685Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2021-09-24T13:35:44.685Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-24T13:35:45.620Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-09-24T13:35:45.620Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-24T13:35:45.620Z] check_test.go:308: [d165d3ae4b090] daemon is not started [2021-09-24T13:35:45.620Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-09-24T13:35:45.620Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-24T13:35:45.880Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false [2021-09-24T13:35:46.075Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.49s) [2021-09-24T13:35:46.075Z] === RUN TestNISDomainname [2021-09-24T13:35:46.140Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2021-09-24T13:35:46.140Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-24T13:35:47.020Z] --- PASS: TestNISDomainname (0.82s) [2021-09-24T13:35:47.021Z] === RUN TestHostnameDnsResolution [2021-09-24T13:35:47.524Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2021-09-24T13:35:47.524Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-09-24T13:35:47.524Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s) [2021-09-24T13:35:47.524Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-24T13:35:47.966Z] --- PASS: TestHostnameDnsResolution (1.03s) [2021-09-24T13:35:47.966Z] === RUN TestStats [2021-09-24T13:35:48.909Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-24T13:35:48.909Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2021-09-24T13:35:49.170Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.61s) [2021-09-24T13:35:49.170Z] === RUN TestIpcModeOlderClient [2021-09-24T13:35:49.170Z] === PAUSE TestIpcModeOlderClient [2021-09-24T13:35:49.170Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:35:49.170Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-09-24T13:35:49.360Z] ......... [ 86%] [2021-09-24T13:35:49.743Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-24T13:35:50.004Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2021-09-24T13:35:50.004Z] === RUN TestKillContainer [2021-09-24T13:35:50.004Z] === RUN TestKillContainer/no_signal [2021-09-24T13:35:50.517Z] --- PASS: TestStats (2.66s) [2021-09-24T13:35:50.518Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:35:50.518Z] === RUN TestStopContainerWithTimeout/0 [2021-09-24T13:35:50.518Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-24T13:35:50.518Z] === RUN TestStopContainerWithTimeout/1 [2021-09-24T13:35:50.518Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-24T13:35:50.518Z] === RUN TestStopContainerWithTimeout/3 [2021-09-24T13:35:50.518Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-24T13:35:50.518Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-24T13:35:50.518Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-24T13:35:50.518Z] === CONT TestStopContainerWithTimeout/0 [2021-09-24T13:35:50.518Z] === CONT TestStopContainerWithTimeout/3 [2021-09-24T13:35:50.518Z] === CONT TestStopContainerWithTimeout/1 [2021-09-24T13:35:50.518Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-24T13:35:50.946Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:35:50.946Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-24T13:35:50.946Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-09-24T13:35:51.207Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:35:52.589Z] --- PASS: TestKillContainer (2.32s) [2021-09-24T13:35:52.590Z] --- PASS: TestKillContainer/no_signal (0.69s) [2021-09-24T13:35:52.590Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2021-09-24T13:35:52.590Z] --- PASS: TestKillContainer/killing_signal (0.83s) [2021-09-24T13:35:52.590Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:35:52.590Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-24T13:35:52.590Z] check_test.go:308: [d7084c4c18ea8] daemon is not started [2021-09-24T13:35:52.590Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-09-24T13:35:53.160Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-24T13:35:53.545Z] tests/integration/models_images_test.py ............... [ 89%] [2021-09-24T13:35:53.731Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.49s) [2021-09-24T13:35:53.731Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2021-09-24T13:35:53.731Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2021-09-24T13:35:53.731Z] === RUN TestKillStoppedContainer [2021-09-24T13:35:53.825Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-24T13:35:53.825Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2021-09-24T13:35:53.825Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2021-09-24T13:35:53.825Z] --- PASS: TestStopContainerWithTimeout/3 (2.93s) [2021-09-24T13:35:53.825Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2021-09-24T13:35:53.825Z] === RUN TestDeleteDevicemapper [2021-09-24T13:35:53.825Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:35:53.825Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-24T13:35:53.825Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:35:53.991Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-09-24T13:35:53.991Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:35:53.991Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-09-24T13:35:53.991Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:35:53.991Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-24T13:35:54.724Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-24T13:35:54.935Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2021-09-24T13:35:54.935Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:35:54.935Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:35:54.935Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:35:54.935Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:35:54.935Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:35:54.935Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:35:54.935Z] === RUN TestLinksEtcHostsContentMatch [2021-09-24T13:35:54.994Z] tests/integration/models_networks_test.py .... [ 91%] [2021-09-24T13:35:55.184Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-24T13:35:55.506Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2021-09-24T13:35:55.506Z] === RUN TestLinksContainerNames [2021-09-24T13:35:55.745Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.89s) [2021-09-24T13:35:55.745Z] === RUN TestUpdateMemory [2021-09-24T13:35:55.745Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:35:55.745Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-24T13:35:55.745Z] === RUN TestUpdateCPUQuota [2021-09-24T13:35:55.767Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-09-24T13:35:56.338Z] check_test.go:308: [d11ef764089de] daemon is not started [2021-09-24T13:35:56.338Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-09-24T13:35:56.910Z] --- PASS: TestLinksContainerNames (1.41s) [2021-09-24T13:35:56.910Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:35:57.136Z] --- PASS: TestUpdateCPUQuota (1.23s) [2021-09-24T13:35:57.136Z] === RUN TestUpdatePidsLimit [2021-09-24T13:35:57.136Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-24T13:35:57.136Z] === RUN TestUpdatePidsLimit/no_change [2021-09-24T13:35:57.480Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2021-09-24T13:35:57.480Z] === RUN TestContainerNetworkMountsNoChown [2021-09-24T13:35:57.711Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-24T13:35:57.711Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-24T13:35:58.284Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-24T13:35:58.422Z] --- PASS: TestContainerNetworkMountsNoChown (0.86s) [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/default [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/default [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/private [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/private [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rprivate [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/slave [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/slave [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rslave [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/shared [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/shared [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rshared [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/default [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rshared [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/shared [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rslave [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/slave [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rprivate [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/private [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:58.422Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:58.422Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-24T13:35:58.422Z] docker_cli_daemon_plugins_test.go:80: [d2441d02785f5] daemon is not started [2021-09-24T13:35:58.422Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-24T13:35:58.546Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-24T13:35:58.683Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-24T13:35:58.809Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-24T13:35:58.944Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.08s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-24T13:35:58.944Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-24T13:35:58.944Z] === RUN TestContainerBindMountNonRecursive [2021-09-24T13:35:59.885Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit (3.05s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.31s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/no_change (0.30s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/update_lower (0.29s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.29s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2021-09-24T13:36:00.210Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2021-09-24T13:36:00.210Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:36:00.826Z] --- PASS: TestContainerBindMountNonRecursive (1.89s) [2021-09-24T13:36:00.826Z] === RUN TestContainerVolumesMountedAsShared [2021-09-24T13:36:00.826Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.16s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.61s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.80s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.47s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (6.33s) [2021-09-24T13:36:00.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.96s) [2021-09-24T13:36:00.959Z] === RUN TestBuildMultiStageCopy [2021-09-24T13:36:00.959Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-24T13:36:01.550Z] tests/integration/models_nodes_test.py . [ 91%] [2021-09-24T13:36:01.550Z] tests/integration/models_resources_test.py . [ 91%] [2021-09-24T13:36:01.768Z] --- PASS: TestContainerVolumesMountedAsShared (0.81s) [2021-09-24T13:36:01.768Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-24T13:36:02.029Z] docker_cli_daemon_plugins_test.go:170: [d4bd26db4cf09] daemon is not started [2021-09-24T13:36:02.291Z] --- PASS: TestContainerVolumesMountedAsSlave (0.56s) [2021-09-24T13:36:02.291Z] === RUN TestNetworkNat [2021-09-24T13:36:02.862Z] --- PASS: TestNetworkNat (0.70s) [2021-09-24T13:36:02.862Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:36:03.361Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-09-24T13:36:03.438Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-09-24T13:36:03.698Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2021-09-24T13:36:03.698Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:36:05.082Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-24T13:36:06.379Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-09-24T13:36:06.379Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-09-24T13:36:06.465Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-09-24T13:36:06.726Z] --- PASS: TestNetworkLoopbackNat (3.15s) [2021-09-24T13:36:06.726Z] === RUN TestPause [2021-09-24T13:36:06.986Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-09-24T13:36:07.557Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-09-24T13:36:07.557Z] --- PASS: TestPause (0.87s) [2021-09-24T13:36:07.557Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:36:07.557Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:36:07.557Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:36:07.557Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:36:07.557Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-24T13:36:08.019Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-24T13:36:08.130Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-24T13:36:08.130Z] check_test.go:308: [d27b8686a1f16] daemon is not started [2021-09-24T13:36:08.130Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-09-24T13:36:08.390Z] --- PASS: TestPauseStopPausedContainer (0.70s) [2021-09-24T13:36:08.390Z] === RUN TestPidHost [2021-09-24T13:36:08.478Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-24T13:36:09.440Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-24T13:36:09.775Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-09-24T13:36:10.300Z] tests/integration/regression_test.py ...... [ 98%] [2021-09-24T13:36:10.344Z] --- PASS: TestPidHost (1.87s) [2021-09-24T13:36:10.344Z] === RUN TestPsFilter [2021-09-24T13:36:10.344Z] --- PASS: TestPsFilter (0.18s) [2021-09-24T13:36:10.344Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:36:10.402Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-24T13:36:10.559Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-09-24T13:36:10.559Z] tests/integration/credentials/utils_test.py . [100%] [2021-09-24T13:36:10.559Z] [2021-09-24T13:36:10.559Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-09-24T13:36:10.559Z] =========================== short test summary info ============================ [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-09-24T13:36:10.559Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-09-24T13:36:10.559Z] Not supported on most drivers [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-09-24T13:36:10.559Z] Output of docker top depends on host distro, and is not formalized. [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-09-24T13:36:10.559Z] Output of docker top depends on host distro, and is not formalized. [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-09-24T13:36:10.559Z] Can fail if eth0 has multiple IP addresses [2021-09-24T13:36:10.559Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-09-24T13:36:10.559Z] This doesn't seem to be taken into account by the engine [2021-09-24T13:36:10.559Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-09-24T13:36:10.559Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-09-24T13:36:10.559Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-09-24T13:36:10.559Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 287.09 seconds == [2021-09-24T13:36:11.126Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-09-24T13:36:11.287Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2021-09-24T13:36:11.287Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:36:11.287Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy (10.31s) [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.84s) [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s) [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s) [2021-09-24T13:36:11.364Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.05s) [2021-09-24T13:36:11.364Z] === RUN TestBuildMultiStageParentConfig [2021-09-24T13:36:11.906Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2021-09-24T13:36:11.906Z] === RUN TestRemoveContainerRunning [2021-09-24T13:36:12.452Z] --- PASS: TestUpdateRestartPolicy (11.76s) [2021-09-24T13:36:12.452Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:36:12.452Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s) [2021-09-24T13:36:12.452Z] === RUN TestWaitNonBlocked [2021-09-24T13:36:12.452Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:36:12.452Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:36:12.452Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:36:12.452Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:36:12.452Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:36:12.452Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:36:12.880Z] --- PASS: TestRemoveContainerRunning (0.84s) [2021-09-24T13:36:12.880Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:36:13.153Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-09-24T13:36:13.403Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-24T13:36:13.403Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.93s) [2021-09-24T13:36:13.403Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.98s) [2021-09-24T13:36:13.403Z] === RUN TestWaitBlocked [2021-09-24T13:36:13.404Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:36:13.404Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:36:13.404Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:36:13.404Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:36:13.404Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:36:13.404Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:36:13.535Z] --- PASS: TestBuildMultiStageParentConfig (2.04s) [2021-09-24T13:36:13.535Z] === RUN TestBuildLabelWithTargets [2021-09-24T13:36:13.535Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:36:13.535Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-09-24T13:36:13.535Z] === RUN TestBuildWithEmptyLayers [2021-09-24T13:36:13.748Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2021-09-24T13:36:13.748Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:36:13.748Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-24T13:36:13.748Z] === RUN TestRenameLinkedContainer [2021-09-24T13:36:14.351Z] --- PASS: TestWaitBlocked (0.02s) [2021-09-24T13:36:14.351Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2021-09-24T13:36:14.351Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2021-09-24T13:36:14.351Z] === CONT TestContainerStartOnDaemonRestart [2021-09-24T13:36:14.351Z] === CONT TestContainerKillOnDaemonStart [2021-09-24T13:36:14.351Z] === CONT TestDaemonHostGatewayIP [2021-09-24T13:36:14.351Z] === CONT TestIpcModeOlderClient [2021-09-24T13:36:14.500Z] --- PASS: TestBuildWithEmptyLayers (1.10s) [2021-09-24T13:36:14.500Z] === RUN TestBuildMultiStageOnBuild [2021-09-24T13:36:14.625Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-09-24T13:36:14.625Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-24T13:36:15.132Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-09-24T13:36:15.704Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-24T13:36:16.644Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-09-24T13:36:16.905Z] --- PASS: TestRenameLinkedContainer (3.22s) [2021-09-24T13:36:16.905Z] === RUN TestRenameStoppedContainer [2021-09-24T13:36:17.166Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-24T13:36:17.738Z] --- PASS: TestRenameStoppedContainer (0.73s) [2021-09-24T13:36:17.738Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:36:17.949Z] --- PASS: TestContainerStartOnDaemonRestart (3.07s) [2021-09-24T13:36:17.950Z] === CONT TestDaemonRestartIpcMode [2021-09-24T13:36:17.950Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.33s) [2021-09-24T13:36:18.310Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-09-24T13:36:18.523Z] --- PASS: TestDaemonHostGatewayIP (3.94s) [2021-09-24T13:36:18.571Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-24T13:36:19.146Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s) [2021-09-24T13:36:19.146Z] === RUN TestRenameInvalidName [2021-09-24T13:36:19.716Z] --- PASS: TestRenameInvalidName (0.78s) [2021-09-24T13:36:19.717Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:36:20.288Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-09-24T13:36:20.443Z] --- PASS: TestDaemonRestartIpcMode (2.86s) [2021-09-24T13:36:20.860Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-09-24T13:36:21.802Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-24T13:36:22.373Z] --- PASS: TestRenameAnonymousContainer (2.53s) [2021-09-24T13:36:22.373Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:36:22.945Z] --- PASS: TestRenameContainerWithSameName (0.58s) [2021-09-24T13:36:22.945Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:36:23.317Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T13:36:23.317Z] [2021-09-24T13:36:23.317Z] Unloading profiles will leave already running processes permanently [2021-09-24T13:36:23.317Z] unconfined, which can lead to unexpected situations. [2021-09-24T13:36:23.317Z] [2021-09-24T13:36:23.317Z] To set a process to complain mode, use the command line tool [2021-09-24T13:36:23.317Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T13:36:23.317Z] Post stage [Pipeline] junit [2021-09-24T13:36:23.331Z] Recording test results [2021-09-24T13:36:24.329Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s) [2021-09-24T13:36:24.329Z] === RUN TestResize [2021-09-24T13:36:24.329Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-09-24T13:36:24.526Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-09-24T13:36:24.801Z] + echo Ensuring container killed. [2021-09-24T13:36:24.802Z] Ensuring container killed. [2021-09-24T13:36:24.802Z] + docker rm -vf docker-pr2 [2021-09-24T13:36:24.802Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-09-24T13:36:24.900Z] --- PASS: TestResize (0.79s) [2021-09-24T13:36:24.900Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:36:25.084Z] + echo Chowning /workspace to jenkins user [2021-09-24T13:36:25.084Z] Chowning /workspace to jenkins user [2021-09-24T13:36:25.084Z] + id -u [2021-09-24T13:36:25.084Z] + id -g [2021-09-24T13:36:25.084Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [2021-09-24T13:36:25.840Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-09-24T13:36:25.840Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:36:26.411Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s) [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:26.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:36:26.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:36:26.411Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-24T13:36:26.411Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T13:36:26.753Z] + bundleName=docker-py [2021-09-24T13:36:26.753Z] + echo Creating docker-py-bundles.tar.gz [2021-09-24T13:36:26.753Z] Creating docker-py-bundles.tar.gz [2021-09-24T13:36:26.753Z] + 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-09-24T13:36:26.765Z] Archiving artifacts [2021-09-24T13:36:27.035Z] --- PASS: TestContainerKillOnDaemonStart (12.50s) [2021-09-24T13:36:27.035Z] PASS [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === Skipped [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-09-24T13:36:27.035Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:36:27.035Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:36:27.035Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:36:27.035Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-24T13:36:27.035Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-09-24T13:36:27.035Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:36:27.035Z] [2021-09-24T13:36:27.035Z] DONE 195 tests, 6 skipped in 118.146s [2021-09-24T13:36:27.035Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-24T13:36:27.035Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:27.035Z] ++ set -e [2021-09-24T13:36:27.035Z] ++ '[' -n 0 ']' [2021-09-24T13:36:27.035Z] ++ set -x [2021-09-24T13:36:27.035Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:27.035Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:36:27.353Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-24T13:36:27.609Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:36:27.609Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-24T13:36:27.609Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-24T13:36:27.609Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-24T13:36:27.609Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-24T13:36:27.609Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-24T13:36:27.609Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-24T13:36:27.609Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:36:27.609Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-24T13:36:27.609Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-24T13:36:27.609Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-24T13:36:27.614Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-24T13:36:27.871Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation/valid_config (0.14s) [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.14s) [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s) [2021-09-24T13:36:27.871Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-09-24T13:36:27.871Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:36:27.871Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-24T13:36:27.874Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:28.342Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-09-24T13:36:28.695Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh binary [2021-09-24T13:36:28.815Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-24T13:36:28.955Z] [2021-09-24T13:36:29.213Z] Removing bundles/ [2021-09-24T13:36:29.213Z] [2021-09-24T13:36:29.213Z] ---> Making bundle: binary (in bundles/binary) [2021-09-24T13:36:29.213Z] Building: bundles/binary-daemon/dockerd-dev [2021-09-24T13:36:29.213Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:36:29.260Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-24T13:36:29.284Z] --- PASS: TestBuildMultiStageOnBuild (14.06s) [2021-09-24T13:36:29.284Z] === RUN TestBuildUncleanTarFilenames [2021-09-24T13:36:29.284Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:36:29.284Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:36:29.284Z] === RUN TestBuildMultiStageLayerLeak [2021-09-24T13:36:29.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-24T13:36:29.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-24T13:36:29.958Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-24T13:36:30.205Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-24T13:36:30.900Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-24T13:36:30.900Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-09-24T13:36:31.150Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-24T13:36:31.150Z] daemon_test.go:148: [d0fbf90957dbd] daemon is not started [2021-09-24T13:36:31.150Z] --- PASS: TestConfigDaemonSeccompProfiles (3.21s) [2021-09-24T13:36:31.150Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2021-09-24T13:36:31.150Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2021-09-24T13:36:31.150Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s) [2021-09-24T13:36:31.150Z] PASS [2021-09-24T13:36:31.150Z] [2021-09-24T13:36:31.150Z] DONE 11 tests in 4.143s [2021-09-24T13:36:31.150Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-09-24T13:36:31.150Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:31.150Z] ++ set -e [2021-09-24T13:36:31.150Z] ++ '[' -n 0 ']' [2021-09-24T13:36:31.150Z] ++ set -x [2021-09-24T13:36:31.150Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:31.160Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-24T13:36:31.412Z] INFO: Testing against a local daemon [2021-09-24T13:36:31.412Z] === RUN TestCommitInheritsEnv [2021-09-24T13:36:31.674Z] --- PASS: TestCommitInheritsEnv (0.36s) [2021-09-24T13:36:31.674Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:36:31.675Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-24T13:36:31.675Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:36:31.675Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:36:31.675Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-09-24T13:36:31.675Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:36:31.675Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-09-24T13:36:31.675Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:36:32.249Z] --- PASS: TestRemoveImageOrphaning (0.35s) [2021-09-24T13:36:32.249Z] === RUN TestRemoveImageGarbageCollector [2021-09-24T13:36:32.249Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:36:32.249Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-24T13:36:32.249Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:36:32.249Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-24T13:36:32.249Z] === RUN TestTagInvalidReference [2021-09-24T13:36:32.249Z] --- PASS: TestTagInvalidReference (0.03s) [2021-09-24T13:36:32.249Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:36:32.249Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-09-24T13:36:32.249Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:36:32.249Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-09-24T13:36:32.249Z] === RUN TestTagOfficialNames [2021-09-24T13:36:32.510Z] --- PASS: TestTagOfficialNames (0.08s) [2021-09-24T13:36:32.510Z] === RUN TestTagMatchesDigest [2021-09-24T13:36:32.510Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-24T13:36:32.511Z] PASS [2021-09-24T13:36:32.511Z] [2021-09-24T13:36:32.511Z] === Skipped [2021-09-24T13:36:32.511Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:36:32.511Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-24T13:36:32.511Z] [2021-09-24T13:36:32.511Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-24T13:36:32.511Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:36:32.511Z] [2021-09-24T13:36:32.511Z] DONE 12 tests, 2 skipped in 1.309s [2021-09-24T13:36:32.511Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-09-24T13:36:32.511Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:32.511Z] ++ set -e [2021-09-24T13:36:32.511Z] ++ '[' -n 0 ']' [2021-09-24T13:36:32.511Z] ++ set -x [2021-09-24T13:36:32.511Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:36:32.511Z] INFO: Testing against a local daemon [2021-09-24T13:36:32.511Z] === RUN TestNetworkCreateDelete [2021-09-24T13:36:32.546Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-24T13:36:32.546Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-24T13:36:32.773Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-09-24T13:36:32.773Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:36:33.346Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2021-09-24T13:36:33.346Z] === RUN TestDaemonDNSFallback [2021-09-24T13:36:33.488Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-24T13:36:34.872Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-24T13:36:35.813Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-24T13:36:36.756Z] check_test.go:308: [df0e09bbfd50f] daemon is not started [2021-09-24T13:36:36.756Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-09-24T13:36:37.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-24T13:36:37.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-24T13:36:38.270Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-24T13:36:39.212Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-09-24T13:36:39.941Z] --- PASS: TestDaemonDNSFallback (6.67s) [2021-09-24T13:36:39.941Z] === RUN TestInspectNetwork [2021-09-24T13:36:40.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.56s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.16s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.51s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.55s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.14s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.67s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2021-09-24T13:36:40.859Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.48s) [2021-09-24T13:36:40.859Z] === RUN TestCgroupNamespacesRun [2021-09-24T13:36:41.631Z] --- PASS: TestBuildMultiStageLayerLeak (13.03s) [2021-09-24T13:36:41.631Z] === RUN TestBuildWithHugeFile [2021-09-24T13:36:41.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-24T13:36:43.184Z] --- PASS: TestCgroupNamespacesRun (2.07s) [2021-09-24T13:36:43.184Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-24T13:36:44.157Z] === RUN TestInspectNetwork/full_network_id [2021-09-24T13:36:44.157Z] === RUN TestInspectNetwork/partial_network_id [2021-09-24T13:36:44.157Z] === RUN TestInspectNetwork/network_name [2021-09-24T13:36:44.157Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-24T13:36:45.098Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.85s) [2021-09-24T13:36:45.098Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-24T13:36:45.098Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-24T13:36:47.012Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.02s) [2021-09-24T13:36:47.012Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-24T13:36:48.368Z] --- PASS: TestInspectNetwork (8.35s) [2021-09-24T13:36:48.368Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-24T13:36:48.368Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-24T13:36:48.368Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-24T13:36:48.368Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-24T13:36:48.368Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:36:48.924Z] --- PASS: TestCgroupNamespacesRunHostMode (2.00s) [2021-09-24T13:36:48.924Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-24T13:36:50.287Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2021-09-24T13:36:50.287Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:36:50.287Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:36:50.287Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:36:50.287Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:36:50.287Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:36:50.287Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:36:50.287Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:36:50.287Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:36:50.287Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:36:50.287Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:36:50.287Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-24T13:36:50.287Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:36:50.287Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:36:50.287Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:36:50.287Z] === RUN TestNetworkList [2021-09-24T13:36:50.549Z] === RUN TestNetworkList//networks [2021-09-24T13:36:50.549Z] === PAUSE TestNetworkList//networks [2021-09-24T13:36:50.549Z] === RUN TestNetworkList//networks/ [2021-09-24T13:36:50.549Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:36:50.549Z] === CONT TestNetworkList//networks [2021-09-24T13:36:50.549Z] === CONT TestNetworkList//networks/ [2021-09-24T13:36:50.549Z] --- PASS: TestNetworkList (0.03s) [2021-09-24T13:36:50.549Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:36:50.549Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:36:50.549Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:36:50.835Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.02s) [2021-09-24T13:36:50.836Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-24T13:36:51.122Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-09-24T13:36:51.122Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:36:52.067Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-09-24T13:36:52.067Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:36:52.748Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) [2021-09-24T13:36:52.748Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-24T13:36:53.014Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2021-09-24T13:36:53.014Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:36:53.321Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2021-09-24T13:36:53.321Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-24T13:36:54.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-09-24T13:36:54.402Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2021-09-24T13:36:54.402Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:36:55.206Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.70s) [2021-09-24T13:36:55.206Z] === RUN TestNISDomainname [2021-09-24T13:36:55.791Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s) [2021-09-24T13:36:55.791Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:36:56.053Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-09-24T13:36:56.053Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:36:56.147Z] --- PASS: TestNISDomainname (1.08s) [2021-09-24T13:36:56.147Z] === RUN TestHostnameDnsResolution [2021-09-24T13:36:56.718Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-09-24T13:36:57.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-24T13:36:57.290Z] --- PASS: TestHostnameDnsResolution (1.23s) [2021-09-24T13:36:57.290Z] === RUN TestStats [2021-09-24T13:36:57.862Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-09-24T13:36:59.362Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s) [2021-09-24T13:36:59.362Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:36:59.362Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:36:59.362Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:36:59.362Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:36:59.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-24T13:37:00.346Z] --- PASS: TestStats (2.80s) [2021-09-24T13:37:00.346Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:37:00.346Z] === RUN TestStopContainerWithTimeout/0 [2021-09-24T13:37:00.346Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-24T13:37:00.346Z] === RUN TestStopContainerWithTimeout/1 [2021-09-24T13:37:00.346Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-24T13:37:00.346Z] === RUN TestStopContainerWithTimeout/3 [2021-09-24T13:37:00.346Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-24T13:37:00.346Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-24T13:37:00.346Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-24T13:37:00.346Z] === CONT TestStopContainerWithTimeout/0 [2021-09-24T13:37:00.346Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-24T13:37:01.289Z] === CONT TestStopContainerWithTimeout/3 [2021-09-24T13:37:01.861Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-09-24T13:37:01.861Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-24T13:37:02.122Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-24T13:37:03.509Z] === CONT TestStopContainerWithTimeout/1 [2021-09-24T13:37:03.772Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-24T13:37:04.363Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-09-24T13:37:05.348Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-24T13:37:05.349Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2021-09-24T13:37:05.349Z] --- PASS: TestStopContainerWithTimeout/-1 (3.11s) [2021-09-24T13:37:05.349Z] --- PASS: TestStopContainerWithTimeout/3 (2.73s) [2021-09-24T13:37:05.349Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2021-09-24T13:37:05.349Z] === RUN TestDeleteDevicemapper [2021-09-24T13:37:05.349Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:37:05.349Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-24T13:37:05.349Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:37:06.304Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-24T13:37:08.850Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.23s) [2021-09-24T13:37:08.850Z] === RUN TestUpdateMemory [2021-09-24T13:37:08.850Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:37:08.850Z] --- SKIP: TestUpdateMemory (0.01s) [2021-09-24T13:37:08.850Z] === RUN TestUpdateCPUQuota [2021-09-24T13:37:09.790Z] check_test.go:308: [d1ee3e7593e43] daemon is not started [2021-09-24T13:37:09.790Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-09-24T13:37:10.051Z] --- PASS: TestUpdateCPUQuota (1.59s) [2021-09-24T13:37:10.051Z] === RUN TestUpdatePidsLimit [2021-09-24T13:37:10.051Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-24T13:37:10.623Z] === RUN TestUpdatePidsLimit/no_change [2021-09-24T13:37:10.884Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-24T13:37:11.454Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-24T13:37:11.454Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-09-24T13:37:11.715Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-24T13:37:11.975Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-24T13:37:12.236Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-24T13:37:12.497Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-24T13:37:13.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-24T13:37:13.700Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit (3.73s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2021-09-24T13:37:13.960Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2021-09-24T13:37:13.960Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:37:14.284Z] --- PASS: TestServiceWithDataPathPortInit (15.03s) [2021-09-24T13:37:14.284Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:37:14.531Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-24T13:37:15.102Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-24T13:37:16.044Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-24T13:37:17.591Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mma5379gwrghk60oelkors2ww Created:2021-09-24 13:37:15.298275078 +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[f581eaa9d7073f6ae8a5495756e58073f313bd45a42c0d3b94d6d5be85a09fa5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vj3d8ldmi8m8b6pdtghwhya68 EndpointID:4af5e49e0cb01457a38c0787b701f76b8cc114e8e7ed207035b2b571f788c368 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1728ea67a2ef2fee61c7c6f79d80ba034117edc12804a4619be7f43651f92699 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:cc1cef6e8d27 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vj3d8ldmi8m8b6pdtghwhya68 EndpointID:4af5e49e0cb01457a38c0787b701f76b8cc114e8e7ed207035b2b571f788c368 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-24T13:37:21.338Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-24T13:37:21.805Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.73s) [2021-09-24T13:37:21.805Z] PASS [2021-09-24T13:37:21.805Z] [2021-09-24T13:37:21.805Z] === Skipped [2021-09-24T13:37:21.805Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:37:21.805Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:37:21.805Z] [2021-09-24T13:37:21.805Z] DONE 26 tests, 1 skipped in 49.185s [2021-09-24T13:37:21.805Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:37:21.805Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:21.805Z] ++ set -e [2021-09-24T13:37:21.805Z] ++ '[' -n 0 ']' [2021-09-24T13:37:21.805Z] ++ set -x [2021-09-24T13:37:21.806Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:21.806Z] INFO: Testing against a local daemon [2021-09-24T13:37:21.806Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-24T13:37:21.806Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:37:21.806Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:37:21.806Z] === RUN TestDockerNetworkIpvlan [2021-09-24T13:37:21.806Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:37:21.806Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:37:21.806Z] PASS [2021-09-24T13:37:21.806Z] [2021-09-24T13:37:21.806Z] === Skipped [2021-09-24T13:37:21.806Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:37:21.806Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:37:21.806Z] [2021-09-24T13:37:21.806Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:37:21.806Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:37:21.806Z] [2021-09-24T13:37:21.806Z] DONE 2 tests, 2 skipped in 0.124s [2021-09-24T13:37:21.806Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:37:21.806Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:21.806Z] ++ set -e [2021-09-24T13:37:21.806Z] ++ '[' -n 0 ']' [2021-09-24T13:37:21.806Z] ++ set -x [2021-09-24T13:37:21.806Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:21.806Z] INFO: Testing against a local daemon [2021-09-24T13:37:21.806Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-24T13:37:21.909Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-24T13:37:21.909Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-09-24T13:37:22.479Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-09-24T13:37:23.420Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-24T13:37:23.735Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2021-09-24T13:37:23.735Z] === RUN TestDockerNetworkMacvlan [2021-09-24T13:37:24.318Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-24T13:37:24.362Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-09-24T13:37:25.263Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-24T13:37:25.837Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-24T13:37:26.274Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-09-24T13:37:26.535Z] --- PASS: TestUpdateRestartPolicy (12.64s) [2021-09-24T13:37:26.535Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:37:27.476Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2021-09-24T13:37:27.476Z] === RUN TestWaitNonBlocked [2021-09-24T13:37:27.476Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:37:27.476Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:37:27.476Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:37:27.476Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:37:27.476Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:37:27.476Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:37:28.048Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-24T13:37:28.309Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-09-24T13:37:28.390Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-24T13:37:28.569Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-24T13:37:28.569Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2021-09-24T13:37:28.569Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2021-09-24T13:37:28.569Z] === RUN TestWaitBlocked [2021-09-24T13:37:28.569Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:37:28.569Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:37:28.569Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:37:28.569Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:37:28.569Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-24T13:37:28.569Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-24T13:37:29.954Z] --- PASS: TestWaitBlocked (0.04s) [2021-09-24T13:37:29.954Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.29s) [2021-09-24T13:37:29.954Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.33s) [2021-09-24T13:37:29.954Z] === CONT TestContainerStartOnDaemonRestart [2021-09-24T13:37:29.954Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-24T13:37:30.220Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-24T13:37:30.942Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-24T13:37:31.163Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-24T13:37:31.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-09-24T13:37:31.425Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-24T13:37:31.425Z] check_test.go:308: [dd1bdc98ad1c9] daemon is not started [2021-09-24T13:37:31.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-09-24T13:37:31.425Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-24T13:37:31.425Z] check_test.go:308: [dc92f7600e7cf] daemon is not started [2021-09-24T13:37:31.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-09-24T13:37:31.997Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-24T13:37:32.258Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-24T13:37:32.830Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-24T13:37:33.403Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-24T13:37:33.403Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-24T13:37:33.403Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-24T13:37:33.974Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.05s) [2021-09-24T13:37:33.974Z] === CONT TestIpcModeOlderClient [2021-09-24T13:37:33.974Z] --- PASS: TestContainerStartOnDaemonRestart (4.10s) [2021-09-24T13:37:33.974Z] === CONT TestContainerKillOnDaemonStart [2021-09-24T13:37:33.974Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-09-24T13:37:33.974Z] === CONT TestDaemonHostGatewayIP [2021-09-24T13:37:34.545Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-24T13:37:35.165Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-24T13:37:35.486Z] check_test.go:308: [d05ab3d2a90ec] daemon is not started [2021-09-24T13:37:35.486Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan (12.70s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.17s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.21s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.93s) [2021-09-24T13:37:36.111Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.88s) [2021-09-24T13:37:36.111Z] PASS [2021-09-24T13:37:36.111Z] [2021-09-24T13:37:36.111Z] DONE 8 tests in 14.296s [2021-09-24T13:37:36.111Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-24T13:37:36.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:36.111Z] ++ set -e [2021-09-24T13:37:36.111Z] ++ '[' -n 0 ']' [2021-09-24T13:37:36.111Z] ++ set -x [2021-09-24T13:37:36.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:36.111Z] testing: warning: no tests to run [2021-09-24T13:37:36.111Z] PASS [2021-09-24T13:37:36.111Z] [2021-09-24T13:37:36.111Z] DONE 0 tests in 0.031s [2021-09-24T13:37:36.111Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-24T13:37:36.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:36.111Z] ++ set -e [2021-09-24T13:37:36.111Z] ++ '[' -n 0 ']' [2021-09-24T13:37:36.111Z] ++ set -x [2021-09-24T13:37:36.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:36.373Z] INFO: Testing against a local daemon [2021-09-24T13:37:36.373Z] === RUN TestAuthZPluginAllowRequest [2021-09-24T13:37:37.762Z] --- PASS: TestAuthZPluginAllowRequest (1.43s) [2021-09-24T13:37:37.762Z] === RUN TestAuthZPluginTLS [2021-09-24T13:37:38.027Z] --- PASS: TestDaemonHostGatewayIP (3.82s) [2021-09-24T13:37:38.027Z] === CONT TestDaemonRestartIpcMode [2021-09-24T13:37:38.335Z] --- PASS: TestAuthZPluginTLS (0.59s) [2021-09-24T13:37:38.335Z] === RUN TestAuthZPluginDenyRequest [2021-09-24T13:37:38.909Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-09-24T13:37:38.909Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-24T13:37:39.482Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-09-24T13:37:39.482Z] === RUN TestAuthZPluginDenyResponse [2021-09-24T13:37:39.943Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-24T13:37:40.057Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-09-24T13:37:40.057Z] === RUN TestAuthZPluginAllowEventStream [2021-09-24T13:37:40.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-09-24T13:37:40.774Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-24T13:37:41.034Z] --- PASS: TestDaemonRestartIpcMode (3.31s) [2021-09-24T13:37:41.446Z] --- PASS: TestAuthZPluginAllowEventStream (1.46s) [2021-09-24T13:37:41.446Z] === RUN TestAuthZPluginErrorResponse [2021-09-24T13:37:41.605Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-24T13:37:41.867Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-24T13:37:42.019Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-09-24T13:37:42.019Z] === RUN TestAuthZPluginErrorRequest [2021-09-24T13:37:42.593Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-09-24T13:37:42.593Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-24T13:37:42.809Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-24T13:37:42.809Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-09-24T13:37:43.069Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-24T13:37:43.069Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-24T13:37:43.166Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-09-24T13:37:43.166Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-24T13:37:45.086Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.80s) [2021-09-24T13:37:45.086Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-24T13:37:45.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-09-24T13:37:46.998Z] --- PASS: TestContainerKillOnDaemonStart (13.11s) [2021-09-24T13:37:46.998Z] PASS [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === Skipped [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-24T13:37:46.998Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:37:46.998Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:37:46.998Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-24T13:37:46.998Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-24T13:37:46.998Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2021-09-24T13:37:46.998Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:37:46.998Z] [2021-09-24T13:37:46.998Z] DONE 195 tests, 6 skipped in 148.257s [2021-09-24T13:37:46.998Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-24T13:37:46.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:46.998Z] ++ set -e [2021-09-24T13:37:46.998Z] ++ '[' -n 0 ']' [2021-09-24T13:37:46.998Z] ++ set -x [2021-09-24T13:37:46.999Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:37:47.004Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s) [2021-09-24T13:37:47.004Z] === RUN TestAuthZPluginHeader [2021-09-24T13:37:47.261Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:37:47.522Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-09-24T13:37:47.578Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-09-24T13:37:47.578Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-24T13:37:47.578Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:37:47.578Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-24T13:37:47.578Z] === RUN TestAuthZPluginV2Disable [2021-09-24T13:37:47.578Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:37:47.578Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-09-24T13:37:47.578Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-24T13:37:47.578Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:37:47.578Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-24T13:37:47.578Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-24T13:37:47.578Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:37:47.578Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-24T13:37:47.578Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-24T13:37:48.093Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:37:48.093Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-24T13:37:48.093Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-24T13:37:48.093Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-24T13:37:48.093Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-24T13:37:48.093Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-24T13:37:48.093Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-24T13:37:48.093Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-24T13:37:48.093Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-24T13:37:48.093Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-24T13:37:48.093Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-24T13:37:48.093Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.17s) [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.18s) [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2021-09-24T13:37:48.354Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s) [2021-09-24T13:37:48.354Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:37:48.354Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-24T13:37:49.737Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-24T13:37:50.677Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-24T13:37:51.248Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-09-24T13:37:51.819Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-24T13:37:51.819Z] daemon_test.go:148: [dce6b1cf01bac] daemon is not started [2021-09-24T13:37:51.819Z] --- PASS: TestConfigDaemonSeccompProfiles (3.37s) [2021-09-24T13:37:51.819Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.18s) [2021-09-24T13:37:51.819Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2021-09-24T13:37:51.819Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2021-09-24T13:37:51.819Z] PASS [2021-09-24T13:37:51.819Z] [2021-09-24T13:37:51.819Z] DONE 11 tests in 4.606s [2021-09-24T13:37:51.819Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-24T13:37:51.819Z] ++ 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-09-24T13:37:51.819Z] ++ set -e [2021-09-24T13:37:51.819Z] ++ '[' -n 0 ']' [2021-09-24T13:37:51.819Z] ++ set -x [2021-09-24T13:37:51.819Z] ++ 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-09-24T13:37:52.080Z] INFO: Testing against a local daemon [2021-09-24T13:37:52.080Z] === RUN TestCommitInheritsEnv [2021-09-24T13:37:52.651Z] --- PASS: TestCommitInheritsEnv (0.47s) [2021-09-24T13:37:52.651Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:37:52.651Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-24T13:37:52.651Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:37:52.651Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-09-24T13:37:52.651Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:37:52.651Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-24T13:37:52.651Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:37:52.912Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-24T13:37:53.172Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2021-09-24T13:37:53.172Z] === RUN TestRemoveImageGarbageCollector [2021-09-24T13:37:53.745Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-24T13:37:54.317Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-24T13:37:54.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-09-24T13:37:55.152Z] --- PASS: TestRemoveImageGarbageCollector (2.16s) [2021-09-24T13:37:55.152Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:37:55.152Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-09-24T13:37:55.152Z] === RUN TestTagInvalidReference [2021-09-24T13:37:55.413Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-24T13:37:55.413Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:37:55.413Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-24T13:37:55.413Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:37:55.413Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-24T13:37:55.413Z] === RUN TestTagOfficialNames [2021-09-24T13:37:55.413Z] --- PASS: TestTagOfficialNames (0.06s) [2021-09-24T13:37:55.413Z] === RUN TestTagMatchesDigest [2021-09-24T13:37:55.413Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-24T13:37:55.413Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-24T13:37:57.324Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-24T13:37:59.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-09-24T13:38:01.847Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-24T13:38:01.848Z] check_test.go:308: [d9663665e5c79] daemon is not started [2021-09-24T13:38:01.848Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-09-24T13:38:02.789Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-24T13:38:02.789Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-24T13:38:02.789Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-24T13:38:02.789Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-24T13:38:02.789Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-24T13:38:02.789Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-24T13:38:02.789Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-24T13:38:02.789Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-24T13:38:03.050Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-24T13:38:05.597Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-09-24T13:38:05.685Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-09-24T13:38:05.685Z] Copying nested executables into bundles/binary-daemon [2021-09-24T13:38:05.685Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-09-24T13:38:05.685Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:38:05.685Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-09-24T13:38:05.685Z] [Pipeline] } [Pipeline] // stage [2021-09-24T13:38:05.707Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) [2021-09-24T13:38:05.707Z] PASS [2021-09-24T13:38:05.707Z] [2021-09-24T13:38:05.707Z] === Skipped [2021-09-24T13:38:05.707Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-24T13:38:05.707Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:05.708Z] [2021-09-24T13:38:05.708Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-09-24T13:38:05.708Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:05.708Z] [2021-09-24T13:38:05.708Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-24T13:38:05.708Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:05.708Z] [2021-09-24T13:38:05.708Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-24T13:38:05.708Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:05.708Z] [2021-09-24T13:38:05.708Z] DONE 17 tests, 4 skipped in 28.094s [2021-09-24T13:38:05.708Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-24T13:38:05.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:05.708Z] ++ set -e [2021-09-24T13:38:05.708Z] ++ '[' -n 0 ']' [2021-09-24T13:38:05.708Z] ++ set -x [2021-09-24T13:38:05.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:05.708Z] INFO: Testing against a local daemon [2021-09-24T13:38:05.708Z] === RUN TestPluginInvalidJSON [2021-09-24T13:38:05.708Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:38:05.708Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:38:05.708Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:38:05.708Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-24T13:38:05.708Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:38:05.708Z] === RUN TestPluginInstall [2021-09-24T13:38:05.708Z] === RUN TestPluginInstall/no_auth [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-09-24T13:38:06.030Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER docker:09de87ebbeac5d6e769729bae549485701a96733 hack/make.sh cross [2021-09-24T13:38:06.597Z] [2021-09-24T13:38:06.597Z] Removing bundles/ [2021-09-24T13:38:06.597Z] [2021-09-24T13:38:06.597Z] ---> Making bundle: cross (in bundles/cross) [2021-09-24T13:38:06.597Z] Cross building: bundles/cross/linux/amd64 [2021-09-24T13:38:06.597Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-24T13:38:06.597Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-24T13:38:06.653Z] time="2021-09-24T13:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:06.653Z] time="2021-09-24T13:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c30788caa7bbddcd1fdc05653259b45332e9384cb65c98cd9649de1155ef035c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:06.653Z] time="2021-09-24T13:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:06.653Z] time="2021-09-24T13:38:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c30788caa7bbddcd1fdc05653259b45332e9384cb65c98cd9649de1155ef035c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:06.980Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-24T13:38:07.226Z] === RUN TestPluginInstall/with_htpasswd [2021-09-24T13:38:07.800Z] time="2021-09-24T13:38:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:07.800Z] time="2021-09-24T13:38:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71a2f148757f3368344d1d46930cbdc573f1b6581504786a02651015f3e86098" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:07.800Z] time="2021-09-24T13:38:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:07.800Z] time="2021-09-24T13:38:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:71a2f148757f3368344d1d46930cbdc573f1b6581504786a02651015f3e86098" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:08.062Z] === RUN TestPluginInstall/with_insecure [2021-09-24T13:38:08.361Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-09-24T13:38:09.454Z] time="2021-09-24T13:38:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:09.454Z] time="2021-09-24T13:38:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:26511ba451c8c33c8fd5b4387ed31dfd4251cf958543d0bb374c180d6fd4f32b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:09.454Z] time="2021-09-24T13:38:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:38:09.454Z] time="2021-09-24T13:38:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:26511ba451c8c33c8fd5b4387ed31dfd4251cf958543d0bb374c180d6fd4f32b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:38:09.454Z] plugin_test.go:165: [d1c97ef6c1bc7] daemon is not started [2021-09-24T13:38:09.454Z] --- PASS: TestPluginInstall (5.04s) [2021-09-24T13:38:09.454Z] --- PASS: TestPluginInstall/no_auth (2.76s) [2021-09-24T13:38:09.454Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2021-09-24T13:38:09.454Z] --- PASS: TestPluginInstall/with_insecure (1.36s) [2021-09-24T13:38:09.454Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:38:10.274Z] check_test.go:308: [d11e39f2547bf] daemon is not started [2021-09-24T13:38:10.274Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-09-24T13:38:11.374Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-24T13:38:11.660Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-24T13:38:12.762Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-24T13:38:13.708Z] --- PASS: TestPluginsWithRuntimes (4.17s) [2021-09-24T13:38:13.708Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.13s) [2021-09-24T13:38:13.708Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2021-09-24T13:38:13.708Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:38:14.204Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-24T13:38:14.204Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-09-24T13:38:14.204Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-24T13:38:14.655Z] --- PASS: TestPluginBackCompatMediaTypes (0.92s) [2021-09-24T13:38:14.655Z] PASS [2021-09-24T13:38:14.655Z] [2021-09-24T13:38:14.655Z] DONE 10 tests in 10.314s [2021-09-24T13:38:14.655Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-24T13:38:14.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:14.655Z] ++ set -e [2021-09-24T13:38:14.655Z] ++ '[' -n 0 ']' [2021-09-24T13:38:14.655Z] ++ set -x [2021-09-24T13:38:14.655Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:14.655Z] INFO: Testing against a local daemon [2021-09-24T13:38:14.655Z] === RUN TestExternalGraphDriver [2021-09-24T13:38:14.917Z] === RUN TestExternalGraphDriver/json [2021-09-24T13:38:16.836Z] === RUN TestExternalGraphDriver/spec [2021-09-24T13:38:18.758Z] === RUN TestExternalGraphDriver/pull [2021-09-24T13:38:19.490Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-09-24T13:38:19.750Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-24T13:38:20.010Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-09-24T13:38:20.148Z] --- PASS: TestExternalGraphDriver (5.43s) [2021-09-24T13:38:20.148Z] --- PASS: TestExternalGraphDriver/json (1.87s) [2021-09-24T13:38:20.148Z] --- PASS: TestExternalGraphDriver/spec (1.89s) [2021-09-24T13:38:20.148Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2021-09-24T13:38:20.148Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:38:20.148Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:20.148Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-09-24T13:38:20.148Z] PASS [2021-09-24T13:38:20.148Z] [2021-09-24T13:38:20.148Z] === Skipped [2021-09-24T13:38:20.148Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-09-24T13:38:20.148Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:38:20.148Z] [2021-09-24T13:38:20.148Z] DONE 5 tests, 1 skipped in 5.587s [2021-09-24T13:38:20.148Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-24T13:38:20.148Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:20.148Z] ++ set -e [2021-09-24T13:38:20.148Z] ++ '[' -n 0 ']' [2021-09-24T13:38:20.148Z] ++ set -x [2021-09-24T13:38:20.148Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:20.411Z] INFO: Testing against a local daemon [2021-09-24T13:38:20.411Z] === RUN TestContinueAfterPluginCrash [2021-09-24T13:38:20.411Z] === PAUSE TestContinueAfterPluginCrash [2021-09-24T13:38:20.411Z] === RUN TestReadPluginNoRead [2021-09-24T13:38:20.411Z] === PAUSE TestReadPluginNoRead [2021-09-24T13:38:20.411Z] === RUN TestDaemonStartWithLogOpt [2021-09-24T13:38:20.411Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-24T13:38:20.411Z] === CONT TestContinueAfterPluginCrash [2021-09-24T13:38:20.411Z] === CONT TestDaemonStartWithLogOpt [2021-09-24T13:38:20.411Z] === CONT TestReadPluginNoRead [2021-09-24T13:38:20.581Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-09-24T13:38:21.154Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-09-24T13:38:21.154Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-09-24T13:38:21.725Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-09-24T13:38:22.296Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-09-24T13:38:22.867Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-09-24T13:38:23.444Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-09-24T13:38:23.705Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-09-24T13:38:24.276Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-09-24T13:38:24.630Z] === RUN TestReadPluginNoRead/default [2021-09-24T13:38:24.630Z] --- PASS: TestDaemonStartWithLogOpt (4.08s) [2021-09-24T13:38:24.847Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-09-24T13:38:25.107Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-24T13:38:25.368Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-09-24T13:38:25.597Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-24T13:38:25.629Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-24T13:38:25.889Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-09-24T13:38:26.459Z] check_test.go:308: [d737b1b4145b2] daemon is not started [2021-09-24T13:38:26.459Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-09-24T13:38:26.720Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-24T13:38:26.993Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-24T13:38:27.662Z] check_test.go:308: [d9b67f79ef3b6] daemon is not started [2021-09-24T13:38:27.662Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-09-24T13:38:27.922Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-09-24T13:38:28.911Z] === CONT TestReadPluginNoRead [2021-09-24T13:38:28.911Z] read_test.go:92: [dafcd87c02e8a] daemon is not started [2021-09-24T13:38:28.911Z] --- PASS: TestReadPluginNoRead (8.23s) [2021-09-24T13:38:28.911Z] --- PASS: TestReadPluginNoRead/default (1.61s) [2021-09-24T13:38:28.911Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.52s) [2021-09-24T13:38:28.911Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s) [2021-09-24T13:38:29.484Z] --- PASS: TestContinueAfterPluginCrash (9.22s) [2021-09-24T13:38:29.484Z] PASS [2021-09-24T13:38:29.484Z] [2021-09-24T13:38:29.484Z] DONE 6 tests in 9.347s [2021-09-24T13:38:29.484Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-09-24T13:38:29.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:29.484Z] ++ set -e [2021-09-24T13:38:29.484Z] ++ '[' -n 0 ']' [2021-09-24T13:38:29.484Z] ++ set -x [2021-09-24T13:38:29.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:29.745Z] testing: warning: no tests to run [2021-09-24T13:38:29.745Z] PASS [2021-09-24T13:38:29.745Z] [2021-09-24T13:38:29.745Z] DONE 0 tests in 0.055s [2021-09-24T13:38:29.745Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-24T13:38:29.745Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:29.746Z] ++ set -e [2021-09-24T13:38:29.746Z] ++ '[' -n 0 ']' [2021-09-24T13:38:29.746Z] ++ set -x [2021-09-24T13:38:29.746Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:29.746Z] INFO: Testing against a local daemon [2021-09-24T13:38:29.746Z] === RUN TestPluginWithDevMounts [2021-09-24T13:38:29.746Z] === PAUSE TestPluginWithDevMounts [2021-09-24T13:38:29.746Z] === CONT TestPluginWithDevMounts [2021-09-24T13:38:29.833Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-09-24T13:38:30.094Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-24T13:38:30.664Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-24T13:38:30.664Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-24T13:38:31.663Z] --- PASS: TestPluginWithDevMounts (1.92s) [2021-09-24T13:38:31.663Z] PASS [2021-09-24T13:38:31.663Z] [2021-09-24T13:38:31.663Z] DONE 1 tests in 2.051s [2021-09-24T13:38:31.663Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-24T13:38:31.664Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:31.664Z] ++ set -e [2021-09-24T13:38:31.664Z] ++ '[' -n 0 ']' [2021-09-24T13:38:31.664Z] ++ set -x [2021-09-24T13:38:31.664Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:31.925Z] INFO: Testing against a local daemon [2021-09-24T13:38:31.925Z] === RUN TestSecretInspect [2021-09-24T13:38:32.048Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-24T13:38:32.620Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-09-24T13:38:33.190Z] check_test.go:308: [d878b1779130f] daemon is not started [2021-09-24T13:38:33.190Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-09-24T13:38:33.451Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-24T13:38:34.477Z] --- PASS: TestSecretInspect (2.71s) [2021-09-24T13:38:34.477Z] === RUN TestSecretList [2021-09-24T13:38:34.836Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-24T13:38:36.220Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-09-24T13:38:37.786Z] --- PASS: TestSecretList (2.64s) [2021-09-24T13:38:37.786Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:38:38.038Z] --- PASS: TestBuildWithHugeFile (107.62s) [2021-09-24T13:38:38.038Z] === RUN TestBuildWCOWSandboxSize [2021-09-24T13:38:38.133Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-09-24T13:38:39.703Z] --- PASS: TestSecretsCreateAndDelete (2.55s) [2021-09-24T13:38:39.703Z] === RUN TestSecretsUpdate [2021-09-24T13:38:42.337Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-09-24T13:38:42.907Z] check_test.go:308: [de0334a431636] daemon is not started [2021-09-24T13:38:42.907Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-09-24T13:38:43.012Z] --- PASS: TestSecretsUpdate (2.63s) [2021-09-24T13:38:43.012Z] === RUN TestTemplatedSecret [2021-09-24T13:38:44.819Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-24T13:38:45.563Z] --- PASS: TestTemplatedSecret (3.03s) [2021-09-24T13:38:45.563Z] === RUN TestSecretCreateResolve [2021-09-24T13:38:46.204Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-24T13:38:47.589Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-24T13:38:48.115Z] --- PASS: TestSecretCreateResolve (2.73s) [2021-09-24T13:38:48.115Z] PASS [2021-09-24T13:38:48.115Z] [2021-09-24T13:38:48.115Z] DONE 6 tests in 16.404s [2021-09-24T13:38:48.115Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-09-24T13:38:48.116Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:48.116Z] ++ set -e [2021-09-24T13:38:48.116Z] ++ '[' -n 0 ']' [2021-09-24T13:38:48.116Z] ++ set -x [2021-09-24T13:38:48.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:38:48.377Z] INFO: Testing against a local daemon [2021-09-24T13:38:48.377Z] === RUN TestServiceCreateInit [2021-09-24T13:38:48.377Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:38:49.504Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-24T13:38:50.889Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-09-24T13:38:53.676Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:38:54.188Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-09-24T13:38:56.102Z] check_test.go:308: [d65a790768dc8] daemon is not started [2021-09-24T13:38:56.102Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-09-24T13:38:56.672Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-09-24T13:38:57.243Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-09-24T13:38:57.815Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-09-24T13:38:57.889Z] --- PASS: TestServiceCreateInit (9.12s) [2021-09-24T13:38:57.889Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.55s) [2021-09-24T13:38:57.889Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.54s) [2021-09-24T13:38:57.889Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:38:59.729Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-09-24T13:38:59.729Z] check_test.go:308: [df3afd36031a1] daemon is not started [2021-09-24T13:38:59.729Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-09-24T13:39:01.701Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-24T13:39:01.701Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-09-24T13:39:02.284Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-24T13:39:02.548Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-24T13:39:03.119Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-09-24T13:39:07.319Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-24T13:39:07.319Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-09-24T13:39:08.264Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-09-24T13:39:09.206Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-24T13:39:10.147Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-09-24T13:39:11.089Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-24T13:39:13.634Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-09-24T13:39:16.024Z] --- PASS: TestCreateServiceMultipleTimes (16.18s) [2021-09-24T13:39:16.024Z] === RUN TestCreateServiceConflict [2021-09-24T13:39:16.285Z] --- PASS: TestCreateServiceConflict (2.65s) [2021-09-24T13:39:16.285Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:39:16.934Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-09-24T13:39:17.194Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-24T13:39:19.596Z] --- PASS: TestCreateServiceMaxReplicas (3.13s) [2021-09-24T13:39:19.596Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:39:19.739Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-24T13:39:21.123Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-09-24T13:39:21.694Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-24T13:39:23.078Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-09-24T13:39:24.020Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-09-24T13:39:25.404Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-09-24T13:39:28.708Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-09-24T13:39:33.995Z] docker_cli_daemon_test.go:2550: [d189dff44b0e4] daemon is not started [2021-09-24T13:39:34.519Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.44s) [2021-09-24T13:39:34.519Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:39:35.906Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-09-24T13:39:35.907Z] --- PASS: TestCreateServiceSecretFileMode (2.81s) [2021-09-24T13:39:35.908Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:39:38.453Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-24T13:39:38.453Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-24T13:39:42.499Z] --- PASS: TestCreateServiceConfigFileMode (6.25s) [2021-09-24T13:39:42.499Z] === RUN TestCreateServiceSysctls [2021-09-24T13:39:42.656Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-24T13:39:42.656Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-24T13:39:42.916Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-24T13:39:43.097Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-24T13:39:43.097Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-09-24T13:39:43.097Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-24T13:39:43.097Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-24T13:39:43.097Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-24T13:39:43.097Z] Cross building: bundles/cross/windows/amd64 [2021-09-24T13:39:43.097Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-24T13:39:43.097Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-24T13:39:43.486Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-24T13:39:43.486Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-24T13:39:44.059Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-24T13:39:44.320Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-24T13:39:44.581Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-24T13:39:45.808Z] --- PASS: TestCreateServiceSysctls (3.66s) [2021-09-24T13:39:45.808Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:39:47.126Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-24T13:39:47.387Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-09-24T13:39:48.329Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-24T13:39:49.143Z] --- PASS: TestCreateServiceCapabilities (2.99s) [2021-09-24T13:39:49.143Z] === RUN TestInspect [2021-09-24T13:39:49.271Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-09-24T13:39:49.843Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-24T13:39:51.694Z] --- PASS: TestInspect (3.17s) [2021-09-24T13:39:51.694Z] === RUN TestCreateJob [2021-09-24T13:39:51.755Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-24T13:39:51.755Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-09-24T13:39:52.016Z] check_test.go:308: [dbe4c4ac9845f] daemon is not started [2021-09-24T13:39:52.016Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-09-24T13:39:52.586Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-24T13:39:53.969Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-24T13:39:55.001Z] --- PASS: TestCreateJob (3.09s) [2021-09-24T13:39:55.001Z] === RUN TestReplicatedJob [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite (335.92s) [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.67s) [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.55s) [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.72s) [2021-09-24T13:39:57.275Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.13s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.85s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.46s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.90s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.18s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.83s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.01s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.39s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.04s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.32s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.16s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.56s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.65s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.06s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.00s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.41s) [2021-09-24T13:39:57.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.85s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.88s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.66s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.69s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.02s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.54s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.71s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.99s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.66s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.63s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.79s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.79s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.57s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.84s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.97s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.75s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.50s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.09s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.11s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.61s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.40s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.59s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.34s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.09s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.57s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.31s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.24s) [2021-09-24T13:39:57.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-24T13:39:57.276Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.00s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.65s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.61s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.43s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.17s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.91s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.62s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.27s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.62s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.30s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.33s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.93s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.07s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.21s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.74s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.91s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.97s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.67s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.38s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.80s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.17s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.78s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.04s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.66s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.59s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.49s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.97s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.32s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.14s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.32s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.84s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.19s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.98s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.89s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.62s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.65s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.81s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.68s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2021-09-24T13:39:57.276Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.95s) [2021-09-24T13:39:57.276Z] === RUN TestDockerSwarmSuite [2021-09-24T13:39:57.276Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-09-24T13:39:59.819Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-09-24T13:40:00.390Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-24T13:40:01.597Z] --- PASS: TestReplicatedJob (6.31s) [2021-09-24T13:40:01.597Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:40:02.936Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-09-24T13:40:04.911Z] --- PASS: TestUpdateReplicatedJob (3.76s) [2021-09-24T13:40:04.911Z] === RUN TestServiceListWithStatuses [2021-09-24T13:40:04.911Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:40:04.911Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:40:04.911Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:40:08.250Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-09-24T13:40:10.210Z] --- PASS: TestDockerNetworkConnectAlias (5.08s) [2021-09-24T13:40:10.211Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:40:13.519Z] --- PASS: TestDockerNetworkReConnect (3.61s) [2021-09-24T13:40:13.519Z] === RUN TestServicePlugin [2021-09-24T13:40:13.519Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:40:13.519Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-24T13:40:13.519Z] === RUN TestServiceUpdateLabel [2021-09-24T13:40:16.070Z] --- PASS: TestServiceUpdateLabel (2.19s) [2021-09-24T13:40:16.071Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:40:20.512Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-24T13:40:21.084Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-24T13:40:21.084Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-09-24T13:40:22.026Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-09-24T13:40:25.327Z] docker_api_swarm_test.go:563: [d273de326525c] joining swarm manager [d69f4f0dbb8be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:40:30.614Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-24T13:40:30.614Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-24T13:40:30.992Z] --- PASS: TestServiceUpdateSecrets (14.93s) [2021-09-24T13:40:30.992Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:40:31.185Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-24T13:40:31.445Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-24T13:40:32.828Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-24T13:40:32.828Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-24T13:40:32.828Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-24T13:40:33.088Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-24T13:40:35.294Z] --- PASS: TestBuildWCOWSandboxSize (651.84s) [2021-09-24T13:40:35.294Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:40:35.294Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:35.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:35.294Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:35.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:35.294Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:35.294Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:35.294Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:35.294Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:35.294Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:35.294Z] --- PASS: TestBuildWithEmptyDockerfile (0.40s) [2021-09-24T13:40:35.294Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-24T13:40:35.294Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-24T13:40:35.294Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-24T13:40:35.294Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:40:35.294Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:35.294Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-24T13:40:35.294Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:40:35.294Z] --- PASS: TestBuildPlatformInvalid (0.45s) [2021-09-24T13:40:35.294Z] PASS [2021-09-24T13:40:35.294Z] ok github.com/docker/docker/integration/build 787.220s [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] === Skipped [2021-09-24T13:40:35.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-24T13:40:35.294Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-24T13:40:35.294Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-24T13:40:35.294Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:40:35.294Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-24T13:40:35.294Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:35.294Z] [2021-09-24T13:40:35.294Z] DONE 29 tests, 5 skipped in 807.445s [2021-09-24T13:40:35.294Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-24T13:40:36.823Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:40:36.823Z] INFO: Testing against a local daemon [2021-09-24T13:40:36.823Z] === RUN TestConfigInspect [2021-09-24T13:40:36.823Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:36.823Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-24T13:40:36.823Z] === RUN TestConfigList [2021-09-24T13:40:36.823Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:36.823Z] --- SKIP: TestConfigList (0.00s) [2021-09-24T13:40:36.823Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:40:36.823Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:36.823Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:40:36.823Z] === RUN TestConfigsUpdate [2021-09-24T13:40:36.823Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:36.823Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-24T13:40:36.823Z] === RUN TestTemplatedConfig [2021-09-24T13:40:36.823Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:36.823Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-24T13:40:36.823Z] === RUN TestConfigCreateResolve [2021-09-24T13:40:36.823Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:36.823Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-24T13:40:36.823Z] PASS [2021-09-24T13:40:36.823Z] ok github.com/docker/docker/integration/config 0.088s [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === Skipped [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-24T13:40:37.279Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:37.279Z] [2021-09-24T13:40:37.279Z] DONE 6 tests, 6 skipped in 2.589s [2021-09-24T13:40:37.279Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-24T13:40:37.291Z] docker_api_swarm_test.go:585: [ddf19dcf0cef9] joining swarm manager [d69f4f0dbb8be]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:40:39.447Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:40:39.447Z] INFO: Testing against a local daemon [2021-09-24T13:40:39.447Z] === RUN TestCheckpoint [2021-09-24T13:40:39.447Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:40:39.447Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:40:39.447Z] === RUN TestContainerInvalidJSON [2021-09-24T13:40:39.448Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:39.448Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:39.448Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:39.448Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:39.448Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:39.448Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:39.448Z] --- PASS: TestContainerInvalidJSON (0.38s) [2021-09-24T13:40:39.448Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:40:39.448Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:40:39.448Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:40:39.834Z] check_test.go:379: [d273de326525c] daemon is not started [2021-09-24T13:40:39.903Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-09-24T13:40:39.903Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:40:39.903Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-09-24T13:40:39.903Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:40:39.903Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-09-24T13:40:39.903Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:40:40.106Z] --- PASS: TestBuildWCOWSandboxSize (673.01s) [2021-09-24T13:40:40.106Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:40:40.106Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:40.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:40.106Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:40.106Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:40.106Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:40.106Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:40.106Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:40:40.106Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:40:40.106Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:40:40.106Z] --- PASS: TestBuildWithEmptyDockerfile (0.37s) [2021-09-24T13:40:40.106Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-24T13:40:40.106Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-09-24T13:40:40.106Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:40:40.106Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:40.106Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:40:40.106Z] --- PASS: TestBuildPlatformInvalid (0.34s) [2021-09-24T13:40:40.106Z] PASS [2021-09-24T13:40:40.106Z] ok github.com/docker/docker/integration/build 801.695s [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === Skipped [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-24T13:40:40.106Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-24T13:40:40.106Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-24T13:40:40.106Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:40:40.106Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-24T13:40:40.106Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] DONE 29 tests, 5 skipped in 821.192s [2021-09-24T13:40:40.106Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-24T13:40:40.106Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:40:40.106Z] INFO: Testing against a local daemon [2021-09-24T13:40:40.106Z] === RUN TestConfigInspect [2021-09-24T13:40:40.106Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestConfigList [2021-09-24T13:40:40.106Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] --- SKIP: TestConfigList (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:40:40.106Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestConfigsUpdate [2021-09-24T13:40:40.106Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestTemplatedConfig [2021-09-24T13:40:40.106Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-24T13:40:40.106Z] === RUN TestConfigCreateResolve [2021-09-24T13:40:40.106Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.106Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-24T13:40:40.106Z] PASS [2021-09-24T13:40:40.106Z] ok github.com/docker/docker/integration/config 0.105s [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === Skipped [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-24T13:40:40.106Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.106Z] [2021-09-24T13:40:40.106Z] DONE 6 tests, 6 skipped in 2.457s [2021-09-24T13:40:40.107Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-24T13:40:40.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:40:40.107Z] INFO: Testing against a local daemon [2021-09-24T13:40:40.107Z] === RUN TestCheckpoint [2021-09-24T13:40:40.107Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:40:40.107Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestContainerInvalidJSON [2021-09-24T13:40:40.107Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:40.107Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:40.107Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:40.107Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:40.107Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:40:40.107Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:40:40.107Z] --- PASS: TestContainerInvalidJSON (0.32s) [2021-09-24T13:40:40.107Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:40:40.107Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-09-24T13:40:40.107Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:40:40.107Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2021-09-24T13:40:40.107Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:40:40.107Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-09-24T13:40:40.107Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:40:40.107Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-09-24T13:40:40.107Z] === RUN TestCopyFromContainer [2021-09-24T13:40:40.107Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.107Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:40:40.107Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.107Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.107Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.107Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.107Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.107Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.107Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.107Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.107Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.107Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:40:40.107Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:40:40.107Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:40:40.107Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.107Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:40:40.107Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.107Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:40:40.107Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.107Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.107Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.107Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.107Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:40:40.107Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:40:40.107Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:40:40.107Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:40:40.107Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:40:40.107Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:40:40.107Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:40:40.107Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-09-24T13:40:40.107Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:40:40.107Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:40:40.107Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-24T13:40:40.107Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:40:40.107Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.107Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestDiff [2021-09-24T13:40:40.107Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:40.107Z] --- SKIP: TestDiff (0.00s) [2021-09-24T13:40:40.107Z] === RUN TestExecWithCloseStdin [2021-09-24T13:40:40.372Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-09-24T13:40:40.372Z] === RUN TestCopyFromContainer [2021-09-24T13:40:40.372Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.372Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:40:40.372Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.372Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.372Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.372Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.372Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.372Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.372Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:40:40.372Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:40:40.372Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:40:40.372Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-09-24T13:40:40.372Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:40:40.372Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:40:40.372Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:40:40.372Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.372Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:40:40.372Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.372Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:40:40.372Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:40:40.372Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.372Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.372Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:40:40.372Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:40:40.372Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:40:40.372Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:40:40.372Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:40:40.372Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:40:40.372Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-24T13:40:40.372Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:40:40.372Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2021-09-24T13:40:40.372Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:40:40.372Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:40:40.372Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-24T13:40:40.372Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:40:40.372Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:40.372Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestDiff [2021-09-24T13:40:40.372Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:40.372Z] --- SKIP: TestDiff (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestExecWithCloseStdin [2021-09-24T13:40:40.372Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-24T13:40:40.372Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2021-09-24T13:40:40.372Z] === RUN TestExec [2021-09-24T13:40:41.099Z] --- PASS: TestExecWithCloseStdin (2.30s) [2021-09-24T13:40:41.100Z] === RUN TestExec [2021-09-24T13:40:42.687Z] --- PASS: TestExec (1.65s) [2021-09-24T13:40:42.687Z] === RUN TestExecUser [2021-09-24T13:40:42.687Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:40:42.687Z] --- SKIP: TestExecUser (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:40:42.687Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:42.687Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:40:42.687Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:42.687Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:40:42.687Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:42.687Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestHealthKillContainer [2021-09-24T13:40:42.687Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:40:42.687Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:40:42.687Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:40:42.687Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:40:42.687Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:40:43.137Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-24T13:40:43.397Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-24T13:40:43.967Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-24T13:40:44.087Z] --- PASS: TestExec (3.36s) [2021-09-24T13:40:44.087Z] === RUN TestExecUser [2021-09-24T13:40:44.087Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:40:44.087Z] --- SKIP: TestExecUser (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:40:44.087Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:44.087Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:40:44.087Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:44.087Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:40:44.087Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:44.087Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestHealthKillContainer [2021-09-24T13:40:44.087Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:40:44.087Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:40:44.087Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:40:44.087Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:40:44.087Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:40:44.270Z] --- PASS: TestKillContainerInvalidSignal (1.55s) [2021-09-24T13:40:44.270Z] === RUN TestKillContainer [2021-09-24T13:40:44.270Z] === RUN TestKillContainer/no_signal [2021-09-24T13:40:44.538Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-24T13:40:44.799Z] === RUN TestDockerSuite/TestBuildFails [2021-09-24T13:40:45.739Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-24T13:40:45.739Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-24T13:40:45.840Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:40:45.840Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:40:45.840Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:40:45.912Z] --- PASS: TestServiceUpdateConfigs (15.05s) [2021-09-24T13:40:45.912Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:40:46.266Z] --- PASS: TestKillContainerInvalidSignal (2.57s) [2021-09-24T13:40:46.266Z] === RUN TestKillContainer [2021-09-24T13:40:46.266Z] === RUN TestKillContainer/no_signal [2021-09-24T13:40:47.652Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-24T13:40:48.062Z] --- PASS: TestKillContainer (3.54s) [2021-09-24T13:40:48.062Z] --- PASS: TestKillContainer/no_signal (1.42s) [2021-09-24T13:40:48.062Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:40:48.062Z] --- PASS: TestKillContainer/killing_signal (2.10s) [2021-09-24T13:40:48.062Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:40:48.062Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:48.062Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestKillStoppedContainer [2021-09-24T13:40:48.062Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:48.062Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:40:48.062Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:48.062Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:40:48.062Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:40:48.062Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:40:48.062Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:48.062Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:40:48.062Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:40:48.062Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:40:48.062Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:40:49.159Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:40:49.159Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:40:49.159Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:40:49.564Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-24T13:40:49.630Z] --- PASS: TestLogsFollowTailEmpty (1.47s) [2021-09-24T13:40:49.630Z] === RUN TestNetworkNat [2021-09-24T13:40:49.630Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:49.630Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-24T13:40:49.630Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:40:50.508Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-09-24T13:40:50.508Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-24T13:40:50.508Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-09-24T13:40:50.768Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-24T13:40:51.200Z] --- PASS: TestNetworkLocalhostTCPNat (1.87s) [2021-09-24T13:40:51.200Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:40:51.200Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:51.200Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-24T13:40:51.200Z] === RUN TestPause [2021-09-24T13:40:51.200Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:40:51.200Z] --- SKIP: TestPause (0.00s) [2021-09-24T13:40:51.200Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:40:51.331Z] --- PASS: TestKillContainer (4.95s) [2021-09-24T13:40:51.331Z] --- PASS: TestKillContainer/no_signal (2.48s) [2021-09-24T13:40:51.331Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:40:51.331Z] --- PASS: TestKillContainer/killing_signal (2.44s) [2021-09-24T13:40:51.331Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:40:51.331Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:51.331Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestKillStoppedContainer [2021-09-24T13:40:51.331Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:51.331Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:40:51.331Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:40:51.331Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:40:51.331Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:40:51.331Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:40:51.331Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:51.331Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:40:51.331Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:40:51.331Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:40:51.331Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:40:52.154Z] --- PASS: TestImportExtremelyLargeImageWorks (176.64s) [2021-09-24T13:40:52.154Z] PASS [2021-09-24T13:40:52.154Z] [2021-09-24T13:40:52.154Z] DONE 12 tests in 180.381s [2021-09-24T13:40:52.154Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-24T13:40:52.154Z] ++ 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-09-24T13:40:52.154Z] ++ set -e [2021-09-24T13:40:52.154Z] ++ '[' -n 0 ']' [2021-09-24T13:40:52.154Z] ++ set -x [2021-09-24T13:40:52.155Z] ++ 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-09-24T13:40:52.416Z] INFO: Testing against a local daemon [2021-09-24T13:40:52.416Z] === RUN TestNetworkCreateDelete [2021-09-24T13:40:52.416Z] --- PASS: TestNetworkCreateDelete (0.21s) [2021-09-24T13:40:52.416Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:40:52.677Z] docker_api_swarm_test.go:46: [de0c97fe63c98] joining swarm manager [d41faf1edda5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:40:52.677Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-24T13:40:52.772Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.54s) [2021-09-24T13:40:52.773Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:40:52.773Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:52.773Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-24T13:40:52.773Z] === RUN TestPsFilter [2021-09-24T13:40:53.243Z] --- PASS: TestPsFilter (0.27s) [2021-09-24T13:40:53.243Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:40:53.247Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2021-09-24T13:40:53.248Z] === RUN TestDaemonDNSFallback [2021-09-24T13:40:53.248Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-24T13:40:54.187Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-24T13:40:54.219Z] --- PASS: TestLogsFollowTailEmpty (2.46s) [2021-09-24T13:40:54.219Z] === RUN TestNetworkNat [2021-09-24T13:40:54.219Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:54.219Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-24T13:40:54.219Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:40:55.464Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.12s) [2021-09-24T13:40:55.464Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:40:55.570Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-24T13:40:55.830Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-24T13:40:56.090Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-24T13:40:57.111Z] --- PASS: TestNetworkLocalhostTCPNat (3.05s) [2021-09-24T13:40:57.111Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:40:57.111Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:40:57.111Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-24T13:40:57.111Z] === RUN TestPause [2021-09-24T13:40:57.111Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:40:57.111Z] --- SKIP: TestPause (0.00s) [2021-09-24T13:40:57.111Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:40:57.473Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-24T13:40:57.684Z] --- PASS: TestRemoveContainerWithVolume (2.10s) [2021-09-24T13:40:57.684Z] === RUN TestRemoveContainerRunning [2021-09-24T13:40:58.687Z] --- PASS: TestRemoveContainerRunning (1.53s) [2021-09-24T13:40:58.687Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:40:58.858Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-24T13:40:59.276Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.53s) [2021-09-24T13:40:59.277Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:40:59.277Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:40:59.277Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-24T13:40:59.277Z] === RUN TestPsFilter [2021-09-24T13:40:59.429Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-24T13:40:59.688Z] --- PASS: TestDaemonDNSFallback (6.72s) [2021-09-24T13:40:59.688Z] === RUN TestInspectNetwork [2021-09-24T13:40:59.732Z] --- PASS: TestPsFilter (0.26s) [2021-09-24T13:40:59.732Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:41:00.257Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.45s) [2021-09-24T13:41:00.257Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:41:00.257Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-24T13:41:00.257Z] === RUN TestRenameLinkedContainer [2021-09-24T13:41:00.257Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:00.257Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-24T13:41:00.257Z] === RUN TestRenameStoppedContainer [2021-09-24T13:41:00.833Z] --- PASS: TestServiceUpdateNetwork (13.40s) [2021-09-24T13:41:00.833Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:41:00.833Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-24T13:41:01.407Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-24T13:41:01.897Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.46s) [2021-09-24T13:41:01.897Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:41:02.479Z] --- PASS: TestRenameStoppedContainer (2.15s) [2021-09-24T13:41:02.479Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:41:02.986Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-24T13:41:03.246Z] === RUN TestInspectNetwork/full_network_id [2021-09-24T13:41:03.246Z] === RUN TestInspectNetwork/partial_network_id [2021-09-24T13:41:03.246Z] === RUN TestInspectNetwork/network_name [2021-09-24T13:41:03.246Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-24T13:41:03.506Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-24T13:41:04.076Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-24T13:41:04.336Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-24T13:41:04.538Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-24T13:41:04.538Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-24T13:41:04.538Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-24T13:41:04.538Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-24T13:41:04.538Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-09-24T13:41:04.538Z] remote: Enumerating objects: 23, done. [2021-09-24T13:41:04.538Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-09-24T13:41:04.538Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-09-24T13:41:04.538Z] Receiving objects: 4% (1/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-09-24T13:41:04.538Z] Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 5.08 MiB/s, done. [2021-09-24T13:41:04.538Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-09-24T13:41:04.538Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-09-24T13:41:04.792Z] --- PASS: TestRemoveContainerWithVolume (2.52s) [2021-09-24T13:41:04.792Z] === RUN TestRemoveContainerRunning [2021-09-24T13:41:04.907Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-24T13:41:04.907Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-24T13:41:05.439Z] --- PASS: TestRenameRunningContainerAndReuse (2.96s) [2021-09-24T13:41:05.439Z] === RUN TestRenameInvalidName [2021-09-24T13:41:05.847Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-24T13:41:06.107Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-24T13:41:06.367Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-24T13:41:06.941Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-24T13:41:06.960Z] --- PASS: TestRemoveContainerRunning (2.46s) [2021-09-24T13:41:06.960Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:41:07.008Z] --- PASS: TestRenameInvalidName (1.51s) [2021-09-24T13:41:07.008Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:41:07.201Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-24T13:41:07.461Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-24T13:41:07.721Z] --- PASS: TestInspectNetwork (7.79s) [2021-09-24T13:41:07.721Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-24T13:41:07.721Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-24T13:41:07.721Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-24T13:41:07.721Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-24T13:41:07.721Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:41:08.292Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-24T13:41:08.730Z] Cross building: bundles/cross/linux/ppc64le [2021-09-24T13:41:08.730Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-24T13:41:08.730Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-24T13:41:09.554Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-24T13:41:09.677Z] --- PASS: TestRunContainerWithBridgeNone (2.07s) [2021-09-24T13:41:09.677Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:41:09.677Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:41:09.677Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:41:09.677Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:41:09.677Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:41:09.677Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:41:09.677Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:41:09.677Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:41:09.677Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:41:09.677Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:41:09.677Z] === RUN TestNetworkList [2021-09-24T13:41:09.677Z] === RUN TestNetworkList//networks [2021-09-24T13:41:09.677Z] === PAUSE TestNetworkList//networks [2021-09-24T13:41:09.677Z] === RUN TestNetworkList//networks/ [2021-09-24T13:41:09.677Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:41:09.677Z] === CONT TestNetworkList//networks [2021-09-24T13:41:09.677Z] === CONT TestNetworkList//networks/ [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkList (0.02s) [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:41:09.677Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:41:09.677Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:41:09.849Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.45s) [2021-09-24T13:41:09.849Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:41:09.849Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-24T13:41:09.849Z] === RUN TestRenameLinkedContainer [2021-09-24T13:41:09.849Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:09.849Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-24T13:41:09.849Z] === RUN TestRenameStoppedContainer [2021-09-24T13:41:10.247Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-09-24T13:41:10.247Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:41:10.818Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-24T13:41:10.818Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-09-24T13:41:11.387Z] --- PASS: TestDaemonRestartWithLiveRestore (1.10s) [2021-09-24T13:41:11.387Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:41:11.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-09-24T13:41:12.014Z] --- PASS: TestRenameStoppedContainer (2.49s) [2021-09-24T13:41:12.014Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:41:12.217Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2021-09-24T13:41:12.217Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:41:13.599Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-09-24T13:41:13.599Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:41:14.255Z] --- PASS: TestRenameAnonymousContainer (7.16s) [2021-09-24T13:41:14.255Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:41:14.540Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-09-24T13:41:14.540Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:41:15.507Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-09-24T13:41:15.507Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:41:15.507Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-24T13:41:15.824Z] --- PASS: TestRenameContainerWithSameName (1.58s) [2021-09-24T13:41:15.824Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:41:15.824Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:15.824Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:41:15.824Z] === RUN TestResize [2021-09-24T13:41:16.147Z] --- PASS: TestServiceUpdatePidsLimit (16.68s) [2021-09-24T13:41:16.147Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-09-24T13:41:16.147Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.93s) [2021-09-24T13:41:16.147Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.93s) [2021-09-24T13:41:16.147Z] PASS [2021-09-24T13:41:16.147Z] [2021-09-24T13:41:16.147Z] === Skipped [2021-09-24T13:41:16.147Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-24T13:41:16.147Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:41:16.147Z] [2021-09-24T13:41:16.147Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-09-24T13:41:16.147Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-24T13:41:16.147Z] [2021-09-24T13:41:16.147Z] DONE 27 tests, 2 skipped in 147.656s [2021-09-24T13:41:16.147Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] ++ set -e [2021-09-24T13:41:16.147Z] ++ '[' -n 0 ']' [2021-09-24T13:41:16.147Z] ++ set -x [2021-09-24T13:41:16.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] INFO: Testing against a local daemon [2021-09-24T13:41:16.147Z] === RUN TestSessionCreate [2021-09-24T13:41:16.147Z] --- PASS: TestSessionCreate (0.04s) [2021-09-24T13:41:16.147Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:41:16.147Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-09-24T13:41:16.147Z] PASS [2021-09-24T13:41:16.147Z] [2021-09-24T13:41:16.147Z] DONE 2 tests in 0.247s [2021-09-24T13:41:16.147Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] ++ set -e [2021-09-24T13:41:16.147Z] ++ '[' -n 0 ']' [2021-09-24T13:41:16.147Z] ++ set -x [2021-09-24T13:41:16.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:16.147Z] INFO: Testing against a local daemon [2021-09-24T13:41:16.147Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:41:16.147Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:41:16.147Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:41:16.147Z] === RUN TestDiskUsage [2021-09-24T13:41:16.147Z] === PAUSE TestDiskUsage [2021-09-24T13:41:16.147Z] === RUN TestEventsExecDie [2021-09-24T13:41:16.684Z] --- PASS: TestRenameRunningContainerAndReuse (4.86s) [2021-09-24T13:41:16.684Z] === RUN TestRenameInvalidName [2021-09-24T13:41:17.093Z] --- PASS: TestEventsExecDie (0.76s) [2021-09-24T13:41:17.093Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:41:17.093Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-09-24T13:41:17.093Z] === RUN TestEventsVolumeCreate [2021-09-24T13:41:17.093Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-09-24T13:41:17.093Z] === RUN TestInfoBinaryCommits [2021-09-24T13:41:17.093Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-09-24T13:41:17.093Z] === RUN TestInfoAPIVersioned [2021-09-24T13:41:17.093Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-24T13:41:17.093Z] === RUN TestInfoDiscoveryBackend [2021-09-24T13:41:17.394Z] --- PASS: TestResize (1.52s) [2021-09-24T13:41:17.394Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:41:17.667Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-09-24T13:41:17.667Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-24T13:41:18.079Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s) [2021-09-24T13:41:18.079Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:41:18.079Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:41:18.079Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:41:18.079Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:41:18.344Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-24T13:41:18.344Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-24T13:41:18.344Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-24T13:41:18.344Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-24T13:41:18.604Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-24T13:41:18.864Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-24T13:41:18.963Z] --- PASS: TestResizeWithInvalidSize (1.45s) [2021-09-24T13:41:18.963Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:41:19.054Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-24T13:41:19.054Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-24T13:41:19.325Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-09-24T13:41:19.325Z] === RUN TestInfoAPI [2021-09-24T13:41:19.325Z] --- PASS: TestInfoAPI (0.04s) [2021-09-24T13:41:19.325Z] === RUN TestInfoAPIWarnings [2021-09-24T13:41:19.576Z] --- PASS: TestRenameInvalidName (2.46s) [2021-09-24T13:41:19.576Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:41:19.820Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-24T13:41:21.190Z] --- PASS: TestResizeWhenContainerNotStarted (2.19s) [2021-09-24T13:41:21.190Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:41:21.190Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:21.190Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:41:21.190Z] === RUN TestStats [2021-09-24T13:41:21.190Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:41:21.190Z] --- SKIP: TestStats (0.00s) [2021-09-24T13:41:21.190Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:41:21.203Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-24T13:41:23.746Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-24T13:41:24.007Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-24T13:41:24.267Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-24T13:41:25.962Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.02s) [2021-09-24T13:41:25.963Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:41:25.963Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:41:25.963Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-24T13:41:25.963Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:41:29.912Z] --- PASS: TestRenameAnonymousContainer (9.45s) [2021-09-24T13:41:29.912Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:41:31.439Z] --- PASS: TestRenameContainerWithSameName (2.44s) [2021-09-24T13:41:31.439Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:41:31.439Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:31.439Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:41:31.439Z] === RUN TestResize [2021-09-24T13:41:32.399Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-24T13:41:33.605Z] --- PASS: TestResize (2.48s) [2021-09-24T13:41:33.605Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:41:33.866Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-24T13:41:33.866Z] --- PASS: TestServiceWithDataPathPortInit (15.72s) [2021-09-24T13:41:33.866Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:41:34.437Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-24T13:41:36.496Z] --- PASS: TestResizeWithInvalidSize (2.43s) [2021-09-24T13:41:36.496Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:41:36.978Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-24T13:41:36.979Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-24T13:41:36.979Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-24T13:41:36.979Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i3tv9m72g2fcycjdmjrd7bk9w Created:2021-09-24 13:41:35.222223185 +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[0acb66a9399d8ad1427c2984d4a3bf79e6dc865198857b5b623694cbf4426b0c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4j7xjiq1o50colr51ftgfzf1x EndpointID:635f25ef8cdbab15df290f89573e13a44cca753a3bd9e303c8a066902c73ceec MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d6c7b35f796de6040f8ea1096ed8efb81465d2640c4d3e5bd058bdf2f20b5ff5 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:62dd57b76444 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4j7xjiq1o50colr51ftgfzf1x EndpointID:635f25ef8cdbab15df290f89573e13a44cca753a3bd9e303c8a066902c73ceec EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-24T13:41:37.460Z] --- PASS: TestInfoAPIWarnings (16.38s) [2021-09-24T13:41:37.460Z] === RUN TestInfoDebug [2021-09-24T13:41:37.460Z] --- PASS: TestInfoDebug (0.54s) [2021-09-24T13:41:37.460Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:41:37.460Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-09-24T13:41:37.460Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:41:37.460Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-24T13:41:37.460Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:41:37.460Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-09-24T13:41:37.460Z] === RUN TestPingCacheHeaders [2021-09-24T13:41:37.460Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-24T13:41:37.460Z] === RUN TestPingGet [2021-09-24T13:41:37.460Z] --- PASS: TestPingGet (0.03s) [2021-09-24T13:41:37.460Z] === RUN TestPingHead [2021-09-24T13:41:37.460Z] --- PASS: TestPingHead (0.04s) [2021-09-24T13:41:37.460Z] === RUN TestVersion [2021-09-24T13:41:37.460Z] --- PASS: TestVersion (0.03s) [2021-09-24T13:41:37.460Z] === CONT TestDiskUsage [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/container_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/image_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/volume_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-24T13:41:38.034Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-24T13:41:38.295Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-24T13:41:38.296Z] === RUN TestDiskUsage/after_container.Run [2021-09-24T13:41:38.663Z] --- PASS: TestResizeWhenContainerNotStarted (2.47s) [2021-09-24T13:41:38.663Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:41:38.663Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:38.663Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:41:38.663Z] === RUN TestStats [2021-09-24T13:41:38.663Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:41:38.663Z] --- SKIP: TestStats (0.00s) [2021-09-24T13:41:38.663Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-24T13:41:38.870Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage (1.45s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run (0.44s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-24T13:41:39.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:41:39.132Z] PASS [2021-09-24T13:41:39.132Z] [2021-09-24T13:41:39.132Z] === Skipped [2021-09-24T13:41:39.132Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:41:39.132Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:41:39.132Z] [2021-09-24T13:41:39.132Z] DONE 53 tests, 1 skipped in 22.914s [2021-09-24T13:41:39.132Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-24T13:41:39.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:39.132Z] ++ set -e [2021-09-24T13:41:39.132Z] ++ '[' -n 0 ']' [2021-09-24T13:41:39.132Z] ++ set -x [2021-09-24T13:41:39.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-09-24T13:41:39.132Z] INFO: Testing against a local daemon [2021-09-24T13:41:39.132Z] === RUN TestVolumesCreateAndList [2021-09-24T13:41:39.132Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-24T13:41:39.132Z] === RUN TestVolumesRemove [2021-09-24T13:41:39.394Z] --- PASS: TestVolumesRemove (0.08s) [2021-09-24T13:41:39.394Z] === RUN TestVolumesInspect [2021-09-24T13:41:39.394Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-24T13:41:39.394Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:41:39.394Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:41:39.394Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:41:39.394Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:41:39.394Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-09-24T13:41:39.394Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:41:39.394Z] PASS [2021-09-24T13:41:39.394Z] [2021-09-24T13:41:39.394Z] DONE 5 tests in 0.299s [2021-09-24T13:41:39.394Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T13:41:39.520Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-24T13:41:39.656Z] ++++ cat bundles/test-integration/docker.pid [2021-09-24T13:41:39.656Z] +++ kill 15095 [2021-09-24T13:41:39.780Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-24T13:41:40.231Z] +++ /etc/init.d/apparmor stop [2021-09-24T13:41:40.231Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T13:41:40.231Z] [2021-09-24T13:41:40.231Z] Unloading profiles will leave already running processes permanently [2021-09-24T13:41:40.231Z] unconfined, which can lead to unexpected situations. [2021-09-24T13:41:40.231Z] [2021-09-24T13:41:40.231Z] To set a process to complain mode, use the command line tool [2021-09-24T13:41:40.231Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T13:41:40.231Z] +++ true [2021-09-24T13:41:40.231Z] exiting test-integration [2021-09-24T13:41:40.231Z] ++ exit 0 [2021-09-24T13:41:40.231Z] Post stage [Pipeline] junit [2021-09-24T13:41:41.635Z] Recording test results [2021-09-24T13:41:41.690Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-24T13:41:41.690Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-24T13:41:41.690Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.81s) [2021-09-24T13:41:41.690Z] PASS [2021-09-24T13:41:41.690Z] [2021-09-24T13:41:41.690Z] === Skipped [2021-09-24T13:41:41.690Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:41:41.690Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:41:41.690Z] [2021-09-24T13:41:41.690Z] DONE 26 tests, 1 skipped in 49.455s [2021-09-24T13:41:41.690Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:41:41.690Z] ++ 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-09-24T13:41:41.690Z] ++ set -e [2021-09-24T13:41:41.690Z] ++ '[' -n 0 ']' [2021-09-24T13:41:41.690Z] ++ set -x [2021-09-24T13:41:41.690Z] ++ 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-09-24T13:41:41.690Z] INFO: Testing against a local daemon [2021-09-24T13:41:41.690Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-24T13:41:41.690Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:41:41.690Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:41:41.690Z] === RUN TestDockerNetworkIpvlan [2021-09-24T13:41:41.690Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:41:41.690Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:41:41.690Z] PASS [2021-09-24T13:41:41.690Z] [2021-09-24T13:41:41.690Z] === Skipped [2021-09-24T13:41:41.690Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-24T13:41:41.690Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:41:41.690Z] [2021-09-24T13:41:41.690Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-24T13:41:41.690Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-24T13:41:41.690Z] [2021-09-24T13:41:41.690Z] DONE 2 tests, 2 skipped in 0.164s [2021-09-24T13:41:41.690Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-24T13:41:41.690Z] ++ 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-09-24T13:41:41.690Z] ++ set -e [2021-09-24T13:41:41.690Z] ++ '[' -n 0 ']' [2021-09-24T13:41:41.690Z] ++ set -x [2021-09-24T13:41:41.690Z] ++ 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-09-24T13:41:41.912Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-09-24T13:41:41.952Z] INFO: Testing against a local daemon [2021-09-24T13:41:41.952Z] === RUN TestDockerNetworkMacvlanPersistance [Pipeline] // stage Post stage [Pipeline] sh [2021-09-24T13:41:42.265Z] + echo Ensuring container killed. [2021-09-24T13:41:42.265Z] Ensuring container killed. [2021-09-24T13:41:42.265Z] + docker rm -vf docker-pr2 [2021-09-24T13:41:42.265Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-09-24T13:41:42.559Z] + echo Chowning /workspace to jenkins user [2021-09-24T13:41:42.559Z] Chowning /workspace to jenkins user [2021-09-24T13:41:42.559Z] + id -u [2021-09-24T13:41:42.559Z] + id -g [2021-09-24T13:41:42.559Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [2021-09-24T13:41:43.337Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-24T13:41:43.337Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2021-09-24T13:41:43.337Z] === RUN TestDockerNetworkMacvlan [2021-09-24T13:41:43.597Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-24T13:41:44.168Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-24T13:41:44.429Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-24T13:41:45.000Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-24T13:41:45.000Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-24T13:41:45.709Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.25s) [2021-09-24T13:41:45.709Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:41:45.709Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:41:45.709Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-24T13:41:45.709Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:41:45.942Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-24T13:41:46.515Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-24T13:41:46.776Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-24T13:41:46.776Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T13:41:47.039Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-24T13:41:47.078Z] + bundleName=arm64-integration [2021-09-24T13:41:47.078Z] + echo Creating arm64-integration-bundles.tar.gz [2021-09-24T13:41:47.078Z] Creating arm64-integration-bundles.tar.gz [2021-09-24T13:41:47.078Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-09-24T13:41:47.078Z] + 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-09-24T13:41:47.355Z] Archiving artifacts [2021-09-24T13:41:47.388Z] --- PASS: TestUpdateRestartPolicy (19.57s) [2021-09-24T13:41:47.388Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:41:47.388Z] --- PASS: TestUpdateRestartWithAutoRemove (1.52s) [2021-09-24T13:41:47.388Z] === RUN TestWaitNonBlocked [2021-09-24T13:41:47.388Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:41:47.388Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:41:47.388Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:41:47.388Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:41:47.388Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:41:47.388Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:41:47.611Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-24T13:41:47.872Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-24T13:41:48.133Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-24T13:41:49.601Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-09-24T13:41:49.616Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-24T13:41:49.616Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.24s) [2021-09-24T13:41:49.616Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.32s) [2021-09-24T13:41:49.616Z] === RUN TestWaitBlocked [2021-09-24T13:41:49.616Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:41:49.616Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-24T13:41:49.616Z] PASS [2021-09-24T13:41:49.616Z] ok github.com/docker/docker/integration/container 71.658s [2021-09-24T13:41:49.616Z] [2021-09-24T13:41:49.616Z] === Skipped [2021-09-24T13:41:49.616Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-24T13:41:49.616Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:41:49.616Z] [2021-09-24T13:41:49.616Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-24T13:41:49.617Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:41:49.617Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:41:49.617Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:41:49.617Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:41:49.617Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:41:49.617Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-24T13:41:49.617Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:41:49.617Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-24T13:41:49.617Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-24T13:41:49.617Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-24T13:41:49.617Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:41:49.617Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-24T13:41:49.617Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-24T13:41:49.617Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:41:49.617Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:41:49.617Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:41:49.617Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-24T13:41:49.617Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-24T13:41:49.617Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-24T13:41:49.617Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-24T13:41:49.617Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-24T13:41:49.617Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:41:49.617Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:41:49.617Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-24T13:41:49.617Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-24T13:41:49.617Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-24T13:41:49.617Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:41:49.617Z] [2021-09-24T13:41:49.617Z] DONE 87 tests, 33 skipped in 73.482s [2021-09-24T13:41:49.617Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [Pipeline] sh [2021-09-24T13:41:49.922Z] + make clean [2021-09-24T13:41:50.046Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-24T13:41:50.306Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-24T13:41:50.306Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-24T13:41:50.496Z] docker volume rm -f docker-dev-cache [2021-09-24T13:41:50.496Z] docker-dev-cache [Pipeline] deleteDir [2021-09-24T13:41:52.851Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-24T13:41:53.795Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-24T13:41:54.366Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-24T13:41:55.749Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan (12.16s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.12s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.18s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.79s) [2021-09-24T13:41:55.749Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2021-09-24T13:41:55.749Z] PASS [2021-09-24T13:41:55.749Z] [2021-09-24T13:41:55.749Z] DONE 8 tests in 13.720s [2021-09-24T13:41:55.749Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-24T13:41:55.749Z] ++ 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-09-24T13:41:55.749Z] ++ set -e [2021-09-24T13:41:55.749Z] ++ '[' -n 0 ']' [2021-09-24T13:41:55.749Z] ++ set -x [2021-09-24T13:41:55.749Z] ++ 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-09-24T13:41:55.749Z] testing: warning: no tests to run [2021-09-24T13:41:55.749Z] PASS [2021-09-24T13:41:55.749Z] [2021-09-24T13:41:55.749Z] DONE 0 tests in 0.063s [2021-09-24T13:41:55.749Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-24T13:41:55.749Z] ++ 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-09-24T13:41:55.749Z] ++ set -e [2021-09-24T13:41:55.749Z] ++ '[' -n 0 ']' [2021-09-24T13:41:55.749Z] ++ set -x [2021-09-24T13:41:55.749Z] ++ 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-09-24T13:41:55.749Z] INFO: Testing against a local daemon [2021-09-24T13:41:55.749Z] === RUN TestAuthZPluginAllowRequest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T13:41:56.320Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-24T13:41:57.261Z] --- PASS: TestAuthZPluginAllowRequest (1.42s) [2021-09-24T13:41:57.261Z] === RUN TestAuthZPluginTLS [2021-09-24T13:41:57.522Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-24T13:41:57.783Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-09-24T13:41:57.783Z] === RUN TestAuthZPluginDenyRequest [2021-09-24T13:41:57.783Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-24T13:41:58.378Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-09-24T13:41:58.378Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-24T13:41:58.949Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2021-09-24T13:41:58.949Z] === RUN TestAuthZPluginDenyResponse [2021-09-24T13:41:59.520Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-09-24T13:41:59.520Z] === RUN TestAuthZPluginAllowEventStream [2021-09-24T13:41:59.780Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-09-24T13:42:00.352Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-24T13:42:00.925Z] --- PASS: TestAuthZPluginAllowEventStream (1.55s) [2021-09-24T13:42:00.925Z] === RUN TestAuthZPluginErrorResponse [2021-09-24T13:42:01.495Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2021-09-24T13:42:01.495Z] === RUN TestAuthZPluginErrorRequest [2021-09-24T13:42:02.067Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2021-09-24T13:42:02.067Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-24T13:42:02.327Z] docker_api_swarm_test.go:304: [d1849f3c8eb50] joining swarm manager [dab728cae99ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:42:02.587Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-09-24T13:42:02.587Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-24T13:42:03.158Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-24T13:42:03.730Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-24T13:42:03.730Z] docker_api_swarm_test.go:305: [d2feb513106b7] joining swarm manager [dab728cae99ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:42:04.672Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-24T13:42:04.672Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s) [2021-09-24T13:42:04.672Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-24T13:42:04.933Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2021-09-24T13:42:06.315Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) [2021-09-24T13:42:06.315Z] === RUN TestAuthZPluginHeader [2021-09-24T13:42:06.763Z] --- PASS: TestUpdateRestartPolicy (20.96s) [2021-09-24T13:42:06.763Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:42:07.256Z] --- PASS: TestAuthZPluginHeader (0.79s) [2021-09-24T13:42:07.256Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-24T13:42:07.483Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:42:07.483Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:42:07.483Z] === RUN TestDaemonConfigValidation [2021-09-24T13:42:07.483Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-24T13:42:07.483Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:42:07.483Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:42:07.483Z] PASS [2021-09-24T13:42:07.483Z] ok github.com/docker/docker/integration/daemon 0.084s [2021-09-24T13:42:07.483Z] [2021-09-24T13:42:07.483Z] === Skipped [2021-09-24T13:42:07.483Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:42:07.483Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] [2021-09-24T13:42:07.483Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-24T13:42:07.483Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] [2021-09-24T13:42:07.483Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:42:07.483Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:42:07.483Z] [2021-09-24T13:42:07.484Z] DONE 3 tests, 3 skipped in 17.959s [2021-09-24T13:42:07.484Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-24T13:42:08.290Z] --- PASS: TestUpdateRestartWithAutoRemove (2.41s) [2021-09-24T13:42:08.290Z] === RUN TestWaitNonBlocked [2021-09-24T13:42:08.290Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:42:08.290Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:42:08.290Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:42:08.290Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:42:08.290Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:42:08.290Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:42:09.053Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:09.053Z] INFO: Testing against a local daemon [2021-09-24T13:42:09.053Z] === RUN TestCommitInheritsEnv [2021-09-24T13:42:09.053Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:09.053Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-24T13:42:09.053Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:42:09.053Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:42:09.053Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:42:09.053Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:42:09.053Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-09-24T13:42:09.053Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:42:09.053Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-24T13:42:09.053Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:42:10.043Z] --- PASS: TestRemoveImageOrphaning (0.81s) [2021-09-24T13:42:10.043Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:42:10.043Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-24T13:42:10.043Z] === RUN TestTagInvalidReference [2021-09-24T13:42:10.043Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-24T13:42:10.043Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:42:10.043Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-24T13:42:10.043Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:42:10.043Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-24T13:42:10.043Z] === RUN TestTagOfficialNames [2021-09-24T13:42:10.043Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-24T13:42:10.043Z] === RUN TestTagMatchesDigest [2021-09-24T13:42:10.043Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-24T13:42:10.043Z] PASS [2021-09-24T13:42:10.043Z] ok github.com/docker/docker/integration/image 1.136s [2021-09-24T13:42:10.512Z] [2021-09-24T13:42:10.512Z] === Skipped [2021-09-24T13:42:10.512Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-24T13:42:10.512Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:10.512Z] [2021-09-24T13:42:10.512Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:42:10.512Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:42:10.512Z] [2021-09-24T13:42:10.512Z] DONE 11 tests, 2 skipped in 3.188s [2021-09-24T13:42:10.982Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-24T13:42:11.455Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.70s) [2021-09-24T13:42:11.455Z] === RUN TestAuthZPluginV2Disable [2021-09-24T13:42:11.455Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-24T13:42:12.008Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-24T13:42:12.008Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.05s) [2021-09-24T13:42:12.008Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.55s) [2021-09-24T13:42:12.008Z] === RUN TestWaitBlocked [2021-09-24T13:42:12.008Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.008Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-24T13:42:12.008Z] PASS [2021-09-24T13:42:12.008Z] ok github.com/docker/docker/integration/container 92.721s [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === Skipped [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-24T13:42:12.008Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-24T13:42:12.008Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:42:12.008Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:42:12.008Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:42:12.008Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:42:12.008Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:42:12.008Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-24T13:42:12.008Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:42:12.008Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-24T13:42:12.008Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2021-09-24T13:42:12.008Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-24T13:42:12.008Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-24T13:42:12.008Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:42:12.008Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-24T13:42:12.008Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-24T13:42:12.008Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:42:12.008Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:42:12.008Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:42:12.008Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-24T13:42:12.008Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-24T13:42:12.008Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-24T13:42:12.008Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-24T13:42:12.008Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-24T13:42:12.008Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:42:12.008Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:42:12.008Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-24T13:42:12.008Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-24T13:42:12.008Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-24T13:42:12.008Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.008Z] [2021-09-24T13:42:12.008Z] DONE 87 tests, 34 skipped in 94.659s [2021-09-24T13:42:12.008Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-24T13:42:12.551Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:12.551Z] INFO: Testing against a local daemon [2021-09-24T13:42:12.551Z] === RUN TestNetworkCreateDelete [2021-09-24T13:42:12.551Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.551Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:42:12.551Z] 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-09-24T13:42:12.551Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonDNSFallback [2021-09-24T13:42:12.551Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestInspectNetwork [2021-09-24T13:42:12.551Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:12.551Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:42:12.551Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:12.551Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:42:12.551Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:12.551Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:12.551Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:12.551Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:12.551Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:12.551Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:12.551Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:12.551Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:12.551Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestNetworkList [2021-09-24T13:42:12.551Z] === RUN TestNetworkList//networks [2021-09-24T13:42:12.551Z] === PAUSE TestNetworkList//networks [2021-09-24T13:42:12.551Z] === RUN TestNetworkList//networks/ [2021-09-24T13:42:12.551Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:42:12.551Z] === CONT TestNetworkList//networks [2021-09-24T13:42:12.551Z] === CONT TestNetworkList//networks/ [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkList (0.02s) [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:42:12.551Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:42:12.551Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:42:12.551Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:42:12.551Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:42:12.551Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:42:12.551Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:42:12.551Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:42:12.551Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:42:12.551Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:42:12.551Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:42:12.551Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:42:12.551Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:42:12.551Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:42:12.551Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:42:12.551Z] PASS [2021-09-24T13:42:12.551Z] ok github.com/docker/docker/integration/network 0.122s [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === Skipped [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-24T13:42:13.021Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:42:13.021Z] 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-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-24T13:42:13.021Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-24T13:42:13.021Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:42:13.021Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:42:13.021Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:42:13.021Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:42:13.021Z] [2021-09-24T13:42:13.021Z] DONE 22 tests, 15 skipped in 2.023s [2021-09-24T13:42:13.021Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-24T13:42:13.491Z] testing: warning: no tests to run [2021-09-24T13:42:13.491Z] PASS [2021-09-24T13:42:13.491Z] ok github.com/docker/docker/integration/network/ipvlan 0.050s [2021-09-24T13:42:13.491Z] [2021-09-24T13:42:13.491Z] DONE 0 tests in 0.500s [2021-09-24T13:42:13.491Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-24T13:42:14.002Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-09-24T13:42:14.003Z] --- PASS: TestAuthZPluginV2Disable (3.20s) [2021-09-24T13:42:14.003Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-24T13:42:14.479Z] testing: warning: no tests to run [2021-09-24T13:42:14.479Z] PASS [2021-09-24T13:42:14.479Z] ok github.com/docker/docker/integration/network/macvlan 0.050s [2021-09-24T13:42:14.479Z] [2021-09-24T13:42:14.479Z] DONE 0 tests in 0.815s [2021-09-24T13:42:14.479Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-24T13:42:14.949Z] testing: warning: no tests to run [2021-09-24T13:42:14.949Z] PASS [2021-09-24T13:42:14.949Z] ok github.com/docker/docker/integration/plugin 0.053s [2021-09-24T13:42:14.949Z] [2021-09-24T13:42:14.949Z] DONE 0 tests in 0.508s [2021-09-24T13:42:14.949Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-24T13:42:15.384Z] === RUN TestDockerSuite/TestBuildRm [2021-09-24T13:42:15.418Z] testing: warning: no tests to run [2021-09-24T13:42:15.418Z] PASS [2021-09-24T13:42:15.418Z] ok github.com/docker/docker/integration/plugin/authz 0.048s [2021-09-24T13:42:15.418Z] [2021-09-24T13:42:15.418Z] DONE 0 tests in 0.592s [2021-09-24T13:42:15.888Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-24T13:42:17.293Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.01s) [2021-09-24T13:42:17.293Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-24T13:42:17.565Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-24T13:42:18.147Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-24T13:42:19.532Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-24T13:42:19.532Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-24T13:42:19.689Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:19.689Z] INFO: Testing against a local daemon [2021-09-24T13:42:19.689Z] === RUN TestPluginInvalidJSON [2021-09-24T13:42:19.689Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:19.689Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:19.689Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:19.689Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-09-24T13:42:19.689Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:42:19.689Z] === RUN TestPluginInstall [2021-09-24T13:42:19.689Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:42:19.689Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-24T13:42:19.689Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:42:19.690Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:42:19.690Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-24T13:42:19.690Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:42:19.690Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:42:19.690Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:42:19.690Z] PASS [2021-09-24T13:42:19.690Z] ok github.com/docker/docker/integration/plugin/common 0.086s [2021-09-24T13:42:19.690Z] [2021-09-24T13:42:19.690Z] === Skipped [2021-09-24T13:42:19.690Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-24T13:42:19.690Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:42:19.690Z] [2021-09-24T13:42:19.690Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-24T13:42:19.690Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:42:19.690Z] [2021-09-24T13:42:19.690Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:42:19.690Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:42:19.690Z] [2021-09-24T13:42:19.690Z] DONE 5 tests, 3 skipped in 4.070s [2021-09-24T13:42:19.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-24T13:42:20.102Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-24T13:42:21.043Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-24T13:42:21.304Z] docker_api_swarm_test.go:364: Waiting for possible election... [2021-09-24T13:42:22.246Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-24T13:42:22.661Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:22.661Z] INFO: Testing against a local daemon [2021-09-24T13:42:22.661Z] === RUN TestExternalGraphDriver [2021-09-24T13:42:22.661Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:42:22.661Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-24T13:42:22.661Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:42:22.661Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:42:22.661Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:42:22.661Z] PASS [2021-09-24T13:42:22.661Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.085s [2021-09-24T13:42:22.661Z] [2021-09-24T13:42:22.661Z] === Skipped [2021-09-24T13:42:22.661Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-24T13:42:22.661Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:42:22.661Z] [2021-09-24T13:42:22.661Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:42:22.661Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:42:22.661Z] [2021-09-24T13:42:22.661Z] DONE 2 tests, 2 skipped in 2.950s [2021-09-24T13:42:22.661Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-24T13:42:23.631Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-24T13:42:24.233Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:24.234Z] INFO: Testing against a local daemon [2021-09-24T13:42:24.234Z] === RUN TestReadPluginNoRead [2021-09-24T13:42:24.234Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:42:24.234Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-24T13:42:24.234Z] PASS [2021-09-24T13:42:24.234Z] ok github.com/docker/docker/integration/plugin/logging 0.065s [2021-09-24T13:42:24.704Z] [2021-09-24T13:42:24.704Z] === Skipped [2021-09-24T13:42:24.704Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-24T13:42:24.704Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:42:24.704Z] [2021-09-24T13:42:24.704Z] DONE 1 tests, 1 skipped in 1.710s [2021-09-24T13:42:24.704Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-24T13:42:25.693Z] testing: warning: no tests to run [2021-09-24T13:42:25.693Z] PASS [2021-09-24T13:42:25.693Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.050s [2021-09-24T13:42:25.693Z] [2021-09-24T13:42:25.693Z] DONE 0 tests in 0.970s [2021-09-24T13:42:25.693Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-24T13:42:26.929Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-24T13:42:27.189Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-24T13:42:27.263Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:27.263Z] INFO: Testing against a local daemon [2021-09-24T13:42:27.263Z] === RUN TestPluginWithDevMounts [2021-09-24T13:42:27.263Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:27.263Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-24T13:42:27.263Z] PASS [2021-09-24T13:42:27.263Z] ok github.com/docker/docker/integration/plugin/volumes 0.067s [2021-09-24T13:42:27.263Z] [2021-09-24T13:42:27.263Z] === Skipped [2021-09-24T13:42:27.263Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-24T13:42:27.263Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:27.263Z] [2021-09-24T13:42:27.263Z] DONE 1 tests, 1 skipped in 1.741s [2021-09-24T13:42:27.450Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-24T13:42:27.450Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-24T13:42:27.450Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-24T13:42:27.710Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-24T13:42:27.734Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-24T13:42:28.283Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-24T13:42:28.544Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-24T13:42:29.304Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:29.304Z] INFO: Testing against a local daemon [2021-09-24T13:42:29.304Z] === RUN TestSecretInspect [2021-09-24T13:42:29.304Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-24T13:42:29.304Z] === RUN TestSecretList [2021-09-24T13:42:29.304Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] --- SKIP: TestSecretList (0.00s) [2021-09-24T13:42:29.304Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:42:29.304Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:42:29.304Z] === RUN TestSecretsUpdate [2021-09-24T13:42:29.304Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-24T13:42:29.304Z] === RUN TestTemplatedSecret [2021-09-24T13:42:29.304Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-24T13:42:29.304Z] === RUN TestSecretCreateResolve [2021-09-24T13:42:29.304Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:29.304Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-24T13:42:29.304Z] PASS [2021-09-24T13:42:29.304Z] ok github.com/docker/docker/integration/secret 0.078s [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === Skipped [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-24T13:42:29.304Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:29.304Z] [2021-09-24T13:42:29.304Z] DONE 6 tests, 6 skipped in 1.873s [2021-09-24T13:42:29.304Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-24T13:42:29.483Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-24T13:42:29.680Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:42:29.680Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:42:29.680Z] === RUN TestDaemonConfigValidation [2021-09-24T13:42:29.680Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-24T13:42:29.680Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:42:29.680Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:42:29.680Z] PASS [2021-09-24T13:42:29.680Z] ok github.com/docker/docker/integration/daemon 0.082s [2021-09-24T13:42:29.680Z] [2021-09-24T13:42:29.680Z] === Skipped [2021-09-24T13:42:29.680Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:42:29.680Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] [2021-09-24T13:42:29.680Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-24T13:42:29.680Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] [2021-09-24T13:42:29.680Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:42:29.680Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:42:29.680Z] [2021-09-24T13:42:29.680Z] DONE 3 tests, 3 skipped in 17.174s [2021-09-24T13:42:29.680Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-24T13:42:29.744Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.60s) [2021-09-24T13:42:29.745Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-24T13:42:30.641Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:30.641Z] INFO: Testing against a local daemon [2021-09-24T13:42:30.641Z] === RUN TestCommitInheritsEnv [2021-09-24T13:42:30.641Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:30.641Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-24T13:42:30.641Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:42:30.641Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:42:30.641Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:42:30.641Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:42:30.641Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-09-24T13:42:30.641Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:42:30.641Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-24T13:42:30.641Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:42:31.581Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:31.581Z] INFO: Testing against a local daemon [2021-09-24T13:42:31.581Z] === RUN TestServiceCreateInit [2021-09-24T13:42:31.581Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:42:31.581Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:42:31.581Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:42:31.581Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceConflict [2021-09-24T13:42:31.581Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:42:31.581Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-09-24T13:42:31.581Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:42:31.581Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:42:31.581Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:42:31.581Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceSysctls [2021-09-24T13:42:31.581Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-09-24T13:42:31.581Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:42:31.581Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-24T13:42:31.581Z] === RUN TestInspect [2021-09-24T13:42:31.581Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestInspect (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestCreateJob [2021-09-24T13:42:31.581Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestCreateJob (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestReplicatedJob [2021-09-24T13:42:31.581Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:42:31.581Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServiceListWithStatuses [2021-09-24T13:42:31.581Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:42:31.581Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:42:31.581Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServicePlugin [2021-09-24T13:42:31.581Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:31.581Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServiceUpdateLabel [2021-09-24T13:42:31.581Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:42:31.581Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-09-24T13:42:31.581Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:42:31.581Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:42:31.581Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-24T13:42:31.581Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:42:31.581Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:31.581Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:42:31.581Z] PASS [2021-09-24T13:42:31.582Z] ok github.com/docker/docker/integration/service 0.168s [2021-09-24T13:42:31.602Z] --- PASS: TestRemoveImageOrphaning (0.86s) [2021-09-24T13:42:31.602Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:42:31.602Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-24T13:42:31.602Z] === RUN TestTagInvalidReference [2021-09-24T13:42:31.602Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-24T13:42:31.602Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:42:31.602Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-24T13:42:31.602Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:42:31.602Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-24T13:42:31.602Z] === RUN TestTagOfficialNames [2021-09-24T13:42:31.602Z] --- PASS: TestTagOfficialNames (0.07s) [2021-09-24T13:42:31.602Z] === RUN TestTagMatchesDigest [2021-09-24T13:42:31.602Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-24T13:42:31.602Z] PASS [2021-09-24T13:42:31.602Z] ok github.com/docker/docker/integration/image 1.217s [2021-09-24T13:42:31.602Z] [2021-09-24T13:42:31.602Z] === Skipped [2021-09-24T13:42:31.602Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-24T13:42:31.602Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:31.602Z] [2021-09-24T13:42:31.602Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:42:31.602Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:42:31.602Z] [2021-09-24T13:42:31.602Z] DONE 11 tests, 2 skipped in 2.450s [2021-09-24T13:42:31.602Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === Skipped [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-09-24T13:42:32.051Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.051Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:42:32.051Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.051Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-09-24T13:42:32.052Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-24T13:42:32.052Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-24T13:42:32.052Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-24T13:42:32.052Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-24T13:42:32.052Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-24T13:42:32.052Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-24T13:42:32.052Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:42:32.052Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-24T13:42:32.052Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-24T13:42:32.052Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-24T13:42:32.052Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.01s) [2021-09-24T13:42:32.052Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-24T13:42:32.052Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-24T13:42:32.052Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:42:32.052Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:32.052Z] [2021-09-24T13:42:32.052Z] DONE 24 tests, 23 skipped in 2.467s [2021-09-24T13:42:32.052Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-24T13:42:32.286Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-24T13:42:32.546Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-09-24T13:42:32.806Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-24T13:42:33.132Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:33.132Z] INFO: Testing against a local daemon [2021-09-24T13:42:33.132Z] === RUN TestNetworkCreateDelete [2021-09-24T13:42:33.132Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.132Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:42:33.132Z] 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-09-24T13:42:33.132Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonDNSFallback [2021-09-24T13:42:33.132Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestInspectNetwork [2021-09-24T13:42:33.132Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.132Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:42:33.132Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.132Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:42:33.132Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:33.132Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:33.132Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:33.132Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:33.132Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:33.132Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:33.132Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:42:33.132Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:42:33.132Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestNetworkList [2021-09-24T13:42:33.132Z] === RUN TestNetworkList//networks [2021-09-24T13:42:33.132Z] === PAUSE TestNetworkList//networks [2021-09-24T13:42:33.132Z] === RUN TestNetworkList//networks/ [2021-09-24T13:42:33.132Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:42:33.132Z] === CONT TestNetworkList//networks [2021-09-24T13:42:33.132Z] === CONT TestNetworkList//networks/ [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkList (0.02s) [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:42:33.132Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:42:33.132Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:42:33.132Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:42:33.132Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:42:33.132Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:42:33.132Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:42:33.132Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:42:33.132Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:42:33.132Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:42:33.132Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:42:33.132Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:42:33.132Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:42:33.132Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:42:33.132Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:42:33.132Z] PASS [2021-09-24T13:42:33.132Z] ok github.com/docker/docker/integration/network 0.119s [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === Skipped [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-24T13:42:33.590Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:42:33.590Z] 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-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-24T13:42:33.590Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-24T13:42:33.590Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:42:33.590Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:42:33.590Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:42:33.590Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:42:33.590Z] [2021-09-24T13:42:33.590Z] DONE 22 tests, 15 skipped in 1.674s [2021-09-24T13:42:33.590Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-24T13:42:33.623Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:33.623Z] INFO: Testing against a local daemon [2021-09-24T13:42:33.623Z] === RUN TestSessionCreate [2021-09-24T13:42:33.623Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.623Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-24T13:42:33.623Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:42:33.623Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.623Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:42:33.623Z] PASS [2021-09-24T13:42:33.623Z] ok github.com/docker/docker/integration/session 0.058s [2021-09-24T13:42:33.623Z] [2021-09-24T13:42:33.623Z] === Skipped [2021-09-24T13:42:33.623Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-24T13:42:33.623Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.623Z] [2021-09-24T13:42:33.623Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:42:33.623Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:33.623Z] [2021-09-24T13:42:33.623Z] DONE 2 tests, 2 skipped in 1.462s [2021-09-24T13:42:33.623Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-24T13:42:33.747Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-24T13:42:34.007Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-24T13:42:34.046Z] testing: warning: no tests to run [2021-09-24T13:42:34.046Z] PASS [2021-09-24T13:42:34.046Z] ok github.com/docker/docker/integration/network/ipvlan 0.048s [2021-09-24T13:42:34.046Z] [2021-09-24T13:42:34.046Z] DONE 0 tests in 0.520s [2021-09-24T13:42:34.046Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-24T13:42:34.502Z] testing: warning: no tests to run [2021-09-24T13:42:34.502Z] PASS [2021-09-24T13:42:34.502Z] ok github.com/docker/docker/integration/network/macvlan 0.049s [2021-09-24T13:42:34.502Z] [2021-09-24T13:42:34.502Z] DONE 0 tests in 0.502s [2021-09-24T13:42:34.502Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-24T13:42:34.949Z] docker_api_swarm_test.go:272: [ddcdd72e7f2c1] joining swarm manager [d237a31d07469]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:42:34.949Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-24T13:42:34.958Z] testing: warning: no tests to run [2021-09-24T13:42:34.958Z] PASS [2021-09-24T13:42:34.958Z] ok github.com/docker/docker/integration/plugin 0.049s [2021-09-24T13:42:34.958Z] [2021-09-24T13:42:34.958Z] DONE 0 tests in 0.493s [2021-09-24T13:42:35.192Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:35.192Z] INFO: Testing against a local daemon [2021-09-24T13:42:35.192Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:42:35.192Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:35.192Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestDiskUsage [2021-09-24T13:42:35.192Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:42:35.192Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestEventsExecDie [2021-09-24T13:42:35.192Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:42:35.192Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:42:35.192Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:42:35.192Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestEventsVolumeCreate [2021-09-24T13:42:35.192Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:42:35.192Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestInfoAPI [2021-09-24T13:42:35.192Z] --- PASS: TestInfoAPI (0.04s) [2021-09-24T13:42:35.192Z] === RUN TestInfoAPIWarnings [2021-09-24T13:42:35.192Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:35.192Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestInfoDebug [2021-09-24T13:42:35.192Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:35.192Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:42:35.192Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:35.192Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:42:35.192Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:35.192Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-24T13:42:35.192Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:42:35.413Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-24T13:42:35.869Z] testing: warning: no tests to run [2021-09-24T13:42:35.869Z] PASS [2021-09-24T13:42:35.869Z] ok github.com/docker/docker/integration/plugin/authz 0.047s [2021-09-24T13:42:35.869Z] [2021-09-24T13:42:35.869Z] DONE 0 tests in 0.498s [2021-09-24T13:42:35.869Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-24T13:42:35.888Z] === RUN TestDockerSuite/TestBuildUser [2021-09-24T13:42:36.148Z] docker_api_swarm_test.go:273: [dc7ce7bca7ce1] joining swarm manager [d237a31d07469]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:42:36.183Z] --- PASS: TestLoginFailsWithBadCredentials (0.92s) [2021-09-24T13:42:36.183Z] === RUN TestPingCacheHeaders [2021-09-24T13:42:36.183Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-24T13:42:36.183Z] === RUN TestPingGet [2021-09-24T13:42:36.183Z] --- PASS: TestPingGet (0.02s) [2021-09-24T13:42:36.183Z] === RUN TestPingHead [2021-09-24T13:42:36.183Z] --- PASS: TestPingHead (0.02s) [2021-09-24T13:42:36.183Z] === RUN TestVersion [2021-09-24T13:42:36.183Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:42:36.183Z] PASS [2021-09-24T13:42:36.183Z] ok github.com/docker/docker/integration/system 1.100s [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === Skipped [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:42:36.183Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-24T13:42:36.183Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-24T13:42:36.183Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:42:36.183Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-24T13:42:36.183Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-24T13:42:36.183Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-24T13:42:36.183Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-24T13:42:36.183Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-24T13:42:36.183Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:36.183Z] [2021-09-24T13:42:36.183Z] DONE 15 tests, 9 skipped in 2.492s [2021-09-24T13:42:36.183Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-24T13:42:37.528Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-24T13:42:37.752Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:37.752Z] INFO: Testing against a local daemon [2021-09-24T13:42:37.752Z] === RUN TestVolumesCreateAndList [2021-09-24T13:42:37.752Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-09-24T13:42:37.752Z] === RUN TestVolumesRemove [2021-09-24T13:42:37.752Z] --- PASS: TestVolumesRemove (0.11s) [2021-09-24T13:42:37.752Z] === RUN TestVolumesInspect [2021-09-24T13:42:37.752Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-24T13:42:37.752Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:42:37.752Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:37.752Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:37.752Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:37.752Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-24T13:42:37.752Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:42:37.752Z] PASS [2021-09-24T13:42:37.752Z] ok github.com/docker/docker/integration/volume 0.229s [2021-09-24T13:42:37.752Z] [2021-09-24T13:42:37.752Z] DONE 5 tests in 1.655s [2021-09-24T13:42:37.752Z] INFO: make.ps1 ended at 09/24/2021 13:42:37 [2021-09-24T13:42:37.752Z] INFO: Integration CLI tests being run from the host: [2021-09-24T13:42:37.752Z] 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-09-24T13:42:39.443Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-24T13:42:39.614Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:39.614Z] INFO: Testing against a local daemon [2021-09-24T13:42:39.614Z] === RUN TestPluginInvalidJSON [2021-09-24T13:42:39.614Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:39.614Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:39.614Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:39.614Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-24T13:42:39.614Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:42:39.614Z] === RUN TestPluginInstall [2021-09-24T13:42:39.614Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-24T13:42:39.614Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:42:39.614Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-24T13:42:39.614Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:42:39.614Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:42:39.614Z] PASS [2021-09-24T13:42:39.614Z] ok github.com/docker/docker/integration/plugin/common 0.083s [2021-09-24T13:42:39.614Z] [2021-09-24T13:42:39.614Z] === Skipped [2021-09-24T13:42:39.614Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-24T13:42:39.614Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] [2021-09-24T13:42:39.614Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-24T13:42:39.614Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] [2021-09-24T13:42:39.614Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:42:39.614Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:42:39.614Z] [2021-09-24T13:42:39.614Z] DONE 5 tests, 3 skipped in 3.575s [2021-09-24T13:42:39.614Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-24T13:42:41.780Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:41.780Z] INFO: Testing against a local daemon [2021-09-24T13:42:41.780Z] === RUN TestExternalGraphDriver [2021-09-24T13:42:41.780Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:42:41.780Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-24T13:42:41.780Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:42:41.780Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:42:41.780Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:42:41.780Z] PASS [2021-09-24T13:42:41.780Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.073s [2021-09-24T13:42:41.780Z] [2021-09-24T13:42:41.780Z] === Skipped [2021-09-24T13:42:41.780Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-24T13:42:41.780Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:42:41.780Z] [2021-09-24T13:42:41.780Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:42:41.780Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:42:41.780Z] [2021-09-24T13:42:41.780Z] DONE 2 tests, 2 skipped in 2.324s [2021-09-24T13:42:41.780Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-24T13:42:43.308Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:43.308Z] INFO: Testing against a local daemon [2021-09-24T13:42:43.308Z] === RUN TestReadPluginNoRead [2021-09-24T13:42:43.308Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:42:43.308Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-24T13:42:43.308Z] PASS [2021-09-24T13:42:43.308Z] ok github.com/docker/docker/integration/plugin/logging 0.097s [2021-09-24T13:42:43.308Z] [2021-09-24T13:42:43.308Z] === Skipped [2021-09-24T13:42:43.308Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-24T13:42:43.308Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:42:43.308Z] [2021-09-24T13:42:43.308Z] DONE 1 tests, 1 skipped in 1.597s [2021-09-24T13:42:43.764Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-24T13:42:44.220Z] testing: warning: no tests to run [2021-09-24T13:42:44.220Z] PASS [2021-09-24T13:42:44.220Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.049s [2021-09-24T13:42:44.220Z] [2021-09-24T13:42:44.220Z] DONE 0 tests in 0.741s [2021-09-24T13:42:44.220Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-24T13:42:45.185Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-24T13:42:45.185Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-24T13:42:45.185Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-24T13:42:45.185Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-24T13:42:45.185Z] Cross building: bundles/cross/linux/s390x [2021-09-24T13:42:45.185Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-24T13:42:45.185Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-24T13:42:45.750Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:45.750Z] INFO: Testing against a local daemon [2021-09-24T13:42:45.750Z] === RUN TestPluginWithDevMounts [2021-09-24T13:42:45.750Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:45.750Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-24T13:42:45.750Z] PASS [2021-09-24T13:42:45.750Z] ok github.com/docker/docker/integration/plugin/volumes 0.065s [2021-09-24T13:42:46.208Z] [2021-09-24T13:42:46.208Z] === Skipped [2021-09-24T13:42:46.208Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-24T13:42:46.208Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:46.208Z] [2021-09-24T13:42:46.208Z] DONE 1 tests, 1 skipped in 1.616s [2021-09-24T13:42:46.208Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-24T13:42:46.449Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:46.449Z] INFO: Testing against a local daemon [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-24T13:42:46.449Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-24T13:42:46.449Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-24T13:42:46.449Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-24T13:42:46.920Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-24T13:42:46.920Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-24T13:42:47.172Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:47.172Z] INFO: Testing against a local daemon [2021-09-24T13:42:47.172Z] === RUN TestSecretInspect [2021-09-24T13:42:47.172Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.172Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-24T13:42:47.172Z] === RUN TestSecretList [2021-09-24T13:42:47.172Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.172Z] --- SKIP: TestSecretList (0.00s) [2021-09-24T13:42:47.172Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:42:47.172Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.172Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:42:47.172Z] === RUN TestSecretsUpdate [2021-09-24T13:42:47.172Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.172Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-24T13:42:47.172Z] === RUN TestTemplatedSecret [2021-09-24T13:42:47.172Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.172Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-24T13:42:47.172Z] === RUN TestSecretCreateResolve [2021-09-24T13:42:47.172Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:47.172Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-24T13:42:47.172Z] PASS [2021-09-24T13:42:47.172Z] ok github.com/docker/docker/integration/secret 0.069s [2021-09-24T13:42:47.576Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-09-24T13:42:47.576Z] PASS [2021-09-24T13:42:47.576Z] [2021-09-24T13:42:47.576Z] DONE 17 tests in 50.673s [2021-09-24T13:42:47.576Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-24T13:42:47.576Z] ++ 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-09-24T13:42:47.576Z] ++ set -e [2021-09-24T13:42:47.576Z] ++ '[' -n 0 ']' [2021-09-24T13:42:47.576Z] ++ set -x [2021-09-24T13:42:47.576Z] ++ 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-09-24T13:42:47.576Z] INFO: Testing against a local daemon [2021-09-24T13:42:47.576Z] === RUN TestPluginInvalidJSON [2021-09-24T13:42:47.576Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:47.576Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:47.576Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:42:47.576Z] --- PASS: TestPluginInvalidJSON (0.05s) [2021-09-24T13:42:47.576Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-24T13:42:47.576Z] === RUN TestPluginInstall [2021-09-24T13:42:47.576Z] === RUN TestPluginInstall/no_auth [2021-09-24T13:42:47.629Z] [2021-09-24T13:42:47.630Z] === Skipped [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-24T13:42:47.630Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:47.630Z] [2021-09-24T13:42:47.630Z] DONE 6 tests, 6 skipped in 1.397s [2021-09-24T13:42:47.630Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-24T13:42:49.161Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:49.161Z] INFO: Testing against a local daemon [2021-09-24T13:42:49.161Z] === RUN TestServiceCreateInit [2021-09-24T13:42:49.161Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:42:49.161Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:42:49.161Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-24T13:42:49.161Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:49.161Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:42:49.161Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceConflict [2021-09-24T13:42:49.161Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:42:49.161Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-09-24T13:42:49.161Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:42:49.161Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:42:49.161Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:42:49.161Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceSysctls [2021-09-24T13:42:49.161Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-24T13:42:49.161Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:42:49.161Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-24T13:42:49.161Z] === RUN TestInspect [2021-09-24T13:42:49.161Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestInspect (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestCreateJob [2021-09-24T13:42:49.161Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestCreateJob (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestReplicatedJob [2021-09-24T13:42:49.161Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:42:49.161Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestServiceListWithStatuses [2021-09-24T13:42:49.161Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:42:49.161Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:42:49.161Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestServicePlugin [2021-09-24T13:42:49.161Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.161Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-24T13:42:49.161Z] === RUN TestServiceUpdateLabel [2021-09-24T13:42:49.161Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.161Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-24T13:42:49.486Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-24T13:42:49.618Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:42:49.618Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-24T13:42:49.618Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:42:49.618Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-24T13:42:49.618Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:42:49.618Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-24T13:42:49.618Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:42:49.618Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:42:49.618Z] PASS [2021-09-24T13:42:49.618Z] ok github.com/docker/docker/integration/service 0.170s [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === Skipped [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-09-24T13:42:49.618Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:42:49.618Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-09-24T13:42:49.618Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-24T13:42:49.618Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-24T13:42:49.618Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-24T13:42:49.618Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-24T13:42:49.618Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-24T13:42:49.618Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-24T13:42:49.618Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:42:49.618Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-24T13:42:49.618Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-24T13:42:49.618Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-24T13:42:49.618Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-24T13:42:49.618Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-24T13:42:49.618Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-24T13:42:49.618Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:42:49.618Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:42:49.618Z] [2021-09-24T13:42:49.618Z] DONE 24 tests, 23 skipped in 1.955s [2021-09-24T13:42:49.618Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-24T13:42:50.426Z] time="2021-09-24T13:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:50.426Z] time="2021-09-24T13:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84b48890c5867e223e061e613230fe6ca01ef97b08b9859438b13c0f96507bc3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:50.426Z] time="2021-09-24T13:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:50.426Z] time="2021-09-24T13:42:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:84b48890c5867e223e061e613230fe6ca01ef97b08b9859438b13c0f96507bc3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:50.426Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-24T13:42:50.686Z] === RUN TestPluginInstall/with_htpasswd [2021-09-24T13:42:50.686Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-24T13:42:51.157Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:51.157Z] INFO: Testing against a local daemon [2021-09-24T13:42:51.157Z] === RUN TestSessionCreate [2021-09-24T13:42:51.157Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:51.157Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-24T13:42:51.157Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:42:51.157Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:51.157Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:42:51.157Z] PASS [2021-09-24T13:42:51.157Z] ok github.com/docker/docker/integration/session 0.060s [2021-09-24T13:42:51.157Z] [2021-09-24T13:42:51.157Z] === Skipped [2021-09-24T13:42:51.157Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-24T13:42:51.157Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:51.157Z] [2021-09-24T13:42:51.157Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:42:51.157Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:42:51.157Z] [2021-09-24T13:42:51.157Z] DONE 2 tests, 2 skipped in 1.292s [2021-09-24T13:42:51.157Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-24T13:42:51.256Z] time="2021-09-24T13:42:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:51.256Z] time="2021-09-24T13:42:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d54f6c3e01e8c4a369c0b5687b9e4783cb386d7345f582826581a52e35a60a85" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:51.256Z] time="2021-09-24T13:42:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:51.256Z] time="2021-09-24T13:42:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d54f6c3e01e8c4a369c0b5687b9e4783cb386d7345f582826581a52e35a60a85" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:51.516Z] === RUN TestPluginInstall/with_insecure [2021-09-24T13:42:51.516Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-24T13:42:52.457Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-24T13:42:52.457Z] time="2021-09-24T13:42:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:52.457Z] time="2021-09-24T13:42:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9695070dbd33fd015e351b35431ab43a9260b5cc3a0d4c6d8d109b824f9b0c2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:52.457Z] time="2021-09-24T13:42:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-24T13:42:52.457Z] time="2021-09-24T13:42:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9695070dbd33fd015e351b35431ab43a9260b5cc3a0d4c6d8d109b824f9b0c2c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-24T13:42:52.689Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:52.689Z] INFO: Testing against a local daemon [2021-09-24T13:42:52.689Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:42:52.689Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:52.689Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestDiskUsage [2021-09-24T13:42:52.689Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:42:52.689Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestEventsExecDie [2021-09-24T13:42:52.689Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:42:52.689Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:42:52.689Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:42:52.689Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestEventsVolumeCreate [2021-09-24T13:42:52.689Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:42:52.689Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestInfoAPI [2021-09-24T13:42:52.689Z] --- PASS: TestInfoAPI (0.03s) [2021-09-24T13:42:52.689Z] === RUN TestInfoAPIWarnings [2021-09-24T13:42:52.689Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:52.689Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestInfoDebug [2021-09-24T13:42:52.689Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:52.689Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:42:52.689Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:52.689Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:42:52.689Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:52.689Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-24T13:42:52.689Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:42:52.717Z] plugin_test.go:165: [d3132043ed717] daemon is not started [2021-09-24T13:42:52.717Z] --- PASS: TestPluginInstall (6.18s) [2021-09-24T13:42:52.717Z] --- PASS: TestPluginInstall/no_auth (4.08s) [2021-09-24T13:42:52.717Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2021-09-24T13:42:52.717Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2021-09-24T13:42:52.717Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:42:53.146Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-09-24T13:42:53.146Z] === RUN TestPingCacheHeaders [2021-09-24T13:42:53.146Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-24T13:42:53.146Z] === RUN TestPingGet [2021-09-24T13:42:53.146Z] --- PASS: TestPingGet (0.02s) [2021-09-24T13:42:53.146Z] === RUN TestPingHead [2021-09-24T13:42:53.287Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-24T13:42:53.288Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-24T13:42:53.288Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-24T13:42:53.288Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-24T13:42:53.288Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-24T13:42:53.288Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-24T13:42:53.288Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-24T13:42:53.288Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-24T13:42:53.548Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-24T13:42:53.603Z] --- PASS: TestPingHead (0.02s) [2021-09-24T13:42:53.603Z] === RUN TestVersion [2021-09-24T13:42:53.603Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:42:53.603Z] PASS [2021-09-24T13:42:53.603Z] ok github.com/docker/docker/integration/system 1.147s [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === Skipped [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:42:53.603Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-24T13:42:53.603Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-24T13:42:53.603Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:42:53.603Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-24T13:42:53.603Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-24T13:42:53.603Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-24T13:42:53.603Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-24T13:42:53.603Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-24T13:42:53.603Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:42:53.603Z] [2021-09-24T13:42:53.603Z] DONE 15 tests, 9 skipped in 2.585s [2021-09-24T13:42:53.603Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-24T13:42:54.489Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-24T13:42:54.750Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-24T13:42:54.750Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-24T13:42:55.154Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:42:55.154Z] INFO: Testing against a local daemon [2021-09-24T13:42:55.154Z] === RUN TestVolumesCreateAndList [2021-09-24T13:42:55.154Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-24T13:42:55.154Z] === RUN TestVolumesRemove [2021-09-24T13:42:55.154Z] --- PASS: TestVolumesRemove (0.12s) [2021-09-24T13:42:55.154Z] === RUN TestVolumesInspect [2021-09-24T13:42:55.154Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-24T13:42:55.154Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:42:55.154Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:55.154Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:55.154Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:42:55.154Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-24T13:42:55.154Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:42:55.154Z] PASS [2021-09-24T13:42:55.154Z] ok github.com/docker/docker/integration/volume 0.231s [2021-09-24T13:42:55.154Z] [2021-09-24T13:42:55.154Z] DONE 5 tests in 1.630s [2021-09-24T13:42:55.154Z] INFO: make.ps1 ended at 09/24/2021 13:42:55 [2021-09-24T13:42:55.154Z] INFO: Integration CLI tests being run from the host: [2021-09-24T13:42:55.154Z] 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-09-24T13:42:55.321Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-24T13:42:55.321Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-24T13:42:55.893Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-24T13:42:56.463Z] --- PASS: TestPluginsWithRuntimes (3.82s) [2021-09-24T13:42:56.463Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.99s) [2021-09-24T13:42:56.463Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2021-09-24T13:42:56.463Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:42:56.723Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-24T13:42:56.723Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-24T13:42:57.294Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-09-24T13:42:57.294Z] --- PASS: TestPluginBackCompatMediaTypes (0.84s) [2021-09-24T13:42:57.294Z] PASS [2021-09-24T13:42:57.554Z] [2021-09-24T13:42:57.554Z] DONE 10 tests in 11.120s [2021-09-24T13:42:57.554Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-24T13:42:57.555Z] ++ 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-09-24T13:42:57.555Z] ++ set -e [2021-09-24T13:42:57.555Z] ++ '[' -n 0 ']' [2021-09-24T13:42:57.555Z] ++ set -x [2021-09-24T13:42:57.555Z] ++ 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-09-24T13:42:57.555Z] INFO: Testing against a local daemon [2021-09-24T13:42:57.555Z] === RUN TestExternalGraphDriver [2021-09-24T13:42:57.815Z] === RUN TestExternalGraphDriver/json [2021-09-24T13:42:59.727Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-24T13:42:59.727Z] === RUN TestExternalGraphDriver/spec [2021-09-24T13:43:01.639Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-24T13:43:01.639Z] === RUN TestExternalGraphDriver/pull [2021-09-24T13:43:01.909Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-24T13:43:02.215Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-24T13:43:02.215Z] INFO: Testing against a local daemon [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-24T13:43:02.215Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-24T13:43:02.215Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-24T13:43:02.215Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-24T13:43:02.478Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-24T13:43:03.049Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-24T13:43:03.049Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-24T13:43:03.049Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-24T13:43:03.049Z] --- PASS: TestExternalGraphDriver (5.48s) [2021-09-24T13:43:03.049Z] --- PASS: TestExternalGraphDriver/json (2.02s) [2021-09-24T13:43:03.049Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2021-09-24T13:43:03.049Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2021-09-24T13:43:03.049Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:43:03.176Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-24T13:43:03.176Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-24T13:43:03.618Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-24T13:43:03.631Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-24T13:43:04.087Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-24T13:43:05.004Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-24T13:43:05.264Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-24T13:43:05.264Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T13:43:05.264Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-24T13:43:05.834Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-24T13:43:06.404Z] === RUN TestDockerSuite/TestCommitChange [2021-09-24T13:43:07.347Z] --- PASS: TestGraphdriverPluginV2 (4.04s) [2021-09-24T13:43:07.347Z] PASS [2021-09-24T13:43:07.347Z] [2021-09-24T13:43:07.347Z] DONE 5 tests in 9.729s [2021-09-24T13:43:07.347Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-24T13:43:07.347Z] ++ 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-09-24T13:43:07.347Z] ++ set -e [2021-09-24T13:43:07.347Z] ++ '[' -n 0 ']' [2021-09-24T13:43:07.347Z] ++ set -x [2021-09-24T13:43:07.347Z] ++ 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-09-24T13:43:07.347Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-24T13:43:07.348Z] INFO: Testing against a local daemon [2021-09-24T13:43:07.348Z] === RUN TestContinueAfterPluginCrash [2021-09-24T13:43:07.348Z] === PAUSE TestContinueAfterPluginCrash [2021-09-24T13:43:07.348Z] === RUN TestReadPluginNoRead [2021-09-24T13:43:07.348Z] === PAUSE TestReadPluginNoRead [2021-09-24T13:43:07.348Z] === RUN TestDaemonStartWithLogOpt [2021-09-24T13:43:07.348Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-24T13:43:07.348Z] === CONT TestContinueAfterPluginCrash [2021-09-24T13:43:07.348Z] === CONT TestDaemonStartWithLogOpt [2021-09-24T13:43:07.919Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-24T13:43:09.832Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-24T13:43:11.215Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-24T13:43:11.475Z] --- PASS: TestDaemonStartWithLogOpt (4.18s) [2021-09-24T13:43:11.475Z] === CONT TestReadPluginNoRead [2021-09-24T13:43:11.735Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-24T13:43:13.127Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-24T13:43:13.697Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-24T13:43:14.267Z] === RUN TestReadPluginNoRead/default [2021-09-24T13:43:14.838Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-24T13:43:15.409Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-24T13:43:15.409Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-24T13:43:15.409Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-24T13:43:15.673Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-24T13:43:15.673Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-24T13:43:15.673Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-24T13:43:15.673Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-24T13:43:15.673Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-24T13:43:16.616Z] --- PASS: TestContinueAfterPluginCrash (9.38s) [2021-09-24T13:43:16.876Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-24T13:43:17.447Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-24T13:43:18.018Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-24T13:43:18.018Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-24T13:43:18.589Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-24T13:43:18.849Z] === CONT TestReadPluginNoRead [2021-09-24T13:43:18.849Z] read_test.go:92: [d4120315f39f7] daemon is not started [2021-09-24T13:43:18.849Z] --- PASS: TestReadPluginNoRead (7.28s) [2021-09-24T13:43:18.849Z] --- PASS: TestReadPluginNoRead/default (1.46s) [2021-09-24T13:43:18.849Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2021-09-24T13:43:18.849Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2021-09-24T13:43:18.849Z] PASS [2021-09-24T13:43:18.849Z] [2021-09-24T13:43:18.849Z] DONE 6 tests in 11.609s [2021-09-24T13:43:18.849Z] 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-09-24T13:43:18.849Z] ++ 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-09-24T13:43:18.849Z] ++ set -e [2021-09-24T13:43:18.849Z] ++ '[' -n 0 ']' [2021-09-24T13:43:18.849Z] ++ set -x [2021-09-24T13:43:18.849Z] ++ 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-09-24T13:43:18.849Z] testing: warning: no tests to run [2021-09-24T13:43:18.849Z] PASS [2021-09-24T13:43:18.849Z] [2021-09-24T13:43:18.849Z] DONE 0 tests in 0.061s [2021-09-24T13:43:18.849Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-24T13:43:18.849Z] ++ 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-09-24T13:43:18.849Z] ++ set -e [2021-09-24T13:43:18.849Z] ++ '[' -n 0 ']' [2021-09-24T13:43:18.849Z] ++ set -x [2021-09-24T13:43:18.849Z] ++ 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-09-24T13:43:19.110Z] INFO: Testing against a local daemon [2021-09-24T13:43:19.110Z] === RUN TestPluginWithDevMounts [2021-09-24T13:43:19.110Z] === PAUSE TestPluginWithDevMounts [2021-09-24T13:43:19.110Z] === CONT TestPluginWithDevMounts [2021-09-24T13:43:19.370Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-24T13:43:19.941Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-24T13:43:20.515Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-24T13:43:21.087Z] --- PASS: TestPluginWithDevMounts (1.84s) [2021-09-24T13:43:21.087Z] PASS [2021-09-24T13:43:21.087Z] [2021-09-24T13:43:21.087Z] DONE 1 tests in 1.981s [2021-09-24T13:43:21.087Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-24T13:43:21.087Z] ++ 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-09-24T13:43:21.087Z] ++ set -e [2021-09-24T13:43:21.087Z] ++ '[' -n 0 ']' [2021-09-24T13:43:21.087Z] ++ set -x [2021-09-24T13:43:21.087Z] ++ 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-09-24T13:43:21.087Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-09-24T13:43:21.087Z] INFO: Testing against a local daemon [2021-09-24T13:43:21.087Z] === RUN TestSecretInspect [2021-09-24T13:43:21.087Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-24T13:43:21.347Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-24T13:43:21.347Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-24T13:43:21.917Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-24T13:43:21.917Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-24T13:43:21.917Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-24T13:43:21.917Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-24T13:43:21.917Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-24T13:43:22.489Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-24T13:43:23.430Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-24T13:43:24.375Z] --- PASS: TestSecretInspect (3.29s) [2021-09-24T13:43:24.375Z] === RUN TestSecretList [2021-09-24T13:43:24.375Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-24T13:43:24.375Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-24T13:43:25.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-09-24T13:43:25.897Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-24T13:43:26.841Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-24T13:43:26.841Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-24T13:43:27.101Z] --- PASS: TestSecretList (2.73s) [2021-09-24T13:43:27.101Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:43:27.672Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-24T13:43:27.672Z] docker_api_swarm_node_test.go:20: [d86e810f14e6d] joining swarm manager [ddd20cb5b9ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:43:28.242Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-24T13:43:28.813Z] docker_api_swarm_node_test.go:21: [d3224ed404dd7] joining swarm manager [ddd20cb5b9ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:43:29.141Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-24T13:43:29.711Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-24T13:43:29.711Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-24T13:43:30.281Z] --- PASS: TestSecretsCreateAndDelete (2.93s) [2021-09-24T13:43:30.281Z] === RUN TestSecretsUpdate [2021-09-24T13:43:30.281Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-24T13:43:31.221Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-24T13:43:31.482Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-24T13:43:31.743Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-24T13:43:32.314Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-24T13:43:32.574Z] --- PASS: TestSecretsUpdate (2.57s) [2021-09-24T13:43:32.574Z] === RUN TestTemplatedSecret [2021-09-24T13:43:33.519Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-24T13:43:34.459Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-24T13:43:34.459Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-24T13:43:34.459Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-24T13:43:34.459Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-24T13:43:34.459Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-24T13:43:35.399Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-24T13:43:35.658Z] --- PASS: TestTemplatedSecret (2.95s) [2021-09-24T13:43:35.658Z] === RUN TestSecretCreateResolve [2021-09-24T13:43:38.196Z] --- PASS: TestSecretCreateResolve (2.17s) [2021-09-24T13:43:38.196Z] PASS [2021-09-24T13:43:38.196Z] [2021-09-24T13:43:38.196Z] DONE 6 tests in 16.855s [2021-09-24T13:43:38.196Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-24T13:43:38.196Z] ++ 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-09-24T13:43:38.196Z] ++ set -e [2021-09-24T13:43:38.196Z] ++ '[' -n 0 ']' [2021-09-24T13:43:38.196Z] ++ set -x [2021-09-24T13:43:38.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-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-09-24T13:43:38.196Z] INFO: Testing against a local daemon [2021-09-24T13:43:38.196Z] === RUN TestServiceCreateInit [2021-09-24T13:43:38.196Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:43:39.598Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-09-24T13:43:39.598Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-24T13:43:40.539Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-24T13:43:41.480Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-24T13:43:41.480Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-24T13:43:41.480Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-24T13:43:41.480Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-24T13:43:42.862Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:43:44.246Z] docker_api_swarm_test.go:502: [d1e15fbeb3a61] joining swarm manager [d538302e1141e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:43:44.246Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-24T13:43:45.185Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-24T13:43:45.761Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-24T13:43:47.673Z] --- PASS: TestServiceCreateInit (9.57s) [2021-09-24T13:43:47.673Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.83s) [2021-09-24T13:43:47.673Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.72s) [2021-09-24T13:43:47.673Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:43:49.056Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-24T13:43:49.998Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-24T13:43:51.381Z] docker_api_swarm_test.go:507: [d316e5e632bb3] joining swarm manager [d538302e1141e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:43:51.641Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-24T13:43:53.024Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-24T13:43:53.965Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-09-24T13:43:55.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-09-24T13:43:56.736Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-09-24T13:43:58.116Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-09-24T13:43:59.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e05cf8_} [2021-09-24T13:44:00.904Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11600115132_/foo_false____} [2021-09-24T13:44:02.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11600115132_/foo_true____} [2021-09-24T13:44:03.669Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_false____} [2021-09-24T13:44:05.052Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_true____} [2021-09-24T13:44:05.313Z] --- PASS: TestCreateServiceMultipleTimes (17.63s) [2021-09-24T13:44:05.313Z] === RUN TestCreateServiceConflict [2021-09-24T13:44:06.626Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-24T13:44:06.626Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-24T13:44:06.626Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-24T13:44:06.626Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-24T13:44:06.626Z] [Pipeline] } [Pipeline] // stage [2021-09-24T13:44:06.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_true__0xc000e05d28__} [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-24T13:44:07.029Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-24T13:44:07.354Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/test/unit [2021-09-24T13:44:07.682Z] --- PASS: TestCreateServiceConflict (2.34s) [2021-09-24T13:44:07.682Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:44:07.920Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-24T13:44:07.920Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-24T13:44:07.920Z] + TESTDIRS=./... [2021-09-24T13:44:07.920Z] + exclude_paths='/vendor/|/integration' [2021-09-24T13:44:07.920Z] ++ go list ./... [2021-09-24T13:44:07.920Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-24T13:44:07.942Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e05d40_} [2021-09-24T13:44:08.488Z] + pkg_list='github.com/docker/docker/api [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/backend [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/container [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/events [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/filters [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/image [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/mount [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/network [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/registry [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/time [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/versions [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:44:08.488Z] github.com/docker/docker/api/types/volume [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:44:08.488Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:44:08.488Z] github.com/docker/docker/cli [2021-09-24T13:44:08.488Z] github.com/docker/docker/cli/config [2021-09-24T13:44:08.488Z] github.com/docker/docker/cli/debug [2021-09-24T13:44:08.488Z] github.com/docker/docker/client [2021-09-24T13:44:08.488Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:44:08.488Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:44:08.488Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:44:08.488Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:44:08.488Z] github.com/docker/docker/container [2021-09-24T13:44:08.488Z] github.com/docker/docker/container/stream [2021-09-24T13:44:08.488Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:44:08.488Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:44:08.488Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/config [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/events [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/exec [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/images [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/links [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/names [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/network [2021-09-24T13:44:08.488Z] github.com/docker/docker/daemon/stats [2021-09-24T13:44:08.488Z] github.com/docker/docker/distribution [2021-09-24T13:44:08.488Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:44:08.488Z] github.com/docker/docker/distribution/utils [2021-09-24T13:44:08.488Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:44:08.488Z] github.com/docker/docker/dockerversion [2021-09-24T13:44:08.488Z] github.com/docker/docker/errdefs [2021-09-24T13:44:08.488Z] github.com/docker/docker/image [2021-09-24T13:44:08.488Z] github.com/docker/docker/image/cache [2021-09-24T13:44:08.488Z] github.com/docker/docker/image/tarexport [2021-09-24T13:44:08.488Z] github.com/docker/docker/image/v1 [2021-09-24T13:44:08.488Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:44:08.488Z] github.com/docker/docker/layer [2021-09-24T13:44:08.488Z] github.com/docker/docker/libcontainerd [2021-09-24T13:44:08.488Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:44:08.488Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:44:08.488Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:44:08.488Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:44:08.488Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:44:08.489Z] github.com/docker/docker/oci [2021-09-24T13:44:08.489Z] github.com/docker/docker/oci/caps [2021-09-24T13:44:08.489Z] github.com/docker/docker/opts [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/archive [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/directory [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/locker [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/mount [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/platform [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/pools [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/progress [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/signal [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/stack [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/system [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/term [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:44:08.489Z] github.com/docker/docker/plugin [2021-09-24T13:44:08.489Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:44:08.489Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:44:08.489Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:44:08.489Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:44:08.489Z] github.com/docker/docker/quota [2021-09-24T13:44:08.489Z] github.com/docker/docker/reference [2021-09-24T13:44:08.489Z] github.com/docker/docker/registry [2021-09-24T13:44:08.489Z] github.com/docker/docker/registry/resumable [2021-09-24T13:44:08.489Z] github.com/docker/docker/restartmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/rootless [2021-09-24T13:44:08.489Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:44:08.489Z] github.com/docker/docker/runconfig [2021-09-24T13:44:08.489Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/environment [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/registry [2021-09-24T13:44:08.489Z] github.com/docker/docker/testutil/request [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/drivers [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/local [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/mounts [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/service [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:44:08.489Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:44:08.489Z] ++ grep --fixed-strings -v /libnetwork [2021-09-24T13:44:08.489Z] ++ echo 'github.com/docker/docker/api [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/backend [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/container [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/events [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/filters [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/image [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/mount [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/network [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/registry [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/time [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/versions [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:44:08.489Z] github.com/docker/docker/api/types/volume [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:44:08.489Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:44:08.489Z] github.com/docker/docker/cli [2021-09-24T13:44:08.489Z] github.com/docker/docker/cli/config [2021-09-24T13:44:08.489Z] github.com/docker/docker/cli/debug [2021-09-24T13:44:08.489Z] github.com/docker/docker/client [2021-09-24T13:44:08.489Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:44:08.489Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:44:08.489Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:44:08.489Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:44:08.489Z] github.com/docker/docker/container [2021-09-24T13:44:08.489Z] github.com/docker/docker/container/stream [2021-09-24T13:44:08.489Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:44:08.489Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:44:08.489Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/config [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/events [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/exec [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/images [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/links [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/names [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/network [2021-09-24T13:44:08.489Z] github.com/docker/docker/daemon/stats [2021-09-24T13:44:08.489Z] github.com/docker/docker/distribution [2021-09-24T13:44:08.489Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:44:08.489Z] github.com/docker/docker/distribution/utils [2021-09-24T13:44:08.489Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:44:08.489Z] github.com/docker/docker/dockerversion [2021-09-24T13:44:08.489Z] github.com/docker/docker/errdefs [2021-09-24T13:44:08.489Z] github.com/docker/docker/image [2021-09-24T13:44:08.489Z] github.com/docker/docker/image/cache [2021-09-24T13:44:08.489Z] github.com/docker/docker/image/tarexport [2021-09-24T13:44:08.489Z] github.com/docker/docker/image/v1 [2021-09-24T13:44:08.489Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:44:08.489Z] github.com/docker/docker/layer [2021-09-24T13:44:08.489Z] github.com/docker/docker/libcontainerd [2021-09-24T13:44:08.489Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:44:08.489Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:44:08.489Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:44:08.489Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:44:08.489Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:44:08.489Z] github.com/docker/docker/oci [2021-09-24T13:44:08.489Z] github.com/docker/docker/oci/caps [2021-09-24T13:44:08.489Z] github.com/docker/docker/opts [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/archive [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:44:08.489Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/directory [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/locker [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/mount [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/platform [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pools [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/progress [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/signal [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stack [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/system [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/term [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:44:08.490Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:44:08.490Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:44:08.490Z] github.com/docker/docker/quota [2021-09-24T13:44:08.490Z] github.com/docker/docker/reference [2021-09-24T13:44:08.490Z] github.com/docker/docker/registry [2021-09-24T13:44:08.490Z] github.com/docker/docker/registry/resumable [2021-09-24T13:44:08.490Z] github.com/docker/docker/restartmanager [2021-09-24T13:44:08.490Z] github.com/docker/docker/rootless [2021-09-24T13:44:08.490Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:44:08.490Z] github.com/docker/docker/runconfig [2021-09-24T13:44:08.490Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/environment [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/registry [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/request [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/drivers [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/local [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/mounts [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/service [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:44:08.490Z] + base_pkg_list='github.com/docker/docker/api [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/backend [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/events [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/filters [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/image [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/mount [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/network [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/registry [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/time [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/versions [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/volume [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:44:08.490Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:44:08.490Z] github.com/docker/docker/cli [2021-09-24T13:44:08.490Z] github.com/docker/docker/cli/config [2021-09-24T13:44:08.490Z] github.com/docker/docker/cli/debug [2021-09-24T13:44:08.490Z] github.com/docker/docker/client [2021-09-24T13:44:08.490Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:44:08.490Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:44:08.490Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:44:08.490Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:44:08.490Z] github.com/docker/docker/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/container/stream [2021-09-24T13:44:08.490Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:44:08.490Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:44:08.490Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/config [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/events [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/exec [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/images [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/links [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/names [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/network [2021-09-24T13:44:08.490Z] github.com/docker/docker/daemon/stats [2021-09-24T13:44:08.490Z] github.com/docker/docker/distribution [2021-09-24T13:44:08.490Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:44:08.490Z] github.com/docker/docker/distribution/utils [2021-09-24T13:44:08.490Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:44:08.490Z] github.com/docker/docker/dockerversion [2021-09-24T13:44:08.490Z] github.com/docker/docker/errdefs [2021-09-24T13:44:08.490Z] github.com/docker/docker/image [2021-09-24T13:44:08.490Z] github.com/docker/docker/image/cache [2021-09-24T13:44:08.490Z] github.com/docker/docker/image/tarexport [2021-09-24T13:44:08.490Z] github.com/docker/docker/image/v1 [2021-09-24T13:44:08.490Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:44:08.490Z] github.com/docker/docker/layer [2021-09-24T13:44:08.490Z] github.com/docker/docker/libcontainerd [2021-09-24T13:44:08.490Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:44:08.490Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:44:08.490Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:44:08.490Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:44:08.490Z] github.com/docker/docker/oci [2021-09-24T13:44:08.490Z] github.com/docker/docker/oci/caps [2021-09-24T13:44:08.490Z] github.com/docker/docker/opts [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/archive [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/directory [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/locker [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/mount [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/platform [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pools [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/progress [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/signal [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stack [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/system [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/term [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:44:08.490Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:44:08.490Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:44:08.490Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:44:08.490Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:44:08.490Z] github.com/docker/docker/quota [2021-09-24T13:44:08.490Z] github.com/docker/docker/reference [2021-09-24T13:44:08.490Z] github.com/docker/docker/registry [2021-09-24T13:44:08.490Z] github.com/docker/docker/registry/resumable [2021-09-24T13:44:08.490Z] github.com/docker/docker/restartmanager [2021-09-24T13:44:08.490Z] github.com/docker/docker/rootless [2021-09-24T13:44:08.490Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:44:08.490Z] github.com/docker/docker/runconfig [2021-09-24T13:44:08.490Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/environment [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/registry [2021-09-24T13:44:08.490Z] github.com/docker/docker/testutil/request [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/drivers [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/local [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/mounts [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/service [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:44:08.490Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:44:08.490Z] ++ echo 'github.com/docker/docker/api [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/backend [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/container [2021-09-24T13:44:08.490Z] github.com/docker/docker/api/types/events [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/filters [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/image [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/mount [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/network [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/registry [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/time [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/versions [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:44:08.491Z] github.com/docker/docker/api/types/volume [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:44:08.491Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:44:08.491Z] github.com/docker/docker/cli [2021-09-24T13:44:08.491Z] github.com/docker/docker/cli/config [2021-09-24T13:44:08.491Z] github.com/docker/docker/cli/debug [2021-09-24T13:44:08.491Z] github.com/docker/docker/client [2021-09-24T13:44:08.491Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:44:08.491Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:44:08.491Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:44:08.491Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:44:08.491Z] github.com/docker/docker/container [2021-09-24T13:44:08.491Z] github.com/docker/docker/container/stream [2021-09-24T13:44:08.491Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:44:08.491Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:44:08.491Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/config [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/events [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/exec [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/images [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/links [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/names [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/network [2021-09-24T13:44:08.491Z] github.com/docker/docker/daemon/stats [2021-09-24T13:44:08.491Z] github.com/docker/docker/distribution [2021-09-24T13:44:08.491Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:44:08.491Z] github.com/docker/docker/distribution/utils [2021-09-24T13:44:08.491Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:44:08.491Z] github.com/docker/docker/dockerversion [2021-09-24T13:44:08.491Z] github.com/docker/docker/errdefs [2021-09-24T13:44:08.491Z] github.com/docker/docker/image [2021-09-24T13:44:08.491Z] github.com/docker/docker/image/cache [2021-09-24T13:44:08.491Z] github.com/docker/docker/image/tarexport [2021-09-24T13:44:08.491Z] github.com/docker/docker/image/v1 [2021-09-24T13:44:08.491Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:44:08.491Z] github.com/docker/docker/layer [2021-09-24T13:44:08.491Z] github.com/docker/docker/libcontainerd [2021-09-24T13:44:08.491Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:44:08.491Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:44:08.491Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:44:08.491Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/types [2021-09-24T13:44:08.491Z] github.com/docker/docker/oci [2021-09-24T13:44:08.491Z] github.com/docker/docker/oci/caps [2021-09-24T13:44:08.491Z] github.com/docker/docker/opts [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/archive [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/directory [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/locker [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/mount [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/platform [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/pools [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/progress [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/signal [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/stack [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/system [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/term [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:44:08.491Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:44:08.491Z] github.com/docker/docker/plugin [2021-09-24T13:44:08.491Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:44:08.491Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:44:08.491Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:44:08.491Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:44:08.491Z] github.com/docker/docker/quota [2021-09-24T13:44:08.491Z] github.com/docker/docker/reference [2021-09-24T13:44:08.491Z] github.com/docker/docker/registry [2021-09-24T13:44:08.491Z] github.com/docker/docker/registry/resumable [2021-09-24T13:44:08.491Z] github.com/docker/docker/restartmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/rootless [2021-09-24T13:44:08.491Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:44:08.491Z] github.com/docker/docker/runconfig [2021-09-24T13:44:08.491Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/environment [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/registry [2021-09-24T13:44:08.491Z] github.com/docker/docker/testutil/request [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/drivers [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/local [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/mounts [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/service [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:44:08.491Z] github.com/docker/docker/volume/testutils' [2021-09-24T13:44:08.491Z] ++ grep --fixed-strings /libnetwork [2021-09-24T13:44:08.491Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:44:08.491Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/types' [2021-09-24T13:44:08.492Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-24T13:44:08.492Z] + echo 'github.com/docker/docker/libnetwork [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/types' [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:44:08.492Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:44:08.492Z] + type docker-proxy [2021-09-24T13:44:08.492Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-24T13:44:08.492Z] + hack/make.sh binary-proxy install-proxy [2021-09-24T13:44:08.492Z] [2021-09-24T13:44:08.750Z] Removing bundles/ [2021-09-24T13:44:08.750Z] [2021-09-24T13:44:08.750Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-24T13:44:08.750Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-24T13:44:08.750Z] GOOS="" GOARCH="" GOARM="" [2021-09-24T13:44:09.323Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e05d58_} [2021-09-24T13:44:10.709Z] --- PASS: TestCreateServiceMaxReplicas (3.09s) [2021-09-24T13:44:10.709Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:44:10.709Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e05d70_} [2021-09-24T13:44:11.282Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e05d88_} [2021-09-24T13:44:12.664Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-24T13:44:13.187Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-24T13:44:13.187Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-24T13:44:13.187Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-24T13:44:13.187Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-24T13:44:13.187Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-24T13:44:13.187Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-24T13:44:13.187Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-24T13:44:13.187Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-24T13:44:13.187Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-24T13:44:13.187Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T13:44:13.187Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-09-24T13:44:14.046Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-24T13:44:15.332Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-24T13:44:15.332Z] [2021-09-24T13:44:15.332Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-24T13:44:15.332Z] Installing docker-proxy to /usr/local/bin/ [2021-09-24T13:44:15.332Z] [2021-09-24T13:44:15.332Z] + mkdir -p bundles [2021-09-24T13:44:15.332Z] + '[' -n 'github.com/docker/docker/api [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/backend/build [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/httputils [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/middleware [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/build [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/container [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/debug [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/distribution [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/grpc [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/image [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/network [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/plugin [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/session [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/swarm [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/system [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/server/router/volume [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/backend [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/blkiodev [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/container [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/events [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/filters [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/image [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/mount [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/network [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/registry [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/strslice [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/swarm [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/time [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/versions [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-24T13:44:15.332Z] github.com/docker/docker/api/types/volume [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/builder-next/worker [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/dockerfile [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/dockerignore [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/remotecontext [2021-09-24T13:44:15.332Z] github.com/docker/docker/builder/remotecontext/git [2021-09-24T13:44:15.332Z] github.com/docker/docker/cli [2021-09-24T13:44:15.332Z] github.com/docker/docker/cli/config [2021-09-24T13:44:15.332Z] github.com/docker/docker/cli/debug [2021-09-24T13:44:15.332Z] github.com/docker/docker/client [2021-09-24T13:44:15.332Z] github.com/docker/docker/cmd/docker-proxy [2021-09-24T13:44:15.332Z] github.com/docker/docker/cmd/dockerd [2021-09-24T13:44:15.332Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-24T13:44:15.332Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-24T13:44:15.332Z] github.com/docker/docker/container [2021-09-24T13:44:15.332Z] github.com/docker/docker/container/stream [2021-09-24T13:44:15.332Z] github.com/docker/docker/contrib/apparmor [2021-09-24T13:44:15.332Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-24T13:44:15.332Z] github.com/docker/docker/contrib/httpserver [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster/convert [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster/executor [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/cluster/provider [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/config [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/discovery [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/events [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/events/testutils [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/exec [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-24T13:44:15.332Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/images [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/initlayer [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/links [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/listeners [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/gelf [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/journald [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/local [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/logentries [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/splunk [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/syslog [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/logger/templates [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/names [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/network [2021-09-24T13:44:15.333Z] github.com/docker/docker/daemon/stats [2021-09-24T13:44:15.333Z] github.com/docker/docker/distribution [2021-09-24T13:44:15.333Z] github.com/docker/docker/distribution/metadata [2021-09-24T13:44:15.333Z] github.com/docker/docker/distribution/utils [2021-09-24T13:44:15.333Z] github.com/docker/docker/distribution/xfer [2021-09-24T13:44:15.333Z] github.com/docker/docker/dockerversion [2021-09-24T13:44:15.333Z] github.com/docker/docker/errdefs [2021-09-24T13:44:15.333Z] github.com/docker/docker/image [2021-09-24T13:44:15.333Z] github.com/docker/docker/image/cache [2021-09-24T13:44:15.333Z] github.com/docker/docker/image/tarexport [2021-09-24T13:44:15.333Z] github.com/docker/docker/image/v1 [2021-09-24T13:44:15.333Z] github.com/docker/docker/internal/test/suite [2021-09-24T13:44:15.333Z] github.com/docker/docker/layer [2021-09-24T13:44:15.333Z] github.com/docker/docker/libcontainerd [2021-09-24T13:44:15.333Z] github.com/docker/docker/libcontainerd/queue [2021-09-24T13:44:15.333Z] github.com/docker/docker/libcontainerd/remote [2021-09-24T13:44:15.333Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-24T13:44:15.333Z] github.com/docker/docker/libcontainerd/types [2021-09-24T13:44:15.333Z] github.com/docker/docker/oci [2021-09-24T13:44:15.333Z] github.com/docker/docker/oci/caps [2021-09-24T13:44:15.333Z] github.com/docker/docker/opts [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/aaparser [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/archive [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/authorization [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/broadcaster [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/capabilities [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/chrootarchive [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/containerfs [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/devicemapper [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/directory [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/discovery [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/discovery/file [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/discovery/kv [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/discovery/memory [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/dmesg [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/filenotify [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/fileutils [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/fsutils [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/homedir [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/idtools [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/ioutils [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/jsonmessage [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/locker [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/longpath [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/loopback [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/mount [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/namesgenerator [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/parsers [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/pidfile [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/platform [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugingetter [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugins [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/plugins/transport [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/pools [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/progress [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/pubsub [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/reexec [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/signal [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/stack [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/stdcopy [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/streamformatter [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/stringid [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/symlink [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/sysinfo [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/system [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/tailfile [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/tarsum [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/term [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/term/windows [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/truncindex [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/urlutil [2021-09-24T13:44:15.333Z] github.com/docker/docker/pkg/useragent [2021-09-24T13:44:15.333Z] github.com/docker/docker/plugin [2021-09-24T13:44:15.333Z] github.com/docker/docker/plugin/executor/containerd [2021-09-24T13:44:15.333Z] github.com/docker/docker/plugin/v2 [2021-09-24T13:44:15.333Z] github.com/docker/docker/profiles/apparmor [2021-09-24T13:44:15.333Z] github.com/docker/docker/profiles/seccomp [2021-09-24T13:44:15.333Z] github.com/docker/docker/quota [2021-09-24T13:44:15.333Z] github.com/docker/docker/reference [2021-09-24T13:44:15.333Z] github.com/docker/docker/registry [2021-09-24T13:44:15.333Z] github.com/docker/docker/registry/resumable [2021-09-24T13:44:15.333Z] github.com/docker/docker/restartmanager [2021-09-24T13:44:15.333Z] github.com/docker/docker/rootless [2021-09-24T13:44:15.333Z] github.com/docker/docker/rootless/specconv [2021-09-24T13:44:15.333Z] github.com/docker/docker/runconfig [2021-09-24T13:44:15.333Z] github.com/docker/docker/runconfig/opts [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/daemon [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/environment [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fakecontext [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fakegit [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fakestorage [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fixtures/load [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/registry [2021-09-24T13:44:15.333Z] github.com/docker/docker/testutil/request [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/drivers [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/local [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/mounts [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/service [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/service/opts [2021-09-24T13:44:15.333Z] github.com/docker/docker/volume/testutils' ']' [2021-09-24T13:44:15.333Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-09-24T13:44:15.956Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-24T13:44:16.146Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-24T13:44:16.322Z] ? github.com/docker/docker/api [no test files] [2021-09-24T13:44:16.897Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-24T13:44:18.397Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-24T13:44:18.397Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T13:44:18.397Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-24T13:44:18.397Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T13:44:18.397Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-24T13:44:18.397Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T13:44:18.397Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-24T13:44:18.397Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T13:44:18.397Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-24T13:44:18.814Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-24T13:44:19.755Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-24T13:44:19.755Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-24T13:44:20.325Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-24T13:44:20.895Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-09-24T13:44:21.355Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-24T13:44:21.355Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T13:44:21.355Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-24T13:44:21.355Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T13:44:21.355Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-24T13:44:21.464Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-24T13:44:22.035Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-24T13:44:22.295Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-24T13:44:22.865Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-24T13:44:23.435Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-24T13:44:24.011Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-24T13:44:24.271Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.75s) [2021-09-24T13:44:24.271Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:44:24.842Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-24T13:44:25.413Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-24T13:44:26.116Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-24T13:44:26.354Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-24T13:44:26.614Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-09-24T13:44:27.185Z] --- PASS: TestCreateServiceSecretFileMode (2.86s) [2021-09-24T13:44:27.185Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:44:27.446Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-24T13:44:28.387Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-24T13:44:28.958Z] docker_api_swarm_node_test.go:81: [dee44976f59ff] joining swarm manager [df043f7b62338]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:44:29.527Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-24T13:44:30.157Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-24T13:44:30.157Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-24T13:44:30.157Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-24T13:44:30.157Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-24T13:44:30.157Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-24T13:44:30.157Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-24T13:44:30.157Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-24T13:44:30.157Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-24T13:44:30.157Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-24T13:44:30.157Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-24T13:44:30.157Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-24T13:44:30.157Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-24T13:44:30.157Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-24T13:44:30.157Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-24T13:44:30.157Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-24T13:44:30.157Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T13:44:30.157Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-24T13:44:30.469Z] --- PASS: TestCreateServiceConfigFileMode (3.21s) [2021-09-24T13:44:30.469Z] === RUN TestCreateServiceSysctls [2021-09-24T13:44:30.730Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-24T13:44:31.235Z] ok github.com/docker/docker/api/server 0.020s coverage: 9.0% of statements [2021-09-24T13:44:31.671Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-24T13:44:31.671Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-24T13:44:31.684Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-24T13:44:31.684Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T13:44:31.684Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-24T13:44:31.684Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T13:44:31.684Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-24T13:44:32.612Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-24T13:44:33.554Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-24T13:44:34.124Z] --- PASS: TestCreateServiceSysctls (3.60s) [2021-09-24T13:44:34.124Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:44:34.385Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-24T13:44:35.325Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-24T13:44:36.273Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-24T13:44:36.351Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-24T13:44:38.189Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-24T13:44:38.189Z] --- PASS: TestCreateServiceCapabilities (4.06s) [2021-09-24T13:44:38.189Z] === RUN TestInspect [2021-09-24T13:44:38.759Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-24T13:44:40.671Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-24T13:44:41.239Z] --- PASS: TestInspect (3.08s) [2021-09-24T13:44:41.239Z] === RUN TestCreateJob [2021-09-24T13:44:43.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-09-24T13:44:44.348Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-24T13:44:44.917Z] --- PASS: TestCreateJob (3.61s) [2021-09-24T13:44:44.917Z] === RUN TestReplicatedJob [2021-09-24T13:44:46.301Z] docker_api_swarm_node_test.go:53: [d5495a4cea73e] joining swarm manager [d79bc54c0c774]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:44:47.241Z] docker_api_swarm_node_test.go:54: [d220aae305dad] joining swarm manager [d79bc54c0c774]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:44:47.502Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-24T13:44:48.074Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-24T13:44:51.375Z] --- PASS: TestReplicatedJob (6.43s) [2021-09-24T13:44:51.375Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:44:51.946Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-24T13:44:54.493Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-24T13:44:55.062Z] --- PASS: TestUpdateReplicatedJob (3.90s) [2021-09-24T13:44:55.062Z] === RUN TestServiceListWithStatuses [2021-09-24T13:44:55.062Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:44:55.062Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:44:55.062Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:44:55.062Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-24T13:44:59.262Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-09-24T13:44:59.523Z] === RUN TestDockerSuite/TestCpToDot [2021-09-24T13:45:00.104Z] --- PASS: TestDockerNetworkConnectAlias (4.89s) [2021-09-24T13:45:00.104Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:45:00.104Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-24T13:45:01.044Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-24T13:45:02.954Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-24T13:45:03.524Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-24T13:45:04.466Z] --- PASS: TestDockerNetworkReConnect (4.25s) [2021-09-24T13:45:04.466Z] === RUN TestServicePlugin [2021-09-24T13:45:04.466Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-24T13:45:04.729Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-24T13:45:05.670Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-24T13:45:06.611Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-24T13:45:06.611Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-24T13:45:06.611Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-24T13:45:07.181Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-24T13:45:07.751Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-24T13:45:07.751Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-24T13:45:07.751Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-24T13:45:07.751Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-24T13:45:08.325Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-24T13:45:08.585Z] plugin_test.go:61: [d81b73b647a7e] joining swarm manager [deadec8dcdc64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:45:08.846Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-24T13:45:08.846Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-24T13:45:08.846Z] === RUN TestDockerSuite/TestCreateRM [2021-09-24T13:45:09.106Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-24T13:45:09.106Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T13:45:09.106Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-24T13:45:09.106Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-24T13:45:09.106Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-24T13:45:10.046Z] plugin_test.go:64: [d4a6e69da357e] joining swarm manager [deadec8dcdc64]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:45:11.429Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-24T13:45:11.429Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-24T13:45:11.429Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-24T13:45:14.728Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-24T13:45:15.299Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-24T13:45:16.238Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-24T13:45:16.808Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-24T13:45:17.746Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-24T13:45:19.127Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-24T13:45:19.387Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-09-24T13:45:19.388Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-24T13:45:19.963Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-24T13:45:20.223Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-24T13:45:20.794Z] === RUN TestDockerSuite/TestDockerFails [2021-09-24T13:45:20.794Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-09-24T13:45:20.794Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-09-24T13:45:21.054Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-09-24T13:45:21.996Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-09-24T13:45:22.567Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-09-24T13:45:23.953Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-09-24T13:45:23.953Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-09-24T13:45:23.953Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-09-24T13:45:23.953Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-09-24T13:45:25.862Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-09-24T13:45:26.766Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-24T13:45:26.766Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T13:45:26.766Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-24T13:45:27.770Z] docker_api_swarm_test.go:202: [d1200d9b59b9d] joining swarm manager [d1992aed0596b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:45:28.334Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-24T13:45:28.334Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-24T13:45:29.677Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-24T13:45:31.059Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-24T13:45:31.295Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-24T13:45:31.765Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-24T13:45:31.765Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T13:45:31.765Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-24T13:45:31.765Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T13:45:31.765Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-24T13:45:31.765Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T13:45:31.765Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-24T13:45:32.235Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-24T13:45:32.705Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-24T13:45:32.969Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-24T13:45:33.910Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-09-24T13:45:34.850Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-24T13:45:35.111Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-24T13:45:35.662Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-24T13:45:36.052Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-24T13:45:36.625Z] --- PASS: TestServicePlugin (32.20s) [2021-09-24T13:45:36.625Z] === RUN TestServiceUpdateLabel [2021-09-24T13:45:36.625Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-24T13:45:36.651Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-24T13:45:36.651Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T13:45:36.651Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-24T13:45:36.651Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T13:45:36.651Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-24T13:45:36.651Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-24T13:45:36.816Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-24T13:45:36.816Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T13:45:36.816Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-24T13:45:37.197Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-24T13:45:37.768Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-09-24T13:45:38.707Z] --- PASS: TestServiceUpdateLabel (2.07s) [2021-09-24T13:45:38.707Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:45:39.609Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-24T13:45:39.660Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-09-24T13:45:40.603Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-24T13:45:41.485Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-24T13:45:41.486Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-24T13:45:43.142Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-09-24T13:45:44.376Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-24T13:45:44.832Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-24T13:45:44.832Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T13:45:44.832Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-24T13:45:44.832Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T13:45:44.832Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-24T13:45:44.832Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T13:45:44.832Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-24T13:45:44.832Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-24T13:45:45.050Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-24T13:45:45.621Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-24T13:45:45.795Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-24T13:45:46.560Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-24T13:45:47.944Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-09-24T13:45:48.342Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-24T13:45:48.686Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-24T13:45:49.649Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-24T13:45:49.649Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T13:45:49.649Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-24T13:45:49.649Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T13:45:49.649Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-24T13:45:49.854Z] docker_api_swarm_test.go:384: [d735e5a628409] joining swarm manager [d7fe71b5c1157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:45:50.105Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-24T13:45:51.233Z] docker_api_swarm_test.go:385: [d006abd89a016] joining swarm manager [d7fe71b5c1157]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:45:51.803Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-24T13:45:52.065Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-24T13:45:52.269Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 77.3% of statements [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-24T13:45:52.669Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-24T13:45:52.669Z] ok github.com/docker/docker/builder/remotecontext 0.100s coverage: 13.7% of statements [2021-09-24T13:45:52.928Z] ok github.com/docker/docker/builder/dockerfile 0.219s coverage: 49.0% of statements [2021-09-24T13:45:52.928Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-24T13:45:53.104Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-24T13:45:53.447Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-24T13:45:53.448Z] --- PASS: TestServiceUpdateSecrets (15.02s) [2021-09-24T13:45:53.448Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:45:53.496Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-09-24T13:45:53.573Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-24T13:45:53.573Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T13:45:53.573Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-24T13:45:54.017Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-09-24T13:45:54.278Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-24T13:45:54.432Z] ok github.com/docker/docker/builder/remotecontext/git 1.221s coverage: 86.3% of statements [2021-09-24T13:45:54.432Z] ? github.com/docker/docker/cli [no test files] [2021-09-24T13:45:54.432Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-24T13:45:54.537Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-09-24T13:45:54.797Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-09-24T13:45:54.797Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-24T13:45:55.367Z] ok github.com/docker/docker/cmd/docker-proxy 0.098s coverage: 67.6% of statements [2021-09-24T13:45:56.180Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-24T13:45:56.532Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-24T13:45:57.119Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-24T13:45:57.119Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-24T13:45:57.119Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-24T13:45:57.527Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-24T13:45:57.689Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-24T13:45:57.898Z] ok github.com/docker/docker/client 0.100s coverage: 75.6% of statements [2021-09-24T13:45:57.948Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-24T13:45:58.208Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-24T13:45:59.587Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-09-24T13:45:59.587Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-09-24T13:45:59.587Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-24T13:45:59.587Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-09-24T13:45:59.587Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-24T13:45:59.587Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-24T13:46:00.980Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-09-24T13:46:01.550Z] === RUN TestDockerSuite/TestEventsRename [2021-09-24T13:46:02.120Z] === RUN TestDockerSuite/TestEventsResize [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-24T13:46:02.299Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-24T13:46:02.299Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-24T13:46:02.299Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-24T13:46:02.299Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-24T13:46:02.299Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-24T13:46:02.627Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-24T13:46:02.689Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-24T13:46:03.258Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-24T13:46:03.828Z] === RUN TestDockerSuite/TestEventsStreaming [2021-09-24T13:46:04.087Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-24T13:46:07.297Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-24T13:46:07.381Z] === RUN TestDockerSuite/TestEventsTop [2021-09-24T13:46:07.381Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-24T13:46:07.753Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-24T13:46:07.753Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T13:46:07.753Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-24T13:46:08.761Z] --- PASS: TestServiceUpdateConfigs (14.89s) [2021-09-24T13:46:08.761Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:46:10.142Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-24T13:46:10.644Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-24T13:46:12.172Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-24T13:46:16.842Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-24T13:46:16.842Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T13:46:16.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-24T13:46:16.842Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T13:46:16.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-24T13:46:16.842Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T13:46:16.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-24T13:46:16.842Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T13:46:16.842Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-24T13:46:17.298Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-24T13:46:22.361Z] === RUN TestDockerSuite/TestExec [2021-09-24T13:46:22.361Z] --- PASS: TestServiceUpdateNetwork (12.46s) [2021-09-24T13:46:22.361Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:46:22.361Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-24T13:46:22.361Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-24T13:46:22.361Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-24T13:46:22.623Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-24T13:46:23.193Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-24T13:46:23.453Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-24T13:46:24.392Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-24T13:46:25.334Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-24T13:46:25.594Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-24T13:46:26.163Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-24T13:46:26.731Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-24T13:46:27.302Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-24T13:46:27.880Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-24T13:46:28.834Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-24T13:46:29.774Z] === RUN TestDockerSuite/TestExecEnv [2021-09-24T13:46:30.343Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-24T13:46:30.343Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-24T13:46:31.283Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-24T13:46:32.223Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-24T13:46:32.433Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-24T13:46:32.433Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T13:46:32.433Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-24T13:46:32.433Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T13:46:32.433Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-24T13:46:34.762Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-24T13:46:35.331Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-09-24T13:46:35.590Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-24T13:46:36.161Z] === RUN TestDockerSuite/TestExecParseError [2021-09-24T13:46:36.607Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 29.3% of statements [2021-09-24T13:46:36.607Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2021-09-24T13:46:36.731Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-24T13:46:36.866Z] ok github.com/docker/docker/cmd/dockerd/trap 2.498s coverage: 0.0% of statements [2021-09-24T13:46:36.866Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-24T13:46:36.866Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-24T13:46:36.866Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-24T13:46:36.866Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-24T13:46:36.866Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-24T13:46:37.303Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-24T13:46:37.873Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-24T13:46:38.133Z] --- PASS: TestServiceUpdatePidsLimit (17.11s) [2021-09-24T13:46:38.133Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-09-24T13:46:38.133Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2021-09-24T13:46:38.133Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.02s) [2021-09-24T13:46:38.133Z] PASS [2021-09-24T13:46:38.133Z] [2021-09-24T13:46:38.133Z] === Skipped [2021-09-24T13:46:38.133Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-24T13:46:38.133Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-24T13:46:38.133Z] [2021-09-24T13:46:38.133Z] DONE 27 tests, 1 skipped in 180.232s [2021-09-24T13:46:38.133Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-24T13:46:38.133Z] ++ 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-09-24T13:46:38.133Z] ++ set -e [2021-09-24T13:46:38.133Z] ++ '[' -n 0 ']' [2021-09-24T13:46:38.133Z] ++ set -x [2021-09-24T13:46:38.133Z] ++ 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-09-24T13:46:38.394Z] INFO: Testing against a local daemon [2021-09-24T13:46:38.394Z] === RUN TestSessionCreate [2021-09-24T13:46:38.394Z] --- PASS: TestSessionCreate (0.02s) [2021-09-24T13:46:38.394Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:46:38.394Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-09-24T13:46:38.394Z] PASS [2021-09-24T13:46:38.394Z] [2021-09-24T13:46:38.394Z] DONE 2 tests in 0.300s [2021-09-24T13:46:38.394Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-24T13:46:38.394Z] ++ 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-09-24T13:46:38.394Z] ++ set -e [2021-09-24T13:46:38.394Z] ++ '[' -n 0 ']' [2021-09-24T13:46:38.394Z] ++ set -x [2021-09-24T13:46:38.394Z] ++ 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-09-24T13:46:38.654Z] INFO: Testing against a local daemon [2021-09-24T13:46:38.654Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:46:38.654Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:46:38.654Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:46:38.654Z] === RUN TestDiskUsage [2021-09-24T13:46:38.654Z] === PAUSE TestDiskUsage [2021-09-24T13:46:38.654Z] === RUN TestEventsExecDie [2021-09-24T13:46:39.223Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-24T13:46:39.223Z] --- PASS: TestEventsExecDie (0.72s) [2021-09-24T13:46:39.223Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:46:39.223Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-09-24T13:46:39.223Z] === RUN TestEventsVolumeCreate [2021-09-24T13:46:39.484Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-09-24T13:46:39.484Z] === RUN TestInfoBinaryCommits [2021-09-24T13:46:39.484Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-09-24T13:46:39.484Z] === RUN TestInfoAPIVersioned [2021-09-24T13:46:39.484Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-24T13:46:39.484Z] === RUN TestInfoDiscoveryBackend [2021-09-24T13:46:39.744Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-24T13:46:40.004Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2021-09-24T13:46:40.004Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-24T13:46:40.574Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-24T13:46:41.143Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-24T13:46:41.143Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-24T13:46:41.714Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-09-24T13:46:41.714Z] === RUN TestInfoAPI [2021-09-24T13:46:41.714Z] --- PASS: TestInfoAPI (0.02s) [2021-09-24T13:46:41.714Z] === RUN TestInfoAPIWarnings [2021-09-24T13:46:44.252Z] check_test.go:379: [d006abd89a016] daemon is not started [2021-09-24T13:46:44.252Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-09-24T13:46:44.947Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-24T13:46:44.947Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T13:46:44.947Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-24T13:46:44.980Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2021-09-24T13:46:45.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-24T13:46:45.548Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2021-09-24T13:46:45.634Z] docker_api_swarm_test.go:802: [df881143b5252] joining swarm manager [d2cce4109abb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:46:46.924Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-09-24T13:46:47.013Z] docker_api_swarm_test.go:802: [d871c543b53a5] joining swarm manager [d2cce4109abb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:46:48.427Z] docker_api_swarm_test.go:802: [de94a261a3e2c] joining swarm manager [d2cce4109abb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-24T13:46:49.365Z] docker_api_swarm_test.go:802: [deeda133d5d6a] joining swarm manager [d2cce4109abb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-24T13:46:50.746Z] docker_api_swarm_test.go:810: [d005a9109f5df] joining swarm manager [d2cce4109abb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-09-24T13:46:51.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-24T13:46:51.293Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T13:46:51.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-24T13:46:51.316Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-24T13:46:51.886Z] === RUN TestDockerSuite/TestExecTTY [2021-09-24T13:46:52.456Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-24T13:46:52.927Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-24T13:46:52.927Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T13:46:52.927Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-24T13:46:52.927Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T13:46:52.927Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-24T13:46:53.025Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-24T13:46:53.595Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-24T13:46:54.164Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-24T13:46:54.164Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-24T13:46:54.164Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-24T13:46:55.035Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2021-09-24T13:46:55.035Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.1% of statements [2021-09-24T13:46:55.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-24T13:46:55.105Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-09-24T13:46:55.294Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-09-24T13:46:55.553Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-09-24T13:46:55.677Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-24T13:46:56.119Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-09-24T13:46:57.060Z] === RUN TestDockerSuite/TestExecWithTERM [2021-09-24T13:46:57.320Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-24T13:46:57.493Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.449s coverage: 74.6% of statements [2021-09-24T13:46:57.889Z] --- PASS: TestInfoAPIWarnings (16.30s) [2021-09-24T13:46:57.889Z] === RUN TestInfoDebug [2021-09-24T13:46:58.150Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-24T13:46:58.410Z] --- PASS: TestInfoDebug (0.54s) [2021-09-24T13:46:58.410Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:46:58.428Z] ok github.com/docker/docker/daemon 12.141s coverage: 17.5% of statements [2021-09-24T13:46:58.428Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-24T13:46:58.428Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-24T13:46:58.428Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-24T13:46:58.428Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-24T13:46:58.687Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.1% of statements [2021-09-24T13:46:58.979Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-09-24T13:46:58.979Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:46:59.326Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.432s coverage: 56.2% of statements [2021-09-24T13:46:59.548Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-09-24T13:46:59.548Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:46:59.548Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-09-24T13:46:59.548Z] === RUN TestPingCacheHeaders [2021-09-24T13:46:59.548Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-24T13:46:59.548Z] === RUN TestPingGet [2021-09-24T13:46:59.548Z] --- PASS: TestPingGet (0.01s) [2021-09-24T13:46:59.548Z] === RUN TestPingHead [2021-09-24T13:46:59.548Z] --- PASS: TestPingHead (0.02s) [2021-09-24T13:46:59.548Z] === RUN TestVersion [2021-09-24T13:46:59.548Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:46:59.548Z] === CONT TestDiskUsage [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/container_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/image_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/volume_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-24T13:47:00.118Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-24T13:47:00.379Z] === RUN TestDiskUsage/after_container.Run [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-24T13:47:00.639Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage (1.18s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-24T13:47:00.899Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-24T13:47:00.900Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-24T13:47:00.900Z] PASS [2021-09-24T13:47:00.900Z] [2021-09-24T13:47:00.900Z] === Skipped [2021-09-24T13:47:00.900Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:47:00.900Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-24T13:47:00.900Z] [2021-09-24T13:47:00.900Z] DONE 53 tests, 1 skipped in 22.405s [2021-09-24T13:47:00.900Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-24T13:47:00.900Z] ++ 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-09-24T13:47:00.900Z] ++ set -e [2021-09-24T13:47:00.900Z] ++ '[' -n 0 ']' [2021-09-24T13:47:00.900Z] ++ set -x [2021-09-24T13:47:00.900Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-09-24T13:47:00.900Z] INFO: Testing against a local daemon [2021-09-24T13:47:00.900Z] === RUN TestVolumesCreateAndList [2021-09-24T13:47:00.900Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-24T13:47:00.900Z] === RUN TestVolumesRemove [2021-09-24T13:47:00.900Z] --- PASS: TestVolumesRemove (0.05s) [2021-09-24T13:47:00.900Z] === RUN TestVolumesInspect [2021-09-24T13:47:00.900Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-24T13:47:00.900Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:47:00.900Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:47:00.900Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:47:00.900Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:47:00.900Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-24T13:47:00.900Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2021-09-24T13:47:00.900Z] PASS [2021-09-24T13:47:00.900Z] [2021-09-24T13:47:00.900Z] DONE 5 tests in 0.220s [2021-09-24T13:47:00.900Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T13:47:01.160Z] ++++ cat bundles/test-integration/docker.pid [2021-09-24T13:47:01.160Z] +++ kill 6304 [2021-09-24T13:47:01.263Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.9% of statements [2021-09-24T13:47:01.420Z] +++ /etc/init.d/apparmor stop [2021-09-24T13:47:01.420Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T13:47:01.420Z] [2021-09-24T13:47:01.420Z] Unloading profiles will leave already running processes permanently [2021-09-24T13:47:01.420Z] unconfined, which can lead to unexpected situations. [2021-09-24T13:47:01.420Z] [2021-09-24T13:47:01.420Z] To set a process to complain mode, use the command line tool [2021-09-24T13:47:01.420Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T13:47:01.420Z] +++ true [2021-09-24T13:47:01.420Z] exiting test-integration [2021-09-24T13:47:01.420Z] ++ exit 0 [2021-09-24T13:47:01.420Z] [2021-09-24T13:47:02.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-24T13:47:02.359Z] + for job in $(jobs -p) [2021-09-24T13:47:02.359Z] + wait 23845 [2021-09-24T13:47:02.669Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.298s coverage: 49.4% of statements [2021-09-24T13:47:02.929Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-24T13:47:03.211Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-24T13:47:03.211Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T13:47:03.666Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-24T13:47:04.049Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.775s coverage: 46.2% of statements [2021-09-24T13:47:04.049Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-24T13:47:04.122Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-24T13:47:04.986Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.658s coverage: 57.7% of statements [2021-09-24T13:47:04.986Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-24T13:47:04.986Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-24T13:47:04.986Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 57.5% of statements [2021-09-24T13:47:06.364Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2021-09-24T13:47:06.623Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2021-09-24T13:47:07.021Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-24T13:47:07.021Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T13:47:07.189Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.7% of statements [2021-09-24T13:47:07.189Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-24T13:47:07.189Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-24T13:47:07.490Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-24T13:47:08.125Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 43.5% of statements [2021-09-24T13:47:08.216Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-24T13:47:08.693Z] ok github.com/docker/docker/daemon/logger/awslogs 0.179s coverage: 77.0% of statements [2021-09-24T13:47:08.693Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-24T13:47:08.693Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-24T13:47:08.785Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-24T13:47:08.951Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2021-09-24T13:47:09.209Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-09-24T13:47:09.776Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2021-09-24T13:47:09.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-24T13:47:09.890Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T13:47:10.035Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-09-24T13:47:10.601Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-09-24T13:47:10.601Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-24T13:47:10.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-24T13:47:10.861Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 59.3% of statements [2021-09-24T13:47:11.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-24T13:47:11.286Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T13:47:11.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-24T13:47:11.286Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T13:47:11.286Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-24T13:47:11.429Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2021-09-24T13:47:12.366Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-09-24T13:47:12.366Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-09-24T13:47:12.933Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-09-24T13:47:13.500Z] ok github.com/docker/docker/daemon/logger/splunk 1.618s coverage: 82.5% of statements [2021-09-24T13:47:13.500Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-24T13:47:13.500Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-24T13:47:14.061Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-24T13:47:14.061Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-24T13:47:14.061Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-24T13:47:14.061Z] === RUN TestDockerSuite/TestHealth [2021-09-24T13:47:14.437Z] ok github.com/docker/docker/distribution 0.091s coverage: 25.8% of statements [2021-09-24T13:47:14.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-24T13:47:14.702Z] ok github.com/docker/docker/distribution/metadata 0.090s coverage: 48.2% of statements [2021-09-24T13:47:14.702Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-24T13:47:15.639Z] ok github.com/docker/docker/errdefs 0.018s coverage: 53.1% of statements [2021-09-24T13:47:16.205Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2021-09-24T13:47:16.464Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-09-24T13:47:17.030Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-09-24T13:47:17.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-24T13:47:17.162Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T13:47:17.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-24T13:47:17.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-24T13:47:17.162Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T13:47:17.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-24T13:47:17.162Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T13:47:17.162Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-24T13:47:17.288Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2021-09-24T13:47:17.547Z] ok github.com/docker/docker/distribution/xfer 1.909s coverage: 85.1% of statements [2021-09-24T13:47:17.547Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-24T13:47:17.547Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-24T13:47:18.113Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-09-24T13:47:18.680Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2021-09-24T13:47:19.247Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-09-24T13:47:19.505Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-09-24T13:47:20.881Z] ok github.com/docker/docker/pkg/archive 0.299s coverage: 82.0% of statements [2021-09-24T13:47:21.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-24T13:47:21.815Z] ok github.com/docker/docker/pkg/authorization 0.164s coverage: 68.3% of statements [2021-09-24T13:47:21.815Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-09-24T13:47:21.815Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-09-24T13:47:25.095Z] ok github.com/docker/docker/pkg/chrootarchive 2.469s coverage: 43.2% of statements [2021-09-24T13:47:25.095Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-09-24T13:47:25.353Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-09-24T13:47:25.611Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-09-24T13:47:26.177Z] ok github.com/docker/docker/layer 7.187s coverage: 68.8% of statements [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-24T13:47:26.177Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-24T13:47:26.436Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-09-24T13:47:27.002Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2021-09-24T13:47:27.260Z] ok github.com/docker/docker/pkg/dmesg 0.013s coverage: 83.3% of statements [2021-09-24T13:47:28.194Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-09-24T13:47:28.656Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-24T13:47:28.656Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T13:47:28.656Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-24T13:47:28.762Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 83.1% of statements [2021-09-24T13:47:29.020Z] ok github.com/docker/docker/pkg/discovery/kv 3.017s coverage: 84.1% of statements [2021-09-24T13:47:29.278Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-09-24T13:47:29.279Z] ok github.com/docker/docker/pkg/fsutils 0.205s coverage: 85.1% of statements [2021-09-24T13:47:30.654Z] ok github.com/docker/docker/pkg/idtools 0.585s coverage: 69.5% of statements [2021-09-24T13:47:30.654Z] ok github.com/docker/docker/pkg/ioutils 0.435s coverage: 69.7% of statements [2021-09-24T13:47:30.654Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2021-09-24T13:47:30.654Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-09-24T13:47:30.654Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-24T13:47:30.654Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-24T13:47:30.654Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-24T13:47:30.913Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2021-09-24T13:47:30.913Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-24T13:47:31.171Z] ok github.com/docker/docker/pkg/parsers 0.014s coverage: 97.0% of statements [2021-09-24T13:47:31.171Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-09-24T13:47:31.430Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 86.7% of statements [2021-09-24T13:47:31.430Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2021-09-24T13:47:31.430Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-24T13:47:31.430Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-24T13:47:32.366Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2021-09-24T13:47:32.624Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-09-24T13:47:32.882Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-09-24T13:47:32.882Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-09-24T13:47:33.324Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-24T13:47:33.324Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T13:47:33.324Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-24T13:47:33.324Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T13:47:33.324Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-24T13:47:34.258Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2021-09-24T13:47:34.258Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-09-24T13:47:34.516Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-09-24T13:47:34.775Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-09-24T13:47:35.034Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-09-24T13:47:35.034Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-09-24T13:47:35.602Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2021-09-24T13:47:35.861Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-24T13:47:36.009Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-24T13:47:36.121Z] ok github.com/docker/docker/pkg/tailfile 0.063s coverage: 88.6% of statements [2021-09-24T13:47:36.269Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-24T13:47:36.530Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-24T13:47:36.688Z] ok github.com/docker/docker/pkg/tarsum 0.037s coverage: 89.3% of statements [2021-09-24T13:47:36.688Z] coverage: [no statements] [2021-09-24T13:47:36.688Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-09-24T13:47:36.947Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-09-24T13:47:37.101Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-24T13:47:37.205Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-09-24T13:47:37.205Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-09-24T13:47:38.408Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-24T13:47:39.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-24T13:47:39.091Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T13:47:39.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-24T13:47:39.107Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2021-09-24T13:47:39.107Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-09-24T13:47:39.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-24T13:47:39.547Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T13:47:39.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-24T13:47:39.547Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T13:47:39.547Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-24T13:47:39.638Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-24T13:47:39.638Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-24T13:47:39.638Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-24T13:47:39.691Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2021-09-24T13:47:39.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-24T13:47:39.976Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T13:47:40.446Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-24T13:47:40.446Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T13:47:40.446Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-24T13:47:40.624Z] ok github.com/docker/docker/quota 0.240s coverage: 71.4% of statements [2021-09-24T13:47:40.882Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-09-24T13:47:41.018Z] === RUN TestDockerSuite/TestImportFile [2021-09-24T13:47:41.818Z] ok github.com/docker/docker/registry 0.038s coverage: 58.8% of statements [2021-09-24T13:47:41.957Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-24T13:47:41.958Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-24T13:47:42.013Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-24T13:47:42.013Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T13:47:42.013Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-24T13:47:42.384Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-09-24T13:47:42.384Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-09-24T13:47:42.898Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-24T13:47:42.951Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-09-24T13:47:42.951Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-09-24T13:47:44.281Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-24T13:47:44.971Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-24T13:47:45.222Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-24T13:47:45.484Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-09-24T13:47:45.793Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-24T13:47:45.959Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-24T13:47:45.959Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T13:47:45.959Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-24T13:47:45.959Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T13:47:45.959Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-24T13:47:46.050Z] ok github.com/docker/docker/volume/local 0.113s coverage: 76.4% of statements [2021-09-24T13:47:46.309Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2021-09-24T13:47:46.374Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-24T13:47:46.946Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-24T13:47:46.946Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-09-24T13:47:46.946Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-24T13:47:47.516Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-24T13:47:47.529Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-24T13:47:47.684Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.3% of statements [2021-09-24T13:47:47.776Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-24T13:47:47.998Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-24T13:47:48.346Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-24T13:47:48.468Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-24T13:47:48.607Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-24T13:47:48.937Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-24T13:47:49.177Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-24T13:47:49.407Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-24T13:47:49.747Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-09-24T13:47:49.747Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-24T13:47:49.747Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-09-24T13:47:51.127Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-24T13:47:51.386Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-24T13:47:51.957Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-24T13:47:51.957Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-24T13:47:52.527Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-24T13:47:52.527Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-24T13:47:52.527Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-24T13:47:53.097Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-24T13:47:53.356Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-24T13:47:53.927Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-24T13:47:54.169Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-24T13:47:54.497Z] === RUN TestDockerSuite/TestInspectImage [2021-09-24T13:47:54.497Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-24T13:47:54.497Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-24T13:47:54.497Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-24T13:47:54.497Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-24T13:47:55.067Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-24T13:47:55.158Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-24T13:47:55.158Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T13:47:55.158Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-24T13:47:55.328Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-24T13:47:55.328Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-24T13:47:55.899Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-24T13:47:56.147Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-24T13:47:56.147Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T13:47:56.147Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-24T13:47:56.468Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-24T13:47:56.616Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-24T13:47:57.849Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-24T13:47:57.849Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-24T13:47:58.184Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-24T13:47:58.419Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-24T13:47:58.659Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-24T13:47:58.989Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-24T13:47:59.129Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-24T13:47:59.129Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T13:47:59.129Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-24T13:47:59.929Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-24T13:48:00.118Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-24T13:48:00.189Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-24T13:48:00.588Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-24T13:48:00.588Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T13:48:00.588Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-24T13:48:00.588Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T13:48:00.588Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-24T13:48:00.588Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-24T13:48:00.760Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-24T13:48:01.330Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-24T13:48:01.590Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-24T13:48:02.160Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-24T13:48:02.729Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-24T13:48:02.729Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-09-24T13:48:04.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-24T13:48:04.389Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T13:48:04.436Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-24T13:48:04.653Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-24T13:48:04.846Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-24T13:48:04.846Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T13:48:05.302Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-24T13:48:05.590Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-24T13:48:06.263Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-24T13:48:06.263Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T13:48:06.263Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-24T13:48:06.530Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-24T13:48:06.530Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-24T13:48:07.912Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-24T13:48:09.295Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-24T13:48:09.597Z] ok github.com/docker/docker/pkg/plugins 33.647s coverage: 76.3% of statements [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/rootless [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-24T13:48:09.597Z] ? github.com/docker/docker/volume [no test files] [2021-09-24T13:48:09.598Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-24T13:48:09.598Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === Skipped [2021-09-24T13:48:09.598Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-24T13:48:09.598Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-24T13:48:09.598Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-24T13:48:09.598Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-24T13:48:09.598Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-24T13:48:09.598Z] time="2021-09-24T13:47:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-24T13:48:09.598Z] time="2021-09-24T13:47:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-24T13:48:09.598Z] time="2021-09-24T13:47:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-24T13:48:09.598Z] time="2021-09-24T13:47:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-24T13:48:09.598Z] time="2021-09-24T13:47:00Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-24T13:48:09.598Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-24T13:48:09.598Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-24T13:48:09.598Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-24T13:48:09.598Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-24T13:48:09.598Z] graphtest_unix.go:71: No driver to put! [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-24T13:48:09.598Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-24T13:48:09.598Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-24T13:48:09.598Z] [2021-09-24T13:48:09.598Z] DONE 2311 tests, 28 skipped in 230.959s [2021-09-24T13:48:09.598Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/bitseq [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cluster [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/config [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/datastore [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/driverapi [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/etchosts [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/idm [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipam [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/iptables [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/netlabel [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/netutils [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/networkdb [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/ns [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/options [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/osl [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/portallocator [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/portmapper [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/testutils [2021-09-24T13:48:09.598Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-24T13:48:09.598Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-09-24T13:48:09.978Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-24T13:48:10.677Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-24T13:48:10.677Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-24T13:48:10.938Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-09-24T13:48:10.940Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-24T13:48:10.940Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T13:48:10.940Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-24T13:48:10.940Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T13:48:10.940Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-24T13:48:12.320Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-24T13:48:12.469Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-24T13:48:12.580Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-24T13:48:13.430Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-24T13:48:13.521Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-24T13:48:13.886Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-24T13:48:14.341Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-24T13:48:14.797Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-24T13:48:16.064Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-09-24T13:48:17.977Z] docker_api_swarm_service_test.go:395: [d3e590b027eae] joining swarm manager [db8fd2cfa5181]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:48:18.918Z] docker_api_swarm_service_test.go:395: [d104200fb3d9c] joining swarm manager [db8fd2cfa5181]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:48:19.468Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-24T13:48:21.632Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-24T13:48:21.632Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T13:48:21.632Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-24T13:48:22.594Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-24T13:48:22.594Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T13:48:22.594Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-24T13:48:23.049Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-24T13:48:23.119Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-24T13:48:24.576Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-24T13:48:25.030Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-24T13:48:25.537Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-24T13:48:25.993Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-24T13:48:26.387Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-24T13:48:26.387Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T13:48:26.387Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-24T13:48:26.562Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-24T13:48:26.843Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-24T13:48:27.298Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-24T13:48:27.298Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T13:48:27.298Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-24T13:48:27.298Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T13:48:27.298Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-24T13:48:28.470Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-09-24T13:48:28.470Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-24T13:48:28.470Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-24T13:48:28.470Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-24T13:48:28.470Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-24T13:48:29.041Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-24T13:48:29.302Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-24T13:48:29.741Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-24T13:48:29.741Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-24T13:48:29.741Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-24T13:48:31.967Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-24T13:48:32.701Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-24T13:48:32.701Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T13:48:33.170Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-24T13:48:33.170Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T13:48:33.170Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-24T13:48:33.170Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T13:48:33.170Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-24T13:48:33.499Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-24T13:48:33.499Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-24T13:48:33.640Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-24T13:48:33.640Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T13:48:33.640Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-24T13:48:34.878Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-09-24T13:48:36.785Z] docker_api_swarm_service_test.go:343: [d8ff5b35a8701] joining swarm manager [da66ad81d7be6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:48:37.354Z] docker_api_swarm_service_test.go:343: [d864e712c5695] joining swarm manager [da66ad81d7be6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:48:37.924Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-24T13:48:38.495Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-24T13:48:38.495Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-24T13:48:39.880Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-24T13:48:41.262Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-24T13:48:41.832Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-24T13:48:42.773Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-24T13:48:43.712Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-24T13:48:45.621Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-24T13:48:45.881Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-24T13:48:46.141Z] === RUN TestDockerSuite/TestLogsSince [2021-09-24T13:48:48.290Z] ok github.com/docker/docker/libnetwork 37.151s coverage: 40.7% of statements [2021-09-24T13:48:48.290Z] ok github.com/docker/docker/libnetwork/bitseq 0.115s coverage: 84.4% of statements [2021-09-24T13:48:48.290Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-24T13:48:49.224Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-24T13:48:49.824Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-24T13:48:50.082Z] ok github.com/docker/docker/libnetwork/config 0.027s coverage: 24.0% of statements [2021-09-24T13:48:50.648Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-09-24T13:48:50.648Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-24T13:48:50.648Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-24T13:48:50.648Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-09-24T13:48:51.436Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-09-24T13:48:52.816Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-24T13:48:53.387Z] docker_api_swarm_service_test.go:490: [d4da71a34a1fb] joining swarm manager [dd43232cd683c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:48:53.929Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.430s coverage: 59.9% of statements [2021-09-24T13:48:53.929Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-24T13:48:53.929Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-09-24T13:48:54.187Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.224s coverage: 4.0% of statements [2021-09-24T13:48:54.187Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-24T13:48:54.325Z] docker_api_swarm_service_test.go:490: [d01bf58f48eb2] joining swarm manager [dd43232cd683c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:48:54.753Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2021-09-24T13:48:54.753Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-24T13:48:54.889Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-24T13:48:54.889Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-24T13:48:54.889Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T13:48:54.889Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-24T13:48:55.012Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-09-24T13:48:58.521Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-24T13:48:59.091Z] === RUN TestDockerSuite/TestLogsTail [2021-09-24T13:48:59.351Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-24T13:48:59.921Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-24T13:49:00.491Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-24T13:49:00.751Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-24T13:49:01.322Z] === RUN TestDockerSuite/TestNetHostname [2021-09-24T13:49:01.866Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-24T13:49:01.866Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-24T13:49:01.866Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-24T13:49:02.702Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-24T13:49:02.702Z] === RUN TestDockerSuite/TestNetworkEvents [2021-09-24T13:49:03.642Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-24T13:49:04.977Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.628s coverage: 7.2% of statements [2021-09-24T13:49:04.977Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-24T13:49:04.977Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-09-24T13:49:04.977Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-09-24T13:49:04.977Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-24T13:49:04.977Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-24T13:49:04.977Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-24T13:49:04.977Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2021-09-24T13:49:05.023Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-24T13:49:05.235Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2021-09-24T13:49:05.283Z] === RUN TestDockerSuite/TestPluginActive [2021-09-24T13:49:05.494Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-09-24T13:49:05.594Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-24T13:49:05.594Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T13:49:05.594Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-24T13:49:05.594Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T13:49:05.752Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-09-24T13:49:05.752Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-09-24T13:49:06.050Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-24T13:49:06.051Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T13:49:06.051Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-24T13:49:06.506Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-24T13:49:06.506Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T13:49:06.506Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-24T13:49:06.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-09-24T13:49:06.664Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-24T13:49:07.404Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-24T13:49:08.440Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-24T13:49:08.909Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-24T13:49:12.705Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-24T13:49:13.263Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-24T13:49:13.263Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-24T13:49:13.263Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-24T13:49:13.524Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-09-24T13:49:13.784Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-24T13:49:14.932Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-24T13:49:15.697Z] docker_api_swarm_service_test.go:128: [db88cb7fd3c84] joining swarm manager [d8de3661353fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:49:16.637Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-24T13:49:16.637Z] docker_api_swarm_service_test.go:129: [d2f2b8095c741] joining swarm manager [d8de3661353fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:49:17.151Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-24T13:49:17.951Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2021-09-24T13:49:18.020Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-24T13:49:18.281Z] docker_api_swarm_service_test.go:137: [ddce42a2c8e45] joining swarm manager [d8de3661353fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-24T13:49:19.221Z] docker_api_swarm_service_test.go:138: [d9cace5cd07af] joining swarm manager [d8de3661353fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-24T13:49:19.790Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-24T13:49:23.988Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-24T13:49:24.929Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-24T13:49:25.869Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-24T13:49:26.808Z] === RUN TestDockerSuite/TestPortList [2021-09-24T13:49:27.552Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-24T13:49:28.008Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-24T13:49:28.008Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T13:49:28.008Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/ipam 13.908s coverage: 85.3% of statements [2021-09-24T13:49:32.826Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-24T13:49:32.826Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2021-09-24T13:49:32.826Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/ipamutils 0.254s coverage: 74.0% of statements [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/iptables 0.165s coverage: 45.1% of statements [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2021-09-24T13:49:32.826Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2021-09-24T13:49:33.387Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-24T13:49:33.956Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-24T13:49:40.536Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-24T13:49:40.537Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-24T13:49:40.537Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-24T13:49:40.796Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-24T13:49:40.796Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-24T13:49:41.057Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-24T13:49:41.057Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-24T13:49:41.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-09-24T13:49:41.577Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-24T13:49:41.577Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-24T13:49:42.520Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-24T13:49:42.520Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-09-24T13:49:43.902Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-09-24T13:49:45.285Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-09-24T13:49:45.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-24T13:49:45.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-24T13:49:45.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-24T13:49:46.226Z] docker_api_swarm_service_test.go:304: [debc3b4f92107] joining swarm manager [d669380d2b5f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:49:46.487Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-09-24T13:49:46.748Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-09-24T13:49:47.008Z] docker_api_swarm_service_test.go:304: [da1783a42952b] joining swarm manager [d669380d2b5f0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:49:47.008Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-24T13:49:49.362Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-24T13:49:49.553Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-24T13:49:50.492Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-24T13:49:52.251Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-24T13:49:52.403Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-24T13:49:55.141Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-24T13:49:56.604Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-24T13:49:56.604Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-24T13:49:58.513Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-24T13:49:59.873Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-24T13:50:02.831Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-24T13:50:02.831Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T13:50:02.831Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-24T13:50:05.113Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-24T13:50:05.682Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-24T13:50:06.624Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-09-24T13:50:07.564Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-24T13:50:08.947Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-24T13:50:08.947Z] docker_api_swarm_service_test.go:100: [d02e358b01e4d] joining swarm manager [de6bae71c6357]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:50:09.888Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-24T13:50:09.888Z] docker_api_swarm_service_test.go:101: [d02fafe283640] joining swarm manager [de6bae71c6357]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:50:11.800Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-24T13:50:14.342Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-24T13:50:15.282Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-24T13:50:15.282Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-24T13:50:15.855Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-24T13:50:17.238Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-24T13:50:19.148Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-24T13:50:19.148Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-24T13:50:19.148Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-24T13:50:19.148Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-24T13:50:19.407Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-24T13:50:19.407Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-24T13:50:19.668Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-24T13:50:19.927Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-24T13:50:21.309Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-24T13:50:22.249Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-24T13:50:22.510Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-24T13:50:27.819Z] check_test.go:379: [d02e358b01e4d] daemon is not started [2021-09-24T13:50:29.730Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-24T13:50:30.300Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-24T13:50:31.683Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-24T13:50:31.683Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-24T13:50:31.683Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-24T13:50:31.943Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-24T13:50:33.324Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-09-24T13:50:34.267Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-24T13:50:35.211Z] docker_api_swarm_service_test.go:533: [d37bbecb1658d] joining swarm manager [d7238549152aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:50:35.471Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-24T13:50:36.855Z] docker_api_swarm_service_test.go:534: [dfadbd6e070e5] joining swarm manager [d7238549152aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:50:37.795Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-24T13:50:39.180Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-24T13:50:39.180Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-24T13:50:39.180Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-24T13:50:43.384Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-24T13:50:43.644Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-24T13:50:43.905Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-24T13:50:45.286Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-24T13:50:45.774Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-24T13:50:45.774Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-24T13:50:45.774Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T13:50:45.774Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-24T13:50:45.855Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-24T13:50:46.798Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-24T13:50:47.738Z] === RUN TestDockerSuite/TestRmiTag [2021-09-24T13:50:47.738Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-24T13:50:48.311Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-24T13:50:50.855Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-24T13:50:51.425Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-24T13:50:51.996Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-24T13:50:52.255Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-24T13:50:53.194Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-24T13:50:53.725Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-24T13:50:53.725Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-24T13:50:53.725Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-24T13:50:53.765Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-24T13:50:53.765Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-24T13:50:54.340Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-24T13:50:54.599Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-24T13:50:54.859Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-24T13:50:56.243Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-24T13:50:56.503Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-24T13:50:57.072Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-24T13:50:57.642Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-09-24T13:50:58.582Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-24T13:50:59.523Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-09-24T13:50:59.523Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-09-24T13:51:00.465Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-09-24T13:51:01.036Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-09-24T13:51:01.608Z] docker_api_swarm_service_test.go:148: [de4c0e679112c] joining swarm manager [d18409c444056]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:51:01.869Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-09-24T13:51:02.441Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-09-24T13:51:02.441Z] docker_api_swarm_service_test.go:148: [db79ecba60263] joining swarm manager [d18409c444056]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:51:03.384Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-24T13:51:04.324Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-09-24T13:51:05.279Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-24T13:51:05.544Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-24T13:51:06.245Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-24T13:51:06.483Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-24T13:51:06.743Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-24T13:51:06.743Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-24T13:51:08.654Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-24T13:51:08.654Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-24T13:51:09.224Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-24T13:51:09.795Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-24T13:51:10.364Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-24T13:51:10.364Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-24T13:51:10.934Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-24T13:51:11.195Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-24T13:51:12.136Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-24T13:51:12.709Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-24T13:51:12.969Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-24T13:51:12.969Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-24T13:51:13.540Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-24T13:51:13.540Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-24T13:51:14.481Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-24T13:51:14.919Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-24T13:51:15.051Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-24T13:51:15.620Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-24T13:51:15.880Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-24T13:51:16.140Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-24T13:51:16.400Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-24T13:51:17.340Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-24T13:51:18.722Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-24T13:51:19.662Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-24T13:51:20.233Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-24T13:51:20.804Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-24T13:51:21.373Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-24T13:51:21.943Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-24T13:51:22.087Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-24T13:51:22.221Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-24T13:51:23.607Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/networkdb 102.694s coverage: 60.1% of statements [2021-09-24T13:51:24.274Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/osl 4.307s coverage: 39.7% of statements [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/portmapper 0.211s coverage: 48.6% of statements [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-09-24T13:51:24.274Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-24T13:51:24.274Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === Skipped [2021-09-24T13:51:24.274Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-09-24T13:51:24.274Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-09-24T13:51:24.274Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-09-24T13:51:24.274Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-24T13:51:24.274Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-24T13:51:24.274Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-24T13:51:24.274Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-24T13:51:24.274Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-24T13:51:24.274Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-24T13:51:24.274Z] firewalld_test.go:14: firewalld is not running [2021-09-24T13:51:24.274Z] [2021-09-24T13:51:24.274Z] DONE 331 tests, 9 skipped in 196.947s Post stage [Pipeline] junit [2021-09-24T13:51:24.287Z] Recording test results [2021-09-24T13:51:24.618Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-09-24T13:51:24.958Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42879/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=09de87ebbeac5d6e769729bae549485701a96733 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:09de87ebbeac5d6e769729bae549485701a96733 hack/validate/vendor [2021-09-24T13:51:25.894Z] No vendor changes in diff. [2021-09-24T13:51:26.148Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-24T13:51:26.148Z] === RUN TestDockerSuite/TestRunCreateVolume [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-24T13:51:26.411Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-24T13:51:26.470Z] + echo Ensuring container killed. [2021-09-24T13:51:26.470Z] Ensuring container killed. [2021-09-24T13:51:26.470Z] + docker rm -vf docker-pr2 [2021-09-24T13:51:26.470Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-09-24T13:51:26.750Z] + echo Chowning /workspace to jenkins user [2021-09-24T13:51:26.750Z] Chowning /workspace to jenkins user [2021-09-24T13:51:26.750Z] + id -u [2021-09-24T13:51:26.750Z] + id -g [2021-09-24T13:51:26.750Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T13:51:27.611Z] + bundleName=unit [2021-09-24T13:51:27.611Z] + echo Creating unit-bundles.tar.gz [2021-09-24T13:51:27.611Z] Creating unit-bundles.tar.gz [2021-09-24T13:51:27.611Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2021-09-24T13:51:27.611Z] bundles/junit-report-libnetwork.xml [2021-09-24T13:51:27.611Z] bundles/junit-report.xml [2021-09-24T13:51:27.611Z] bundles/go-test-report-libnetwork.json [2021-09-24T13:51:27.611Z] bundles/go-test-report.json [2021-09-24T13:51:27.611Z] bundles/profile-libnetwork.out [2021-09-24T13:51:27.611Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-09-24T13:51:27.622Z] Archiving artifacts [2021-09-24T13:51:28.036Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T13:51:28.323Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-24T13:51:28.344Z] + make clean [2021-09-24T13:51:28.344Z] docker volume rm -f docker-dev-cache [2021-09-24T13:51:28.353Z] --- PASS: TestBuildWCOWSandboxSize (766.82s) [2021-09-24T13:51:28.353Z] === RUN TestBuildWithEmptyDockerfile [2021-09-24T13:51:28.353Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:51:28.353Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:51:28.353Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:51:28.353Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:51:28.353Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:51:28.353Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:51:28.353Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-24T13:51:28.353Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-24T13:51:28.353Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-24T13:51:28.353Z] --- PASS: TestBuildWithEmptyDockerfile (0.39s) [2021-09-24T13:51:28.353Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-24T13:51:28.353Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-24T13:51:28.353Z] === RUN TestBuildPreserveOwnership [2021-09-24T13:51:28.353Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestBuildPlatformInvalid [2021-09-24T13:51:28.353Z] --- PASS: TestBuildPlatformInvalid (0.35s) [2021-09-24T13:51:28.353Z] PASS [2021-09-24T13:51:28.353Z] ok github.com/docker/docker/integration/build 932.397s [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === Skipped [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-24T13:51:28.353Z] build_session_test.go:25: TODO: BuildKit [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-24T13:51:28.353Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-09-24T13:51:28.353Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-24T13:51:28.353Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-24T13:51:28.353Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] DONE 29 tests, 5 skipped in 954.081s [2021-09-24T13:51:28.353Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-24T13:51:28.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:51:28.353Z] INFO: Testing against a local daemon [2021-09-24T13:51:28.353Z] === RUN TestConfigInspect [2021-09-24T13:51:28.353Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestConfigList [2021-09-24T13:51:28.353Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestConfigList (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestConfigsCreateAndDelete [2021-09-24T13:51:28.353Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestConfigsUpdate [2021-09-24T13:51:28.353Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestTemplatedConfig [2021-09-24T13:51:28.353Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestConfigCreateResolve [2021-09-24T13:51:28.353Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:51:28.353Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-24T13:51:28.353Z] PASS [2021-09-24T13:51:28.353Z] ok github.com/docker/docker/integration/config 0.166s [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === Skipped [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-24T13:51:28.353Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:51:28.353Z] [2021-09-24T13:51:28.353Z] DONE 6 tests, 6 skipped in 2.534s [2021-09-24T13:51:28.353Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-24T13:51:28.353Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:51:28.353Z] INFO: Testing against a local daemon [2021-09-24T13:51:28.353Z] === RUN TestCheckpoint [2021-09-24T13:51:28.353Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:51:28.353Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestContainerInvalidJSON [2021-09-24T13:51:28.353Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:51:28.353Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:51:28.353Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:51:28.353Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:51:28.353Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-24T13:51:28.353Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-24T13:51:28.353Z] --- PASS: TestContainerInvalidJSON (0.33s) [2021-09-24T13:51:28.353Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-24T13:51:28.353Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-09-24T13:51:28.353Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-24T13:51:28.353Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2021-09-24T13:51:28.353Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-24T13:51:28.353Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2021-09-24T13:51:28.353Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-24T13:51:28.353Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s) [2021-09-24T13:51:28.353Z] === RUN TestCopyFromContainer [2021-09-24T13:51:28.353Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-24T13:51:28.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:51:28.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:51:28.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:51:28.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:51:28.353Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:51:28.353Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:51:28.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-24T13:51:28.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-24T13:51:28.353Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-24T13:51:28.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-24T13:51:28.353Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:51:28.353Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidEnv [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateTmpfsMountsTarget [2021-09-24T13:51:28.353Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-24T13:51:28.353Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:51:28.353Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-24T13:51:28.353Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:51:28.353Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:51:28.353Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:51:28.353Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-24T13:51:28.353Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-24T13:51:28.353Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:51:28.353Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateDifferentPlatform [2021-09-24T13:51:28.353Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-24T13:51:28.353Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-24T13:51:28.353Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-09-24T13:51:28.353Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-24T13:51:28.353Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-09-24T13:51:28.353Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-24T13:51:28.353Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:51:28.353Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-24T13:51:28.353Z] === RUN TestContainerKillOnDaemonStart [2021-09-24T13:51:28.353Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestDiff [2021-09-24T13:51:28.353Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] --- SKIP: TestDiff (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestExecWithCloseStdin [2021-09-24T13:51:28.353Z] --- PASS: TestExecWithCloseStdin (2.58s) [2021-09-24T13:51:28.353Z] === RUN TestExec [2021-09-24T13:51:28.353Z] --- PASS: TestExec (1.82s) [2021-09-24T13:51:28.353Z] === RUN TestExecUser [2021-09-24T13:51:28.353Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:51:28.353Z] --- SKIP: TestExecUser (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestExportContainerAndImportImage [2021-09-24T13:51:28.353Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-24T13:51:28.353Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:28.353Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestHealthCheckWorkdir [2021-09-24T13:51:28.353Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:51:28.353Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestHealthKillContainer [2021-09-24T13:51:28.353Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:51:28.353Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-24T13:51:28.353Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:51:28.353Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:51:28.353Z] === RUN TestKillContainerInvalidSignal [2021-09-24T13:51:28.601Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T13:51:29.264Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-24T13:51:29.316Z] --- PASS: TestKillContainerInvalidSignal (1.62s) [2021-09-24T13:51:29.316Z] === RUN TestKillContainer [2021-09-24T13:51:29.316Z] === RUN TestKillContainer/no_signal [2021-09-24T13:51:30.846Z] === RUN TestKillContainer/non_killing_signal [2021-09-24T13:51:30.846Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:51:30.846Z] === RUN TestKillContainer/killing_signal [2021-09-24T13:51:31.176Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-24T13:51:32.559Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-24T13:51:32.559Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-24T13:51:32.559Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-24T13:51:32.559Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-24T13:51:32.559Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-24T13:51:32.819Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-24T13:51:33.017Z] --- PASS: TestKillContainer (3.46s) [2021-09-24T13:51:33.017Z] --- PASS: TestKillContainer/no_signal (1.57s) [2021-09-24T13:51:33.017Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:51:33.017Z] --- PASS: TestKillContainer/killing_signal (1.86s) [2021-09-24T13:51:33.017Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-24T13:51:33.017Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:51:33.017Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestKillStoppedContainer [2021-09-24T13:51:33.017Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:51:33.017Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-24T13:51:33.017Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:51:33.017Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestKillDifferentUserContainer [2021-09-24T13:51:33.017Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:51:33.017Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestInspectOomKilledTrue [2021-09-24T13:51:33.017Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:33.017Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestInspectOomKilledFalse [2021-09-24T13:51:33.017Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:51:33.017Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-24T13:51:33.017Z] === RUN TestLogsFollowTailEmpty [2021-09-24T13:51:34.202Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-24T13:51:34.546Z] --- PASS: TestLogsFollowTailEmpty (1.53s) [2021-09-24T13:51:34.546Z] === RUN TestNetworkNat [2021-09-24T13:51:34.546Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:51:34.546Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-24T13:51:34.546Z] === RUN TestNetworkLocalhostTCPNat [2021-09-24T13:51:35.140Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-24T13:51:36.076Z] --- PASS: TestNetworkLocalhostTCPNat (1.95s) [2021-09-24T13:51:36.076Z] === RUN TestNetworkLoopbackNat [2021-09-24T13:51:36.076Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:51:36.076Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-24T13:51:36.076Z] === RUN TestPause [2021-09-24T13:51:36.076Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:51:36.076Z] --- SKIP: TestPause (0.00s) [2021-09-24T13:51:36.076Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-24T13:51:36.403Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-24T13:51:36.403Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-24T13:51:36.403Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-24T13:51:36.521Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-24T13:51:36.780Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-24T13:51:37.608Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.57s) [2021-09-24T13:51:37.608Z] === RUN TestPauseStopPausedContainer [2021-09-24T13:51:37.608Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:51:37.608Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-24T13:51:37.608Z] === RUN TestPsFilter [2021-09-24T13:51:37.721Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-24T13:51:37.981Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-09-24T13:51:38.065Z] --- PASS: TestPsFilter (0.17s) [2021-09-24T13:51:38.065Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-24T13:51:38.241Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-09-24T13:51:38.242Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-24T13:51:38.242Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-24T13:51:38.813Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-09-24T13:51:39.601Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.74s) [2021-09-24T13:51:39.601Z] === RUN TestRemoveContainerWithVolume [2021-09-24T13:51:40.194Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-24T13:51:40.194Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-24T13:51:41.136Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-24T13:51:41.769Z] --- PASS: TestRemoveContainerWithVolume (1.97s) [2021-09-24T13:51:41.769Z] === RUN TestRemoveContainerRunning [2021-09-24T13:51:42.082Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-24T13:51:42.345Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-09-24T13:51:43.288Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-24T13:51:43.288Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-24T13:51:43.310Z] --- PASS: TestRemoveContainerRunning (1.58s) [2021-09-24T13:51:43.310Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-24T13:51:43.548Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-24T13:51:44.119Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-24T13:51:44.691Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-24T13:51:44.840Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.57s) [2021-09-24T13:51:44.840Z] === RUN TestRemoveInvalidContainer [2021-09-24T13:51:44.840Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-24T13:51:44.840Z] === RUN TestRenameLinkedContainer [2021-09-24T13:51:44.840Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:51:44.840Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-24T13:51:44.840Z] === RUN TestRenameStoppedContainer [2021-09-24T13:51:45.262Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-24T13:51:45.832Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-24T13:51:46.093Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-24T13:51:46.371Z] --- PASS: TestRenameStoppedContainer (1.74s) [2021-09-24T13:51:46.371Z] === RUN TestRenameRunningContainerAndReuse [2021-09-24T13:51:46.663Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-24T13:51:47.234Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-24T13:51:47.234Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-24T13:51:47.389Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-24T13:51:47.803Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-24T13:51:48.063Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-24T13:51:49.447Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-24T13:51:49.708Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T13:51:49.708Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T13:51:49.708Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-24T13:51:50.088Z] --- PASS: TestRenameRunningContainerAndReuse (3.11s) [2021-09-24T13:51:50.088Z] === RUN TestRenameInvalidName [2021-09-24T13:51:51.051Z] --- PASS: TestRenameInvalidName (1.59s) [2021-09-24T13:51:51.051Z] === RUN TestRenameAnonymousContainer [2021-09-24T13:51:52.251Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-24T13:51:52.511Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-24T13:51:53.082Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-09-24T13:51:53.269Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-24T13:51:54.022Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-24T13:51:54.085Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-24T13:51:54.964Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-09-24T13:51:54.964Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-09-24T13:51:54.964Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-24T13:51:54.964Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-24T13:51:55.533Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-24T13:51:58.076Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-24T13:51:59.457Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-24T13:51:59.593Z] --- PASS: TestRenameAnonymousContainer (7.13s) [2021-09-24T13:51:59.593Z] === RUN TestRenameContainerWithSameName [2021-09-24T13:52:00.049Z] --- PASS: TestRenameContainerWithSameName (1.59s) [2021-09-24T13:52:00.049Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-24T13:52:00.049Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:00.049Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:52:00.049Z] === RUN TestResize [2021-09-24T13:52:00.397Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-24T13:52:01.579Z] --- PASS: TestResize (1.59s) [2021-09-24T13:52:01.579Z] === RUN TestResizeWithInvalidSize [2021-09-24T13:52:01.999Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-24T13:52:02.625Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-24T13:52:03.268Z] --- PASS: TestResizeWithInvalidSize (1.55s) [2021-09-24T13:52:03.268Z] === RUN TestResizeWhenContainerNotStarted [2021-09-24T13:52:03.712Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-09-24T13:52:04.796Z] --- PASS: TestResizeWhenContainerNotStarted (1.85s) [2021-09-24T13:52:04.796Z] === RUN TestDaemonRestartKillContainers [2021-09-24T13:52:04.796Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:04.796Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:52:04.796Z] === RUN TestStats [2021-09-24T13:52:04.796Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:52:04.796Z] --- SKIP: TestStats (0.00s) [2021-09-24T13:52:04.796Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-24T13:52:06.254Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-24T13:52:06.515Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-24T13:52:07.090Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-24T13:52:07.660Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-09-24T13:52:07.920Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-24T13:52:07.920Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-24T13:52:08.180Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-24T13:52:08.524Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.26s) [2021-09-24T13:52:08.524Z] === RUN TestStopContainerWithTimeout [2021-09-24T13:52:08.524Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:52:08.524Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-24T13:52:08.524Z] === RUN TestUpdateRestartPolicy [2021-09-24T13:52:09.122Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-24T13:52:10.062Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-09-24T13:52:10.062Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-24T13:52:11.350Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-24T13:52:11.443Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-24T13:52:11.443Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-24T13:52:11.443Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-24T13:52:12.826Z] === RUN TestDockerSuite/TestRunMount [2021-09-24T13:52:13.087Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-09-24T13:52:16.386Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-09-24T13:52:18.299Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-24T13:52:18.869Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-24T13:52:18.869Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-09-24T13:52:19.130Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-24T13:52:20.515Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-24T13:52:21.896Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-09-24T13:52:22.156Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-24T13:52:25.456Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-24T13:52:25.717Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-09-24T13:52:26.657Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-24T13:52:28.568Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-24T13:52:29.580Z] --- PASS: TestUpdateRestartPolicy (18.68s) [2021-09-24T13:52:29.580Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-24T13:52:29.580Z] --- PASS: TestUpdateRestartWithAutoRemove (1.58s) [2021-09-24T13:52:29.580Z] === RUN TestWaitNonBlocked [2021-09-24T13:52:29.580Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:52:29.580Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:52:29.580Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:52:29.580Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:52:29.580Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-24T13:52:29.580Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-24T13:52:29.952Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-24T13:52:29.952Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-09-24T13:52:31.111Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-09-24T13:52:31.111Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.18s) [2021-09-24T13:52:31.111Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.28s) [2021-09-24T13:52:31.111Z] === RUN TestWaitBlocked [2021-09-24T13:52:31.111Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:31.111Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-24T13:52:31.111Z] PASS [2021-09-24T13:52:31.111Z] ok github.com/docker/docker/integration/container 69.018s [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === Skipped [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-24T13:52:31.111Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-24T13:52:31.111Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-24T13:52:31.111Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-24T13:52:31.111Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-24T13:52:31.111Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-24T13:52:31.111Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-24T13:52:31.111Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-24T13:52:31.111Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-24T13:52:31.111Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-24T13:52:31.111Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-24T13:52:31.111Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-24T13:52:31.111Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-24T13:52:31.111Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-24T13:52:31.111Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-24T13:52:31.111Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-24T13:52:31.111Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-24T13:52:31.111Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-24T13:52:31.111Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-24T13:52:31.111Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.111Z] [2021-09-24T13:52:31.111Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-24T13:52:31.111Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-24T13:52:31.112Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-24T13:52:31.112Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-24T13:52:31.112Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-24T13:52:31.112Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-24T13:52:31.112Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-24T13:52:31.112Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-24T13:52:31.112Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-24T13:52:31.112Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:31.112Z] [2021-09-24T13:52:31.112Z] DONE 87 tests, 33 skipped in 70.963s [2021-09-24T13:52:31.112Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-24T13:52:31.336Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-24T13:52:31.336Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-24T13:52:31.597Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-24T13:52:32.979Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-24T13:52:33.239Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-24T13:52:33.808Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-24T13:52:35.191Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-24T13:52:36.434Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-24T13:52:36.572Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-24T13:52:39.111Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-24T13:52:39.371Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-24T13:52:39.371Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-09-24T13:52:39.940Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-24T13:52:39.940Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-24T13:52:40.511Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-24T13:52:40.771Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-24T13:52:41.031Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-24T13:52:41.291Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-24T13:52:44.974Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-24T13:52:47.886Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-09-24T13:52:47.886Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-24T13:52:47.886Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-24T13:52:47.886Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-09-24T13:52:47.886Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-24T13:52:48.779Z] === RUN TestConfigDaemonLibtrustID [2021-09-24T13:52:48.779Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:52:48.779Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:52:48.779Z] === RUN TestDaemonConfigValidation [2021-09-24T13:52:48.779Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:52:48.779Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-24T13:52:48.779Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-24T13:52:48.779Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:52:48.779Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:52:48.779Z] PASS [2021-09-24T13:52:48.779Z] ok github.com/docker/docker/integration/daemon 0.085s [2021-09-24T13:52:49.237Z] [2021-09-24T13:52:49.237Z] === Skipped [2021-09-24T13:52:49.237Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-24T13:52:49.237Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-24T13:52:49.237Z] [2021-09-24T13:52:49.237Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-24T13:52:49.237Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-24T13:52:49.237Z] [2021-09-24T13:52:49.237Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-24T13:52:49.237Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-24T13:52:49.237Z] [2021-09-24T13:52:49.237Z] DONE 3 tests, 3 skipped in 17.962s [2021-09-24T13:52:49.237Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-24T13:52:49.266Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-24T13:52:49.525Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-09-24T13:52:50.095Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-09-24T13:52:50.095Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-24T13:52:50.666Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-24T13:52:50.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:52:50.768Z] INFO: Testing against a local daemon [2021-09-24T13:52:50.768Z] === RUN TestCommitInheritsEnv [2021-09-24T13:52:50.768Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:52:50.768Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-24T13:52:50.768Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-24T13:52:50.768Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:52:50.768Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:52:50.768Z] === RUN TestImagesFilterMultiReference [2021-09-24T13:52:50.768Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-09-24T13:52:50.768Z] === RUN TestImagePullPlatformInvalid [2021-09-24T13:52:50.768Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-09-24T13:52:50.768Z] === RUN TestRemoveImageOrphaning [2021-09-24T13:52:50.926Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-24T13:52:51.495Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-24T13:52:51.732Z] --- PASS: TestRemoveImageOrphaning (0.87s) [2021-09-24T13:52:51.732Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-24T13:52:51.732Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-24T13:52:51.732Z] === RUN TestTagInvalidReference [2021-09-24T13:52:51.732Z] --- PASS: TestTagInvalidReference (0.03s) [2021-09-24T13:52:51.732Z] === RUN TestTagValidPrefixedRepo [2021-09-24T13:52:51.732Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-24T13:52:51.732Z] === RUN TestTagExistedNameWithoutForce [2021-09-24T13:52:51.732Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-24T13:52:51.732Z] === RUN TestTagOfficialNames [2021-09-24T13:52:51.732Z] --- PASS: TestTagOfficialNames (0.08s) [2021-09-24T13:52:51.732Z] === RUN TestTagMatchesDigest [2021-09-24T13:52:51.732Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-24T13:52:51.732Z] PASS [2021-09-24T13:52:51.732Z] ok github.com/docker/docker/integration/image 1.303s [2021-09-24T13:52:51.732Z] [2021-09-24T13:52:51.732Z] === Skipped [2021-09-24T13:52:51.732Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-24T13:52:51.732Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:52:51.732Z] [2021-09-24T13:52:51.732Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-24T13:52:51.732Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-24T13:52:51.732Z] [2021-09-24T13:52:51.732Z] DONE 11 tests, 2 skipped in 2.753s [2021-09-24T13:52:51.755Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T13:52:51.755Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-24T13:52:51.755Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-24T13:52:52.188Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-24T13:52:52.327Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-24T13:52:52.897Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-24T13:52:52.897Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-24T13:52:52.897Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-24T13:52:53.158Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-09-24T13:52:53.514Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-24T13:52:53.725Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:52:53.725Z] INFO: Testing against a local daemon [2021-09-24T13:52:53.725Z] === RUN TestNetworkCreateDelete [2021-09-24T13:52:53.725Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDockerNetworkDeletePreferID [2021-09-24T13:52:53.725Z] 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-09-24T13:52:53.725Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonDNSFallback [2021-09-24T13:52:53.725Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestInspectNetwork [2021-09-24T13:52:53.725Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:53.725Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestRunContainerWithBridgeNone [2021-09-24T13:52:53.725Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestNetworkInvalidJSON [2021-09-24T13:52:53.725Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-24T13:52:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-24T13:52:53.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:52:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:52:53.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:52:53.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:52:53.725Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-24T13:52:53.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-24T13:52:53.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-09-24T13:52:53.725Z] === RUN TestNetworkList [2021-09-24T13:52:53.725Z] === RUN TestNetworkList//networks [2021-09-24T13:52:53.725Z] === PAUSE TestNetworkList//networks [2021-09-24T13:52:53.725Z] === RUN TestNetworkList//networks/ [2021-09-24T13:52:53.725Z] === PAUSE TestNetworkList//networks/ [2021-09-24T13:52:53.725Z] === CONT TestNetworkList//networks/ [2021-09-24T13:52:53.725Z] === CONT TestNetworkList//networks [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkList (0.03s) [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-24T13:52:53.725Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestHostIPv4BridgeLabel [2021-09-24T13:52:53.725Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-24T13:52:53.725Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonDefaultNetworkPools [2021-09-24T13:52:53.725Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-24T13:52:53.725Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-24T13:52:53.725Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-24T13:52:53.725Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestServiceWithPredefinedNetwork [2021-09-24T13:52:53.725Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-24T13:52:53.725Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:52:53.725Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestServiceWithDataPathPortInit [2021-09-24T13:52:53.725Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:52:53.725Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-24T13:52:53.725Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:52:53.725Z] PASS [2021-09-24T13:52:53.725Z] ok github.com/docker/docker/integration/network 0.148s [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === Skipped [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-24T13:52:53.725Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-24T13:52:53.725Z] 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-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-24T13:52:53.725Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-24T13:52:53.725Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-24T13:52:53.725Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-24T13:52:53.725Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:243: FLAKY_TEST [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-24T13:52:53.725Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-24T13:52:53.725Z] [2021-09-24T13:52:53.725Z] DONE 22 tests, 15 skipped in 1.800s [2021-09-24T13:52:53.725Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-24T13:52:54.097Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-09-24T13:52:54.358Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-24T13:52:54.358Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-24T13:52:54.358Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-24T13:52:54.688Z] testing: warning: no tests to run [2021-09-24T13:52:54.689Z] PASS [2021-09-24T13:52:54.689Z] ok github.com/docker/docker/integration/network/ipvlan 0.056s [2021-09-24T13:52:54.689Z] [2021-09-24T13:52:54.689Z] DONE 0 tests in 0.596s [2021-09-24T13:52:54.689Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-24T13:52:55.145Z] testing: warning: no tests to run [2021-09-24T13:52:55.145Z] PASS [2021-09-24T13:52:55.145Z] ok github.com/docker/docker/integration/network/macvlan 0.058s [2021-09-24T13:52:55.145Z] [2021-09-24T13:52:55.145Z] DONE 0 tests in 0.572s [2021-09-24T13:52:55.145Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-24T13:52:56.108Z] testing: warning: no tests to run [2021-09-24T13:52:56.108Z] PASS [2021-09-24T13:52:56.108Z] ok github.com/docker/docker/integration/plugin 0.057s [2021-09-24T13:52:56.108Z] [2021-09-24T13:52:56.108Z] DONE 0 tests in 0.603s [2021-09-24T13:52:56.108Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-24T13:52:56.565Z] testing: warning: no tests to run [2021-09-24T13:52:56.565Z] PASS [2021-09-24T13:52:56.565Z] ok github.com/docker/docker/integration/plugin/authz 0.056s [2021-09-24T13:52:56.565Z] [2021-09-24T13:52:56.565Z] DONE 0 tests in 0.605s [2021-09-24T13:52:56.565Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-24T13:52:56.898Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-24T13:52:58.280Z] === RUN TestDockerSuite/TestRunRm [2021-09-24T13:52:58.539Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-24T13:53:00.288Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:00.288Z] INFO: Testing against a local daemon [2021-09-24T13:53:00.288Z] === RUN TestPluginInvalidJSON [2021-09-24T13:53:00.288Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:53:00.288Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:53:00.288Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-24T13:53:00.288Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-24T13:53:00.288Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-09-24T13:53:00.288Z] === RUN TestPluginInstall [2021-09-24T13:53:00.288Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:53:00.288Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-24T13:53:00.288Z] === RUN TestPluginsWithRuntimes [2021-09-24T13:53:00.288Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:53:00.288Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-24T13:53:00.288Z] === RUN TestPluginBackCompatMediaTypes [2021-09-24T13:53:00.288Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:53:00.288Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:53:00.288Z] PASS [2021-09-24T13:53:00.288Z] ok github.com/docker/docker/integration/plugin/common 0.116s [2021-09-24T13:53:00.744Z] [2021-09-24T13:53:00.744Z] === Skipped [2021-09-24T13:53:00.744Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-24T13:53:00.744Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-24T13:53:00.744Z] [2021-09-24T13:53:00.744Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-24T13:53:00.744Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-24T13:53:00.744Z] [2021-09-24T13:53:00.744Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-24T13:53:00.744Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-24T13:53:00.744Z] [2021-09-24T13:53:00.744Z] DONE 5 tests, 3 skipped in 3.845s [2021-09-24T13:53:00.744Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-24T13:53:02.737Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-24T13:53:02.738Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-09-24T13:53:02.738Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-24T13:53:02.824Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-24T13:53:02.824Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-24T13:53:02.824Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T13:53:02.914Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:02.914Z] INFO: Testing against a local daemon [2021-09-24T13:53:02.914Z] === RUN TestExternalGraphDriver [2021-09-24T13:53:02.914Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:53:02.914Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-24T13:53:02.914Z] === RUN TestGraphdriverPluginV2 [2021-09-24T13:53:02.914Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:53:02.914Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:53:02.914Z] PASS [2021-09-24T13:53:02.914Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.078s [2021-09-24T13:53:02.914Z] [2021-09-24T13:53:02.914Z] === Skipped [2021-09-24T13:53:02.914Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-24T13:53:02.914Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-24T13:53:02.914Z] [2021-09-24T13:53:02.914Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-24T13:53:02.914Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-24T13:53:02.914Z] [2021-09-24T13:53:02.914Z] DONE 2 tests, 2 skipped in 2.428s [2021-09-24T13:53:03.294Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-24T13:53:03.294Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T13:53:03.294Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-24T13:53:03.309Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-09-24T13:53:03.371Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-24T13:53:03.763Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-24T13:53:04.752Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-24T13:53:04.752Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T13:53:04.752Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-24T13:53:04.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:04.904Z] INFO: Testing against a local daemon [2021-09-24T13:53:04.904Z] === RUN TestReadPluginNoRead [2021-09-24T13:53:04.904Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:53:04.904Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-24T13:53:04.904Z] PASS [2021-09-24T13:53:04.904Z] ok github.com/docker/docker/integration/plugin/logging 0.088s [2021-09-24T13:53:04.904Z] [2021-09-24T13:53:04.904Z] === Skipped [2021-09-24T13:53:04.904Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-24T13:53:04.904Z] read_test.go:21: no unix domain sockets on Windows [2021-09-24T13:53:04.904Z] [2021-09-24T13:53:04.904Z] DONE 1 tests, 1 skipped in 1.652s [2021-09-24T13:53:04.904Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-24T13:53:05.221Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-24T13:53:05.223Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-09-24T13:53:05.690Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-24T13:53:05.867Z] testing: warning: no tests to run [2021-09-24T13:53:05.867Z] PASS [2021-09-24T13:53:05.867Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.084s [2021-09-24T13:53:05.867Z] [2021-09-24T13:53:05.867Z] DONE 0 tests in 0.892s [2021-09-24T13:53:05.867Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-24T13:53:06.162Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-09-24T13:53:06.162Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-09-24T13:53:07.396Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:07.396Z] INFO: Testing against a local daemon [2021-09-24T13:53:07.396Z] === RUN TestPluginWithDevMounts [2021-09-24T13:53:07.396Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:07.396Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-24T13:53:07.396Z] PASS [2021-09-24T13:53:07.396Z] ok github.com/docker/docker/integration/plugin/volumes 0.070s [2021-09-24T13:53:07.853Z] [2021-09-24T13:53:07.853Z] === Skipped [2021-09-24T13:53:07.853Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-24T13:53:07.853Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:07.853Z] [2021-09-24T13:53:07.853Z] DONE 1 tests, 1 skipped in 1.790s [2021-09-24T13:53:07.853Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-24T13:53:08.712Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-09-24T13:53:09.406Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:09.406Z] INFO: Testing against a local daemon [2021-09-24T13:53:09.406Z] === RUN TestSecretInspect [2021-09-24T13:53:09.406Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-24T13:53:09.406Z] === RUN TestSecretList [2021-09-24T13:53:09.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] --- SKIP: TestSecretList (0.00s) [2021-09-24T13:53:09.406Z] === RUN TestSecretsCreateAndDelete [2021-09-24T13:53:09.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:53:09.406Z] === RUN TestSecretsUpdate [2021-09-24T13:53:09.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-24T13:53:09.406Z] === RUN TestTemplatedSecret [2021-09-24T13:53:09.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-24T13:53:09.406Z] === RUN TestSecretCreateResolve [2021-09-24T13:53:09.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:09.406Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-24T13:53:09.406Z] PASS [2021-09-24T13:53:09.406Z] ok github.com/docker/docker/integration/secret 0.104s [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === Skipped [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-24T13:53:09.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:09.406Z] [2021-09-24T13:53:09.406Z] DONE 6 tests, 6 skipped in 1.541s [2021-09-24T13:53:09.406Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-24T13:53:09.486Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-24T13:53:11.574Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:11.575Z] INFO: Testing against a local daemon [2021-09-24T13:53:11.575Z] === RUN TestServiceCreateInit [2021-09-24T13:53:11.575Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-24T13:53:11.575Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-24T13:53:11.575Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceMultipleTimes [2021-09-24T13:53:11.575Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceConflict [2021-09-24T13:53:11.575Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceMaxReplicas [2021-09-24T13:53:11.575Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-09-24T13:53:11.575Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-24T13:53:11.575Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceSecretFileMode [2021-09-24T13:53:11.575Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceConfigFileMode [2021-09-24T13:53:11.575Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceSysctls [2021-09-24T13:53:11.575Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-09-24T13:53:11.575Z] === RUN TestCreateServiceCapabilities [2021-09-24T13:53:11.575Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-09-24T13:53:11.575Z] === RUN TestInspect [2021-09-24T13:53:11.575Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestInspect (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestCreateJob [2021-09-24T13:53:11.575Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestCreateJob (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestReplicatedJob [2021-09-24T13:53:11.575Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestUpdateReplicatedJob [2021-09-24T13:53:11.575Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceListWithStatuses [2021-09-24T13:53:11.575Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestDockerNetworkConnectAlias [2021-09-24T13:53:11.575Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestDockerNetworkReConnect [2021-09-24T13:53:11.575Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServicePlugin [2021-09-24T13:53:11.575Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceUpdateLabel [2021-09-24T13:53:11.575Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceUpdateSecrets [2021-09-24T13:53:11.575Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceUpdateConfigs [2021-09-24T13:53:11.575Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceUpdateNetwork [2021-09-24T13:53:11.575Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-24T13:53:11.575Z] === RUN TestServiceUpdatePidsLimit [2021-09-24T13:53:11.575Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:53:11.575Z] PASS [2021-09-24T13:53:11.575Z] ok github.com/docker/docker/integration/service 0.215s [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === Skipped [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-09-24T13:53:11.575Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-24T13:53:11.575Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-09-24T13:53:11.575Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-09-24T13:53:11.575Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-24T13:53:11.575Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-24T13:53:11.575Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-24T13:53:11.575Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-24T13:53:11.575Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-24T13:53:11.575Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-24T13:53:11.575Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-24T13:53:11.575Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-24T13:53:11.575Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-24T13:53:11.575Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-24T13:53:11.575Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-24T13:53:11.575Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-24T13:53:11.575Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-24T13:53:11.575Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-24T13:53:11.575Z] [2021-09-24T13:53:11.575Z] DONE 24 tests, 23 skipped in 2.138s [2021-09-24T13:53:11.575Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-24T13:53:11.708Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-24T13:53:12.008Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-09-24T13:53:12.008Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-09-24T13:53:12.268Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-09-24T13:53:12.838Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-09-24T13:53:13.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:13.107Z] INFO: Testing against a local daemon [2021-09-24T13:53:13.107Z] === RUN TestSessionCreate [2021-09-24T13:53:13.107Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:53:13.107Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-24T13:53:13.107Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-24T13:53:13.107Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:53:13.107Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:53:13.107Z] PASS [2021-09-24T13:53:13.107Z] ok github.com/docker/docker/integration/session 0.074s [2021-09-24T13:53:13.107Z] [2021-09-24T13:53:13.107Z] === Skipped [2021-09-24T13:53:13.107Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-24T13:53:13.107Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-24T13:53:13.107Z] [2021-09-24T13:53:13.107Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-24T13:53:13.107Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-24T13:53:13.107Z] [2021-09-24T13:53:13.107Z] DONE 2 tests, 2 skipped in 1.436s [2021-09-24T13:53:13.107Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-24T13:53:13.408Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-09-24T13:53:13.668Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-09-24T13:53:14.239Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-09-24T13:53:14.638Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:14.638Z] INFO: Testing against a local daemon [2021-09-24T13:53:14.638Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-24T13:53:14.638Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:14.638Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestDiskUsage [2021-09-24T13:53:14.638Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:53:14.638Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestEventsExecDie [2021-09-24T13:53:14.638Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:53:14.638Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestEventsBackwardsCompatible [2021-09-24T13:53:14.638Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:53:14.638Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestEventsVolumeCreate [2021-09-24T13:53:14.638Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:53:14.638Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestInfoAPI [2021-09-24T13:53:14.638Z] --- PASS: TestInfoAPI (0.03s) [2021-09-24T13:53:14.638Z] === RUN TestInfoAPIWarnings [2021-09-24T13:53:14.638Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:53:14.638Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestInfoDebug [2021-09-24T13:53:14.638Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:14.638Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestInfoInsecureRegistries [2021-09-24T13:53:14.638Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:14.638Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestInfoRegistryMirrors [2021-09-24T13:53:14.638Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:14.638Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-24T13:53:14.638Z] === RUN TestLoginFailsWithBadCredentials [2021-09-24T13:53:14.808Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-24T13:53:15.068Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-24T13:53:15.506Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-24T13:53:15.506Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-24T13:53:15.506Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-24T13:53:15.506Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-24T13:53:15.506Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T13:53:15.506Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-24T13:53:15.602Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2021-09-24T13:53:15.602Z] === RUN TestPingCacheHeaders [2021-09-24T13:53:15.602Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-24T13:53:15.602Z] === RUN TestPingGet [2021-09-24T13:53:15.602Z] --- PASS: TestPingGet (0.03s) [2021-09-24T13:53:15.602Z] === RUN TestPingHead [2021-09-24T13:53:15.602Z] --- PASS: TestPingHead (0.03s) [2021-09-24T13:53:15.602Z] === RUN TestVersion [2021-09-24T13:53:15.602Z] --- PASS: TestVersion (0.02s) [2021-09-24T13:53:15.602Z] PASS [2021-09-24T13:53:15.602Z] ok github.com/docker/docker/integration/system 1.226s [2021-09-24T13:53:15.639Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === Skipped [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-24T13:53:16.059Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-24T13:53:16.059Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-24T13:53:16.059Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-24T13:53:16.059Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-24T13:53:16.059Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-24T13:53:16.059Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-24T13:53:16.059Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-24T13:53:16.059Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-24T13:53:16.059Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-24T13:53:16.059Z] [2021-09-24T13:53:16.059Z] DONE 15 tests, 9 skipped in 2.659s [2021-09-24T13:53:16.059Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-24T13:53:17.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:17.595Z] INFO: Testing against a local daemon [2021-09-24T13:53:17.595Z] === RUN TestVolumesCreateAndList [2021-09-24T13:53:17.595Z] --- PASS: TestVolumesCreateAndList (0.11s) [2021-09-24T13:53:17.595Z] === RUN TestVolumesRemove [2021-09-24T13:53:18.055Z] --- PASS: TestVolumesRemove (0.35s) [2021-09-24T13:53:18.055Z] === RUN TestVolumesInspect [2021-09-24T13:53:18.055Z] --- PASS: TestVolumesInspect (0.09s) [2021-09-24T13:53:18.055Z] === RUN TestVolumesInvalidJSON [2021-09-24T13:53:18.055Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-24T13:53:18.055Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-24T13:53:18.055Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-24T13:53:18.055Z] --- PASS: TestVolumesInvalidJSON (0.07s) [2021-09-24T13:53:18.055Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-24T13:53:18.055Z] PASS [2021-09-24T13:53:18.055Z] ok github.com/docker/docker/integration/volume 0.679s [2021-09-24T13:53:18.177Z] === RUN TestDockerSuite/TestRunState [2021-09-24T13:53:18.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-24T13:53:18.462Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T13:53:18.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-24T13:53:18.462Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T13:53:18.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-24T13:53:18.462Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T13:53:18.462Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-24T13:53:18.513Z] [2021-09-24T13:53:18.513Z] DONE 5 tests in 2.266s [2021-09-24T13:53:18.513Z] INFO: make.ps1 ended at 09/24/2021 13:53:18 [2021-09-24T13:53:18.513Z] INFO: Integration CLI tests being run from the host: [2021-09-24T13:53:18.514Z] 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-09-24T13:53:19.117Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-09-24T13:53:19.379Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-24T13:53:19.450Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-24T13:53:19.950Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-24T13:53:20.521Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-24T13:53:20.782Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-09-24T13:53:20.782Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-24T13:53:20.782Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-24T13:53:21.352Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-24T13:53:21.922Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-09-24T13:53:21.922Z] === RUN TestDockerSuite/TestRunSysctls [2021-09-24T13:53:22.865Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-24T13:53:23.125Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-24T13:53:23.125Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-24T13:53:23.248Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-24T13:53:23.695Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-09-24T13:53:24.636Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-09-24T13:53:25.576Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-09-24T13:53:25.577Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-24T13:53:25.577Z] INFO: Testing against a local daemon [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-24T13:53:25.577Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-24T13:53:25.577Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-24T13:53:25.577Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-24T13:53:26.155Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-09-24T13:53:26.543Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-24T13:53:26.543Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-24T13:53:27.000Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-24T13:53:27.096Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-09-24T13:53:27.456Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-24T13:53:27.667Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-09-24T13:53:30.963Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-09-24T13:53:30.963Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-24T13:53:32.874Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-09-24T13:53:33.685Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-24T13:53:33.814Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-24T13:53:34.154Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-24T13:53:34.154Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-24T13:53:34.154Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-24T13:53:34.154Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-24T13:53:34.154Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T13:53:34.154Z] === RUN TestDockerSuite/TestBuildFails [2021-09-24T13:53:34.388Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-24T13:53:34.959Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-24T13:53:35.530Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-24T13:53:35.791Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-09-24T13:53:36.376Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-24T13:53:36.376Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-24T13:53:37.174Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-24T13:53:38.558Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-24T13:53:38.818Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-09-24T13:53:39.079Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-24T13:53:39.339Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-24T13:53:39.339Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-24T13:53:39.909Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-24T13:53:40.480Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-24T13:53:41.420Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-09-24T13:53:41.420Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-24T13:53:41.420Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-24T13:53:41.420Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-24T13:53:41.991Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-09-24T13:53:41.991Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-24T13:53:42.251Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-24T13:53:45.289Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-24T13:53:45.859Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-24T13:53:46.810Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-24T13:53:47.010Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-24T13:53:47.750Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-09-24T13:53:48.320Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-24T13:53:49.705Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-24T13:53:51.089Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-24T13:53:51.783Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-24T13:53:52.999Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-09-24T13:53:53.259Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-24T13:53:53.829Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-24T13:53:53.829Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-24T13:53:53.829Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-09-24T13:53:53.829Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-24T13:53:53.829Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-09-24T13:53:54.398Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-09-24T13:53:55.339Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-09-24T13:53:56.280Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-09-24T13:53:56.552Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-24T13:53:56.850Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-09-24T13:53:57.419Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-24T13:53:57.419Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-09-24T13:53:57.679Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-09-24T13:53:57.679Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-24T13:53:57.679Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-09-24T13:53:57.940Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-09-24T13:53:57.940Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-09-24T13:53:57.940Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-09-24T13:53:57.940Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-09-24T13:53:57.940Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-24T13:53:57.940Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-09-24T13:53:58.119Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-24T13:53:58.510Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-09-24T13:53:58.770Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-09-24T13:53:58.770Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-09-24T13:53:59.341Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-24T13:53:59.601Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-24T13:53:59.861Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-24T13:53:59.861Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-09-24T13:54:00.433Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-09-24T13:54:01.003Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-09-24T13:54:01.003Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-24T13:54:01.003Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-24T13:54:01.574Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-24T13:54:01.917Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-24T13:54:01.917Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T13:54:01.917Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-24T13:54:02.145Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-09-24T13:54:02.387Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-24T13:54:02.718Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-09-24T13:54:02.718Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-24T13:54:02.718Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-24T13:54:02.852Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-24T13:54:02.852Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T13:54:02.852Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-24T13:54:02.977Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-24T13:54:03.236Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-24T13:54:04.175Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-24T13:54:04.764Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-24T13:54:05.540Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-24T13:54:05.540Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-24T13:54:05.540Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-24T13:54:05.540Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-24T13:54:06.145Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-24T13:54:06.405Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-09-24T13:54:06.665Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-24T13:54:06.665Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-24T13:54:06.665Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-24T13:54:07.606Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-09-24T13:54:08.546Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-09-24T13:54:09.486Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-09-24T13:54:09.746Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-24T13:54:09.746Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-24T13:54:10.002Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-24T13:54:10.002Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T13:54:10.002Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-24T13:54:11.129Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-24T13:54:11.390Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-24T13:54:11.960Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-24T13:54:12.585Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-24T13:54:13.341Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents612731774 [2021-09-24T13:54:13.341Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-09-24T13:54:13.341Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-24T13:54:13.341Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-24T13:54:14.727Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-24T13:54:14.727Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-24T13:54:14.727Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-24T13:54:14.751Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-24T13:54:16.109Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-09-24T13:54:16.369Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-24T13:54:17.752Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-24T13:54:18.321Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-24T13:54:18.321Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-24T13:54:18.321Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-24T13:54:18.321Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-24T13:54:18.677Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-24T13:54:18.890Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-24T13:54:19.419Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-24T13:54:19.419Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-24T13:54:19.419Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-24T13:54:19.419Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-24T13:54:19.419Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T13:54:19.419Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-24T13:54:19.667Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-24T13:54:20.655Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-24T13:54:20.655Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T13:54:20.798Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-09-24T13:54:20.798Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-24T13:54:21.125Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-24T13:54:21.594Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-24T13:54:21.594Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-24T13:54:23.136Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-24T13:54:23.136Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T13:54:23.136Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-24T13:54:23.136Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T13:54:23.136Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-24T13:54:23.136Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T13:54:23.136Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-24T13:54:23.592Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-24T13:54:24.092Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-09-24T13:54:25.395Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-24T13:54:25.865Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-24T13:54:26.004Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-24T13:54:26.854Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-24T13:54:27.323Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-24T13:54:27.386Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-24T13:54:27.793Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-24T13:54:28.271Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-24T13:54:28.325Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-24T13:54:28.782Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-24T13:54:29.265Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-24T13:54:30.350Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-24T13:54:31.803Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-24T13:54:33.185Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-24T13:54:33.755Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-24T13:54:35.114Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-24T13:54:35.114Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-24T13:54:35.114Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-24T13:54:35.136Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-24T13:54:35.583Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-24T13:54:36.056Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-24T13:54:36.522Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-09-24T13:54:36.522Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-24T13:54:37.906Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-24T13:54:40.445Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-24T13:54:40.951Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-24T13:54:44.642Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-24T13:54:45.928Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-24T13:54:45.928Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-24T13:54:45.928Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-24T13:54:45.928Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-24T13:54:45.928Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T13:54:45.928Z] === RUN TestDockerSuite/TestBuildFails [2021-09-24T13:54:47.946Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-24T13:54:48.096Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-24T13:54:48.096Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-24T13:54:49.343Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-09-24T13:54:51.886Z] docker_cli_service_logs_test.go:246: checking task mdhw911i5khx [2021-09-24T13:54:51.886Z] docker_cli_service_logs_test.go:251: checking messages for mdhw911i5khx [2021-09-24T13:54:51.886Z] docker_cli_service_logs_test.go:246: checking task erc4zynugpf0 [2021-09-24T13:54:51.886Z] docker_cli_service_logs_test.go:251: checking messages for erc4zynugpf0 [2021-09-24T13:54:52.146Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-24T13:54:53.458Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-24T13:54:53.458Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T13:54:53.458Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-24T13:54:54.684Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-09-24T13:54:55.143Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-24T13:54:55.677Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-24T13:54:56.065Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-24T13:54:56.634Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-24T13:54:57.204Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-24T13:54:57.774Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-24T13:54:57.774Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-24T13:54:57.774Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-24T13:54:58.346Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-24T13:55:00.886Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-24T13:55:01.189Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-24T13:55:02.268Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-09-24T13:55:04.176Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-09-24T13:55:04.435Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-09-24T13:55:04.695Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-09-24T13:55:04.955Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-09-24T13:55:04.955Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-24T13:55:04.955Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-09-24T13:55:04.955Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-24T13:55:04.955Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-09-24T13:55:05.897Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-09-24T13:55:06.838Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-09-24T13:55:07.410Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-09-24T13:55:08.232Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-24T13:55:08.352Z] === RUN TestDockerSuite/TestUpdateStats [2021-09-24T13:55:12.564Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-09-24T13:55:12.897Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-24T13:55:13.137Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-09-24T13:55:13.137Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-24T13:55:13.137Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-09-24T13:55:13.858Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-24T13:55:14.077Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-09-24T13:55:14.646Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-24T13:55:17.188Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-09-24T13:55:18.524Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-24T13:55:18.525Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T13:55:18.525Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-24T13:55:18.525Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-24T13:55:18.980Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-24T13:55:18.980Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T13:55:18.980Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-24T13:55:19.730Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-09-24T13:55:20.986Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-24T13:55:22.271Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-09-24T13:55:22.531Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-09-24T13:55:24.442Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-24T13:55:24.558Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-24T13:55:24.558Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-24T13:55:25.011Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-24T13:55:25.017Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-24T13:55:25.017Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-24T13:55:25.017Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-24T13:55:25.017Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-24T13:55:25.017Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-24T13:55:25.017Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-24T13:55:25.017Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-24T13:55:25.017Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T13:55:25.017Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-24T13:55:26.923Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-24T13:55:27.515Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-24T13:55:27.515Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T13:55:27.515Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-24T13:55:27.862Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-09-24T13:55:29.772Z] docker_cli_swarm_test.go:1901: [d8293fa81e0b2] joining swarm manager [dbad6fc1d782f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:55:30.342Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-09-24T13:55:30.794Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-24T13:55:30.794Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T13:55:30.794Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-24T13:55:30.794Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T13:55:30.794Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-24T13:55:31.283Z] docker_cli_swarm_test.go:1902: [dadee79cf17cb] joining swarm manager [dbad6fc1d782f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:55:31.873Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-09-24T13:55:33.494Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-24T13:55:33.689Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-24T13:55:33.783Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-09-24T13:55:34.352Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-09-24T13:55:35.217Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-24T13:55:35.217Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T13:55:35.217Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-24T13:55:35.217Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T13:55:35.217Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-24T13:55:35.217Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T13:55:35.217Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-24T13:55:35.217Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T13:55:35.217Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-24T13:55:35.291Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-09-24T13:55:36.049Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-24T13:55:36.671Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-09-24T13:55:37.009Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-24T13:55:38.055Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-09-24T13:55:38.111Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-24T13:55:38.111Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T13:55:38.111Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-24T13:55:38.111Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T13:55:38.111Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-24T13:55:38.260Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-24T13:55:38.544Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-24T13:55:38.544Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T13:55:38.544Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-24T13:55:39.437Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-09-24T13:55:39.507Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-24T13:55:39.508Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-24T13:55:40.820Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-09-24T13:55:42.203Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-24T13:55:43.033Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-24T13:55:44.178Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-24T13:55:44.633Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-24T13:55:45.089Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-24T13:55:45.166Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-24T13:55:46.049Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-24T13:55:46.505Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-24T13:55:46.960Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-24T13:55:47.478Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-09-24T13:55:47.795Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-24T13:55:48.486Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-24T13:55:54.256Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-24T13:55:54.256Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-24T13:55:54.256Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-24T13:55:55.218Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-24T13:55:55.604Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-09-24T13:55:57.511Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-24T13:55:57.511Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-09-24T13:55:57.511Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-24T13:55:57.511Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-24T13:55:57.772Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-24T13:55:58.041Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-24T13:55:58.041Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-24T13:55:58.041Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-24T13:55:58.621Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-24T13:55:58.621Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-24T13:55:59.561Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-24T13:55:59.561Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-24T13:55:59.561Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-24T13:55:59.561Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-24T13:55:59.821Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-24T13:55:59.882Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-24T13:56:00.293Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-24T13:56:00.293Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T13:56:00.293Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-24T13:56:01.202Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-24T13:56:01.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-24T13:56:01.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-24T13:56:01.462Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-24T13:56:01.462Z] === RUN TestDockerSuite/TestVolumeEvents [2021-09-24T13:56:07.469Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-24T13:56:07.469Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-24T13:56:07.469Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T13:56:07.469Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-24T13:56:07.469Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T13:56:07.469Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-24T13:56:08.034Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-24T13:56:08.604Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-24T13:56:08.604Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-24T13:56:08.604Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-24T13:56:09.689Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-24T13:56:10.514Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-24T13:56:13.057Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-09-24T13:56:13.057Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-24T13:56:13.057Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite (1312.25s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.83s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.74s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.50s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.16s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.15s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.25s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.14s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.60s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.08s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.63s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.77s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.94s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.74s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachDetach (1.09s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.93s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.91s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.77s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.73s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.45s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.06s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.18s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.91s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.95s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.63s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.85s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.52s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.31s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.36s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.49s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.76s) [2021-09-24T13:56:13.057Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.71s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.84s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.56s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.77s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.73s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.17s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.99s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.08s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.15s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.91s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.26s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.48s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.34s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.77s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.40s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.40s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.34s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.87s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.62s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.40s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.51s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.71s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.64s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.52s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.12s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (2.27s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.25s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.58s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.39s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.79s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.37s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.57s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.70s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.22s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.69s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.75s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.69s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.19s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.09s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.64s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.58s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.25s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.25s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.90s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.88s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.23s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.66s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.21s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.71s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.87s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.22s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.44s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.01s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.46s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.41s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.50s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.33s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.13s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.26s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.26s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.39s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.31s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.14s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.42s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.24s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.84s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.05s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.20s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.35s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.16s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.97s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.23s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.18s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.54s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.04s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.28s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.55s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.46s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.25s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.56s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.70s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnv (1.51s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.28s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.16s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.52s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.13s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.62s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.76s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.71s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.16s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.86s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.50s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.28s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFails (0.89s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.86s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.81s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.58s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.41s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.48s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.22s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.19s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.39s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.89s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildHistory (3.61s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.51s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.38s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.93s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabel (0.30s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.38s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabels (0.37s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.82s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.45s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.64s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.09s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.30s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.52s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.34s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.87s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.46s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.85s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.02s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.98s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.52s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.58s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.43s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.69s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.32s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.37s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.34s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.55s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.69s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.48s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.13s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.33s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.73s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.97s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.14s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.48s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildPATH (2.65s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.71s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.57s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.67s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.49s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRm (2.33s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.65s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.11s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.39s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.36s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.18s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.62s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.24s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.82s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.19s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildStderr (0.72s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.85s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.74s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.73s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.32s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.97s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildUser (1.45s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.14s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.02s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.83s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.85s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.70s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.13s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-24T13:56:13.058Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.31s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.60s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.55s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.69s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.61s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.91s) [2021-09-24T13:56:13.058Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.76s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.37s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.57s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.61s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.52s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.59s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.63s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitChange (0.91s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.68s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.61s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.38s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.83s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitTTY (1.20s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.75s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.04s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.14s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.23s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.15s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.59s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.60s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.81s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.59s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.56s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.53s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.90s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.53s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.69s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.89s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.78s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.76s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.62s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.52s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.66s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.12s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.46s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.87s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.76s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.74s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.85s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.31s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.68s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.74s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.27s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.75s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.52s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.32s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.31s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e05cf8_} (1.32s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11600115132_/foo_false____} (1.31s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11600115132_/foo_true____} (1.35s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_false____} (1.36s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_true____} (1.49s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31893861426_/foo_true__0xc000e05d28__} (1.40s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e05d40_} (1.33s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e05d58_} (1.54s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e05d70_} (0.41s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e05d88_} (1.42s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.19s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.71s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.20s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.87s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCopyAndRestart (0.93s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.50s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.55s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.52s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.51s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.52s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.59s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.58s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.70s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.72s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.84s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseI (1.04s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.83s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.38s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.15s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.84s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.89s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.91s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.95s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.73s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.99s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseA (2.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.85s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.74s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.05s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.70s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.72s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.57s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.78s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.41s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.91s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToDot (0.72s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.96s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToStdout (0.73s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.16s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.75s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.10s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.47s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.49s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.31s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.14s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.93s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.22s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.51s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.57s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.99s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.99s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.74s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.12s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.69s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.99s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.57s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.34s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.42s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.63s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.68s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.20s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.69s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsAttach (0.55s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsCommit (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.74s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.68s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.28s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.95s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.94s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.41s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.96s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.95s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFilters (1.31s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFormat (0.93s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.65s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.42s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-24T13:56:13.059Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.42s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.48s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsRename (0.56s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsResize (0.59s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.55s) [2021-09-24T13:56:13.059Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.57s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.89s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExec (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.53s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.75s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.67s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.56s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecCgroup (0.91s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecEnv (0.58s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.06s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.71s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecInspectID (2.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecInteractive (0.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.39s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.66s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.84s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecUlimits (0.58s) [2021-09-24T13:56:13.060Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.12s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestExecWithUser (0.74s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.65s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.59s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHealth (18.69s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFormat (0.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.64s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportFile (1.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportGzipped (1.19s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.21s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2021-09-24T13:56:13.060Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-09-24T13:56:13.060Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.42s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.72s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.91s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.15s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.38s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.60s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.40s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.84s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.96s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.41s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.15s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.56s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.57s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.50s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.77s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.38s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.94s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.80s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsSince (6.62s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.59s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestNetHostname (1.42s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.68s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.27s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginActive (1.40s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.60s) [2021-09-24T13:56:13.060Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.68s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.53s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.99s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.61s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPortList (6.26s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.97s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.99s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.55s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.96s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.29s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.22s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsByOrder (2.57s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.15s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.44s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.45s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.37s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.63s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.34s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.07s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.66s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.74s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.52s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.46s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.54s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2021-09-24T13:56:13.060Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.15s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.98s) [2021-09-24T13:56:13.060Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.92s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.11s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.28s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.23s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.14s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.40s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.13s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.63s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.69s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.69s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.88s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.62s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.13s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.62s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.59s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.99s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.73s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.64s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.62s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.82s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.56s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.71s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.49s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.57s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.68s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.63s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.89s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.94s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.12s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.65s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.63s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.63s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.20s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.13s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.60s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.81s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.08s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.58s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.60s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.17s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.96s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.34s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.98s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.50s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.30s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.87s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.87s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.52s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.73s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.53s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunExitCode (0.54s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.52s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.49s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.28s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.25s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.36s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.57s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.78s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.14s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.53s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.55s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.19s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.98s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.63s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.64s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.79s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.96s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.12s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMount (5.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.75s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.54s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.02s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.92s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.67s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.86s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.84s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.34s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.21s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.59s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetHost (0.99s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.31s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.31s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.69s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.36s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.43s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.08s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.41s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.49s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.15s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.45s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.21s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRm (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.55s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.62s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.80s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.72s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.73s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.51s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.45s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.43s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunState (1.30s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.60s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.58s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunSysctls (1.07s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.60s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.05s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.50s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.03s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.09s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.72s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.67s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.52s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.44s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserByID (0.54s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserByName (0.67s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.65s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.70s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.26s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.80s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.78s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.68s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.01s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.27s) [2021-09-24T13:56:13.061Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-24T13:56:13.061Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.56s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.76s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.06s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.48s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.45s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.47s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.45s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.48s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.46s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.86s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.46s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.34s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.01s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.45s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.64s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.78s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.96s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.14s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.44s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveImageId (0.16s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.56s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.53s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.20s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.49s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.36s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.10s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.64s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartRecordError (1.12s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.55s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.20s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.89s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.99s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.55s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.53s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.63s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.92s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.55s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.58s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.75s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.64s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateStats (3.53s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.35s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.73s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.74s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.23s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.32s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.00s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.86s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.71s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.47s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.60s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.59s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.90s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.97s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.41s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.39s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.35s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.32s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.31s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.06s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.12s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.09s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.04s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.93s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.54s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.49s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.39s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.84s) [2021-09-24T13:56:13.062Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.64s) [2021-09-24T13:56:13.062Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-24T13:56:13.062Z] === RUN TestDockerRegistrySuite [2021-09-24T13:56:13.062Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-24T13:56:13.488Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-24T13:56:14.447Z] check_test.go:195: [d5b7f60bbec41] daemon is not started [2021-09-24T13:56:14.447Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-24T13:56:14.480Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-24T13:56:14.647Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-24T13:56:14.647Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T13:56:14.647Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-24T13:56:14.950Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-24T13:56:14.950Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-24T13:56:15.017Z] docker_cli_swarm_test.go:1802: [d83b1b02112cb] joining swarm manager [dcd6ccffa9e47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:56:15.587Z] check_test.go:195: [dadd1eef9bf73] daemon is not started [2021-09-24T13:56:15.847Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-24T13:56:16.418Z] docker_cli_swarm_test.go:1803: [d6cfcd4013b59] joining swarm manager [dcd6ccffa9e47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:56:16.813Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-24T13:56:17.359Z] check_test.go:195: [d7649e026c382] daemon is not started [2021-09-24T13:56:17.359Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-24T13:56:17.359Z] check_test.go:195: [d640e437a5de2] daemon is not started [2021-09-24T13:56:17.359Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T13:56:17.909Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-24T13:56:18.379Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-24T13:56:19.352Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-24T13:56:20.655Z] check_test.go:195: [d9dd8fd627534] daemon is not started [2021-09-24T13:56:20.655Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T13:56:27.233Z] check_test.go:195: [d499123591b8e] daemon is not started [2021-09-24T13:56:27.233Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-24T13:56:28.028Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-24T13:56:28.498Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-24T13:56:29.772Z] check_test.go:195: [dad5809aa65bd] daemon is not started [2021-09-24T13:56:29.772Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-24T13:56:30.342Z] check_test.go:195: [d965a0c0e6785] daemon is not started [2021-09-24T13:56:30.342Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-24T13:56:31.282Z] check_test.go:195: [df46a5379eae7] daemon is not started [2021-09-24T13:56:31.282Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-24T13:56:31.852Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-09-24T13:56:32.423Z] check_test.go:195: [d4ca7b232a137] daemon is not started [2021-09-24T13:56:32.423Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-24T13:56:33.805Z] check_test.go:195: [db41a851609b3] daemon is not started [2021-09-24T13:56:33.805Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-24T13:56:35.187Z] check_test.go:195: [d17261ee78fbf] daemon is not started [2021-09-24T13:56:35.187Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-24T13:56:35.679Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-24T13:56:35.756Z] check_test.go:195: [daa9c9d8eab2d] daemon is not started [2021-09-24T13:56:35.757Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-24T13:56:36.696Z] check_test.go:195: [d2e19409b87d8] daemon is not started [2021-09-24T13:56:36.957Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-24T13:56:37.898Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ce13c7c4b984e169459198053869bf61d85d4f9cb1db0d9974d97d56448bbdca [2021-09-24T13:56:38.468Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c89871357a6ee8052c29d3a2e259debe3fee011529448f105bbe9d1aa7c44de6 [2021-09-24T13:56:38.644Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-24T13:56:38.728Z] check_test.go:195: [dcf39f29fc7f6] daemon is not started [2021-09-24T13:56:38.728Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-24T13:56:39.668Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b9f41fd3daef4b16089d59466d4ffc779347a63e41738c551c61409814a7ef54 [2021-09-24T13:56:39.928Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-09-24T13:56:40.499Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dbdcb519ec0ae9d3a6a42fba4d1b361946b499fbaf2a7b8371621e2c6c24df90 [2021-09-24T13:56:40.758Z] check_test.go:195: [d034fab0cb4c5] daemon is not started [2021-09-24T13:56:40.758Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-24T13:56:42.139Z] check_test.go:195: [da66e997d5eee] daemon is not started [2021-09-24T13:56:42.139Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-24T13:56:42.139Z] docker_cli_swarm_test.go:1321: [dac4e0a4bf783] joining swarm manager [deff62b8c59fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T13:56:43.524Z] docker_cli_swarm_test.go:1322: [df598f2a155a8] joining swarm manager [deff62b8c59fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T13:56:44.484Z] check_test.go:195: [d6a276b608dc8] daemon is not started [2021-09-24T13:56:44.484Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-24T13:56:44.524Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-24T13:56:45.866Z] check_test.go:195: [d3a749833e397] daemon is not started [2021-09-24T13:56:45.866Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-24T13:56:45.866Z] check_test.go:195: [d61bb9d92d61c] daemon is not started [2021-09-24T13:56:45.866Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T13:56:46.706Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-24T13:56:46.807Z] check_test.go:195: [dfafcff33a104] daemon is not started [2021-09-24T13:56:46.807Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T13:56:47.806Z] check_test.go:195: [d6686537d8b1c] daemon is not started [2021-09-24T13:56:47.806Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T13:56:48.323Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-24T13:56:48.745Z] check_test.go:195: [deb4a961b7578] daemon is not started [2021-09-24T13:56:48.745Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-24T13:56:51.284Z] check_test.go:195: [df715297c7b0e] daemon is not started [2021-09-24T13:56:51.284Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-24T13:56:51.284Z] check_test.go:195: [d6340c83a78b2] daemon is not started [2021-09-24T13:56:51.284Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-24T13:56:52.120Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-24T13:56:52.589Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-24T13:56:52.589Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T13:56:52.589Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-24T13:56:52.589Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T13:56:52.589Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-24T13:56:52.665Z] check_test.go:195: [dbfccb6f86f8a] daemon is not started [2021-09-24T13:56:52.665Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-24T13:56:52.665Z] check_test.go:195: [da85636b7c679] daemon is not started [2021-09-24T13:56:52.665Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-24T13:56:52.926Z] check_test.go:195: [d2d1ee12ab55e] daemon is not started [2021-09-24T13:56:52.926Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-24T13:56:53.186Z] check_test.go:195: [d086dad18583a] daemon is not started [2021-09-24T13:56:53.186Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-24T13:56:53.446Z] check_test.go:195: [d363fa19ee010] daemon is not started [2021-09-24T13:56:53.446Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-24T13:56:53.706Z] check_test.go:195: [d7c0ecb1399c7] daemon is not started [2021-09-24T13:56:53.706Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-24T13:56:53.965Z] check_test.go:195: [d0f2dbb3e4fcc] daemon is not started [2021-09-24T13:56:53.965Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-24T13:56:54.160Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-24T13:56:54.160Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T13:56:54.160Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-24T13:56:54.906Z] check_test.go:195: [da2b265796475] daemon is not started [2021-09-24T13:56:54.906Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-24T13:56:56.291Z] check_test.go:195: [da2faa9cb3b7d] daemon is not started [2021-09-24T13:56:56.291Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-24T13:56:57.229Z] check_test.go:195: [d32f4ac9193ee] daemon is not started [2021-09-24T13:56:57.229Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-24T13:56:58.168Z] check_test.go:195: [de21e4fd260d5] daemon is not started [2021-09-24T13:56:58.168Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-24T13:56:59.107Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite (46.75s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.39s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.27s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.50s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.70s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.54s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.75s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.04s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.85s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.13s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.43s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.13s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.91s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.00s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.90s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.12s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.24s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.48s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.02s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.16s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.91s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.39s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.09s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.05s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2021-09-24T13:57:00.046Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-09-24T13:57:00.046Z] === RUN TestDockerSchema1RegistrySuite [2021-09-24T13:57:00.046Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-24T13:57:00.046Z] check_test.go:222: [df2ee5554aa33] daemon is not started [2021-09-24T13:57:00.046Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T13:57:01.475Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-24T13:57:02.585Z] check_test.go:222: [d357b2ee545a7] daemon is not started [2021-09-24T13:57:02.845Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T13:57:06.139Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-24T13:57:08.125Z] check_test.go:222: [d5e39cbebd118] daemon is not started [2021-09-24T13:57:08.125Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-24T13:57:10.665Z] check_test.go:222: [d27771fc87dff] daemon is not started [2021-09-24T13:57:10.665Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-24T13:57:11.152Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-24T13:57:11.152Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T13:57:11.606Z] check_test.go:222: [d32fab92a781e] daemon is not started [2021-09-24T13:57:11.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-24T13:57:11.608Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-24T13:57:11.902Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-24T13:57:12.547Z] check_test.go:222: [d7122d18b8e3a] daemon is not started [2021-09-24T13:57:12.547Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-24T13:57:12.547Z] check_test.go:222: [dbce2c77f40b7] daemon is not started [2021-09-24T13:57:12.547Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T13:57:13.487Z] check_test.go:222: [d27312b1ceec9] daemon is not started [2021-09-24T13:57:13.487Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T13:57:14.425Z] check_test.go:222: [ddb6bef2902d5] daemon is not started [2021-09-24T13:57:14.425Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T13:57:15.365Z] check_test.go:222: [d90cd916e8ed0] daemon is not started [2021-09-24T13:57:15.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-24T13:57:16.281Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-24T13:57:16.281Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-24T13:57:16.567Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-24T13:57:17.951Z] check_test.go:222: [d649fe7ae3584] daemon is not started [2021-09-24T13:57:17.951Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-24T13:57:17.951Z] check_test.go:222: [dcdd375d7bf47] daemon is not started [2021-09-24T13:57:17.951Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-24T13:57:18.520Z] check_test.go:222: [d1a771571fcbd] daemon is not started [2021-09-24T13:57:18.520Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-24T13:57:18.520Z] check_test.go:222: [d2f62289b0385] daemon is not started [2021-09-24T13:57:18.520Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-24T13:57:18.780Z] check_test.go:222: [d50edbee443c1] daemon is not started [2021-09-24T13:57:18.780Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-24T13:57:19.040Z] check_test.go:222: [da9809f41f175] daemon is not started [2021-09-24T13:57:19.040Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-24T13:57:19.300Z] check_test.go:222: [d847b58a87cd7] daemon is not started [2021-09-24T13:57:19.560Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-24T13:57:19.560Z] check_test.go:222: [deb2bc09e4aa7] daemon is not started [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite (19.73s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.66s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.83s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.90s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.96s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.96s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.91s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.35s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2021-09-24T13:57:19.560Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-09-24T13:57:19.560Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-24T13:57:19.560Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-24T13:57:20.000Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-24T13:57:20.456Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-24T13:57:20.456Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T13:57:20.456Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-24T13:57:20.456Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T13:57:20.456Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-24T13:57:20.456Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T13:57:20.456Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-24T13:57:20.456Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-24T13:57:20.501Z] check_test.go:251: [dbe564f5985b3] daemon is not started [2021-09-24T13:57:20.502Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-24T13:57:20.761Z] check_test.go:251: [de383e9761b61] daemon is not started [2021-09-24T13:57:20.761Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-24T13:57:21.021Z] check_test.go:251: [da811b60518d6] daemon is not started [2021-09-24T13:57:21.021Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-24T13:57:21.419Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-24T13:57:22.403Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-24T13:57:22.662Z] check_test.go:251: [d131c09126110] daemon is not started [2021-09-24T13:57:22.662Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-24T13:57:23.232Z] check_test.go:251: [daab7ae08014d] daemon is not started [2021-09-24T13:57:23.232Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-24T13:57:24.171Z] check_test.go:251: [d8b4e85eb9f2b] daemon is not started [2021-09-24T13:57:24.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-24T13:57:24.171Z] check_test.go:251: [d99e5b09668e4] daemon is not started [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.70s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.57s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2021-09-24T13:57:24.171Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-09-24T13:57:24.171Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-24T13:57:24.171Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-24T13:57:24.315Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-24T13:57:25.845Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-24T13:57:25.845Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T13:57:25.845Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-24T13:57:25.845Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T13:57:25.845Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-24T13:57:25.845Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-24T13:57:28.738Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-24T13:57:29.445Z] check_test.go:278: [dd9fc6dcf1c9e] daemon is not started [2021-09-24T13:57:29.445Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-24T13:57:29.445Z] check_test.go:278: [d24c40860c1b7] daemon is not started [2021-09-24T13:57:29.445Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-24T13:57:29.706Z] check_test.go:278: [d5124fec53093] daemon is not started [2021-09-24T13:57:29.706Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-24T13:57:29.966Z] check_test.go:278: [d4311f4097a58] daemon is not started [2021-09-24T13:57:29.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-24T13:57:29.966Z] check_test.go:278: [d59c52a561b8e] daemon is not started [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-09-24T13:57:29.966Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-09-24T13:57:29.966Z] === RUN TestDockerNetworkSuite [2021-09-24T13:57:29.966Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-09-24T13:57:31.874Z] docker_cli_network_unix_test.go:46: [d53e295582501] daemon is not started [2021-09-24T13:57:31.874Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-09-24T13:57:32.444Z] docker_cli_network_unix_test.go:46: [d2af40b2b455d] daemon is not started [2021-09-24T13:57:32.704Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-09-24T13:57:34.205Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-24T13:57:34.205Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T13:57:34.205Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-24T13:57:35.261Z] docker_cli_network_unix_test.go:46: [de8a0df262189] daemon is not started [2021-09-24T13:57:35.831Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-09-24T13:57:36.882Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-24T13:57:37.212Z] docker_cli_network_unix_test.go:46: [d5d4419b76914] daemon is not started [2021-09-24T13:57:37.212Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-09-24T13:57:37.212Z] docker_cli_network_unix_test.go:1233: [dc8b0f68324ef] daemon is not started [2021-09-24T13:57:38.871Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-24T13:57:39.034Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-24T13:57:39.326Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-24T13:57:39.326Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T13:57:39.326Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-24T13:57:39.326Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T13:57:39.326Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-24T13:57:39.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-09-24T13:57:40.689Z] docker_cli_network_unix_test.go:46: [d2c26223f4dc8] daemon is not started [2021-09-24T13:57:41.259Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-09-24T13:57:42.214Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-24T13:57:42.759Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-24T13:57:43.722Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-24T13:57:43.722Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T13:57:43.722Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-24T13:57:45.458Z] docker_cli_network_unix_test.go:46: [d9e72cdd0b592] daemon is not started [2021-09-24T13:57:46.397Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-09-24T13:57:47.020Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-24T13:57:47.445Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-24T13:57:47.782Z] docker_cli_network_unix_test.go:46: [dc17f497df58e] daemon is not started [2021-09-24T13:57:48.408Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-24T13:57:48.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-09-24T13:57:49.184Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-24T13:57:49.184Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-24T13:57:49.391Z] === RUN TestDockerSuite/TestBuildRm [2021-09-24T13:57:49.640Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-24T13:57:49.663Z] docker_cli_network_unix_test.go:46: [dcab3a68bb3ff] daemon is not started [2021-09-24T13:57:49.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-09-24T13:57:50.233Z] docker_cli_network_unix_test.go:46: [de5ff80875bb0] daemon is not started [2021-09-24T13:57:50.233Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-09-24T13:57:50.493Z] docker_cli_network_unix_test.go:46: [d7d8b8a851f77] daemon is not started [2021-09-24T13:57:50.754Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-09-24T13:57:51.323Z] docker_cli_network_unix_test.go:46: [da77f7a5ff8fc] daemon is not started [2021-09-24T13:57:51.582Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-09-24T13:57:52.152Z] docker_cli_network_unix_test.go:46: [d97a509ef233d] daemon is not started [2021-09-24T13:57:52.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-09-24T13:57:52.528Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-24T13:57:52.672Z] docker_cli_network_unix_test.go:46: [d5ecce40a4ff9] daemon is not started [2021-09-24T13:57:52.672Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-09-24T13:57:52.932Z] docker_cli_network_unix_test.go:46: [dfa170c08cba2] daemon is not started [2021-09-24T13:57:52.932Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-09-24T13:57:52.984Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-24T13:57:53.083Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-24T13:57:53.083Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-24T13:57:53.083Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-24T13:57:53.083Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-24T13:57:53.083Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-24T13:57:53.501Z] docker_cli_network_unix_test.go:46: [d810405f9adda] daemon is not started [2021-09-24T13:57:53.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-09-24T13:57:53.944Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-24T13:57:54.020Z] docker_cli_network_unix_test.go:46: [d0281bc9ca7f6] daemon is not started [2021-09-24T13:57:54.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-09-24T13:57:54.020Z] docker_cli_network_unix_test.go:46: [d678f571ed799] daemon is not started [2021-09-24T13:57:54.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-09-24T13:57:54.020Z] docker_cli_network_unix_test.go:46: [db65552b78c2f] daemon is not started [2021-09-24T13:57:54.020Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-09-24T13:57:54.961Z] docker_cli_network_unix_test.go:46: [d47153571773e] daemon is not started [2021-09-24T13:57:54.961Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-09-24T13:57:55.537Z] docker_cli_network_unix_test.go:46: [db2fcdf10aa07] daemon is not started [2021-09-24T13:57:55.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-09-24T13:57:55.817Z] docker_cli_network_unix_test.go:46: [d8a80d6ff295e] daemon is not started [2021-09-24T13:57:55.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-09-24T13:57:56.078Z] docker_cli_network_unix_test.go:46: [de94b6b96b973] daemon is not started [2021-09-24T13:57:56.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-09-24T13:57:56.338Z] docker_cli_network_unix_test.go:46: [d4104441df278] daemon is not started [2021-09-24T13:57:56.338Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-09-24T13:57:57.718Z] docker_cli_network_unix_test.go:968: [d9b866ddf95e5] daemon is not started [2021-09-24T13:57:58.069Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-24T13:57:58.658Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-09-24T13:58:00.042Z] docker_cli_network_unix_test.go:46: [d29d7ab04ab54] daemon is not started [2021-09-24T13:58:00.042Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-09-24T13:58:01.868Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-24T13:58:01.868Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T13:58:01.868Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-24T13:58:01.868Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T13:58:01.868Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-24T13:58:02.480Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-24T13:58:02.583Z] docker_cli_network_unix_test.go:1116: [df0e2cb0ff999] daemon is not started [2021-09-24T13:58:02.858Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-24T13:58:04.007Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-24T13:58:05.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-09-24T13:58:05.881Z] docker_cli_network_unix_test.go:46: [db59df9f92d82] daemon is not started [2021-09-24T13:58:05.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-09-24T13:58:06.450Z] docker_cli_network_unix_test.go:46: [de21cccca6184] daemon is not started [2021-09-24T13:58:06.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-09-24T13:58:06.450Z] docker_cli_network_unix_test.go:46: [dd7a7e2a7420e] daemon is not started [2021-09-24T13:58:06.660Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-24T13:58:06.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-09-24T13:58:06.709Z] docker_cli_network_unix_test.go:46: [da2bd2bc155ca] daemon is not started [2021-09-24T13:58:06.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-09-24T13:58:06.969Z] docker_cli_network_unix_test.go:46: [d15d182e85354] daemon is not started [2021-09-24T13:58:06.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-09-24T13:58:06.969Z] docker_cli_network_unix_test.go:46: [dcff177fb82ee] daemon is not started [2021-09-24T13:58:06.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-09-24T13:58:06.969Z] docker_cli_network_unix_test.go:46: [df0b07709e86d] daemon is not started [2021-09-24T13:58:06.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-09-24T13:58:08.880Z] docker_cli_network_unix_test.go:46: [db376635febc3] daemon is not started [2021-09-24T13:58:09.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-09-24T13:58:09.821Z] docker_cli_network_unix_test.go:46: [d7adc7afbafcf] daemon is not started [2021-09-24T13:58:09.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-09-24T13:58:09.821Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-24T13:58:09.821Z] docker_cli_network_unix_test.go:46: [d7644ccbbcdf1] daemon is not started [2021-09-24T13:58:09.821Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-09-24T13:58:10.081Z] docker_cli_network_unix_test.go:46: [d056c9a669a18] daemon is not started [2021-09-24T13:58:10.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-09-24T13:58:10.457Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-24T13:58:12.559Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-24T13:58:14.539Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-09-24T13:58:15.230Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-24T13:58:15.479Z] docker_cli_network_unix_test.go:1084: [d815a577ca3d4] daemon is not started [2021-09-24T13:58:16.286Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-24T13:58:16.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-09-24T13:58:16.876Z] docker_cli_network_unix_test.go:46: [dcf579eee79ea] daemon is not started [2021-09-24T13:58:16.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-09-24T13:58:17.450Z] docker_cli_network_unix_test.go:46: [d3c3df749418b] daemon is not started [2021-09-24T13:58:17.710Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-09-24T13:58:19.091Z] docker_cli_network_unix_test.go:46: [dba8c63bc2f67] daemon is not started [2021-09-24T13:58:19.352Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-09-24T13:58:19.352Z] docker_cli_network_unix_test.go:46: [dae4cc65dfd37] daemon is not started [2021-09-24T13:58:19.352Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-09-24T13:58:19.612Z] docker_cli_network_unix_test.go:46: [dc7a67c9aeb3a] daemon is not started [2021-09-24T13:58:19.872Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-09-24T13:58:20.442Z] docker_cli_network_unix_test.go:46: [dba08be3ecc7b] daemon is not started [2021-09-24T13:58:20.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-09-24T13:58:21.011Z] docker_cli_network_unix_test.go:46: [d51d81ceafa47] daemon is not started [2021-09-24T13:58:21.271Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-09-24T13:58:23.355Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-24T13:58:26.559Z] docker_cli_network_unix_test.go:46: [d0ec2374c0cc6] daemon is not started [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite (56.50s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.95s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.79s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.93s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.50s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.44s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.07s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.44s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.13s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.34s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.76s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.35s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.16s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.56s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.88s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.53s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-09-24T13:58:26.559Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.41s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.09s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.80s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2021-09-24T13:58:26.559Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.17s) [2021-09-24T13:58:26.559Z] === RUN TestDockerHubPullSuite [2021-09-24T13:58:26.559Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-09-24T13:58:27.083Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-24T13:58:27.939Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-09-24T13:58:30.181Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-24T13:58:30.181Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-24T13:58:30.181Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-24T13:58:30.478Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-09-24T13:58:30.478Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-09-24T13:58:31.765Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-24T13:58:31.861Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-09-24T13:58:31.861Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite (5.46s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.45s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.25s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.10s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-09-24T13:58:32.122Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-09-24T13:58:32.122Z] PASS [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === Skipped [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-09-24T13:58:32.122Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-24T13:58:32.122Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-24T13:58:32.122Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-24T13:58:32.122Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-24T13:58:32.122Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2021-09-24T13:58:32.122Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.122Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.01s) [2021-09-24T13:58:32.122Z] [2021-09-24T13:58:32.122Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-24T13:58:32.123Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-24T13:58:32.123Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-24T13:58:32.123Z] docker_cli_network_unix_test.go:46: [d7644ccbbcdf1] daemon is not started [2021-09-24T13:58:32.123Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] DONE 1269 tests, 51 skipped in 1457.374s [2021-09-24T13:58:32.123Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T13:58:32.123Z] ++++ cat bundles/test-integration/docker.pid [2021-09-24T13:58:32.123Z] +++ kill 8533 [2021-09-24T13:58:32.123Z] +++ /etc/init.d/apparmor stop [2021-09-24T13:58:32.123Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] Unloading profiles will leave already running processes permanently [2021-09-24T13:58:32.123Z] unconfined, which can lead to unexpected situations. [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.123Z] To set a process to complain mode, use the command line tool [2021-09-24T13:58:32.123Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T13:58:32.123Z] +++ true [2021-09-24T13:58:32.123Z] exiting test-integration [2021-09-24T13:58:32.123Z] ++ exit 0 [2021-09-24T13:58:32.123Z] [2021-09-24T13:58:32.223Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-24T13:58:32.223Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T13:58:32.223Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-24T13:58:32.223Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T13:58:32.223Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-24T13:58:32.383Z] + for job in $(jobs -p) [2021-09-24T13:58:32.383Z] + wait 23846 [2021-09-24T13:58:33.762Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-24T13:58:33.762Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T13:58:33.762Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-24T13:58:37.356Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-24T13:58:37.825Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-24T13:58:41.629Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-24T13:58:41.629Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-24T13:58:45.428Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-24T13:58:53.470Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-24T13:58:53.470Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T13:58:53.470Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-24T13:58:53.470Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T13:58:53.470Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-24T13:59:03.269Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-24T13:59:03.269Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T13:59:03.269Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-24T13:59:04.259Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-24T13:59:05.249Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-24T13:59:08.208Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-24T13:59:11.133Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-24T13:59:11.133Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T13:59:11.133Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-24T13:59:11.133Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-24T13:59:12.007Z] === RUN TestDockerSuite/TestBuildUser [2021-09-24T13:59:12.007Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T13:59:12.007Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-24T13:59:12.007Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T13:59:12.007Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-24T13:59:12.007Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T13:59:12.007Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-24T13:59:14.966Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-24T13:59:15.436Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-24T13:59:16.269Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-24T13:59:16.910Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-24T13:59:16.910Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T13:59:17.894Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-24T13:59:18.395Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-24T13:59:18.395Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T13:59:18.395Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-24T13:59:18.395Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T13:59:18.395Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-24T13:59:22.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-24T13:59:28.639Z] === RUN TestDockerSuite/TestBuildRm [2021-09-24T13:59:29.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-24T13:59:36.230Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-24T13:59:36.699Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-24T13:59:37.201Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-24T13:59:38.193Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-24T13:59:38.193Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T13:59:38.193Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-24T13:59:40.100Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-24T13:59:40.101Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T13:59:40.101Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-24T13:59:40.101Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T13:59:40.101Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-24T13:59:41.634Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-24T13:59:41.917Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-24T13:59:41.917Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T13:59:41.917Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-24T13:59:41.917Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T13:59:41.917Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-24T13:59:43.868Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-24T13:59:45.373Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-24T13:59:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-24T13:59:47.698Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T13:59:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-24T13:59:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-24T13:59:47.698Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T13:59:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-24T13:59:47.698Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T13:59:47.698Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-24T13:59:48.631Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-24T13:59:48.631Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T13:59:48.631Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-24T13:59:48.631Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T13:59:48.631Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-24T13:59:49.102Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-24T13:59:50.856Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-24T13:59:50.856Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T13:59:50.856Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-24T13:59:52.833Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-24T13:59:59.531Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-24T14:00:01.753Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-24T14:00:02.223Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-24T14:00:07.635Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-24T14:00:07.635Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-24T14:00:08.093Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-24T14:00:08.859Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-09-24T14:00:08.859Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-09-24T14:00:09.118Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-09-24T14:00:14.403Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-09-24T14:00:14.731Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-24T14:00:14.731Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:00:14.731Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-24T14:00:14.731Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:00:14.731Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-24T14:00:14.731Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:00:14.731Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-24T14:00:14.731Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-24T14:00:15.166Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-24T14:00:15.624Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-24T14:00:16.943Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-09-24T14:00:19.353Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-24T14:00:19.353Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-24T14:00:20.609Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-24T14:00:21.139Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-09-24T14:00:21.601Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-24T14:00:21.601Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:00:22.071Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-24T14:00:22.071Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:00:22.071Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-24T14:00:22.071Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:00:22.071Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-24T14:00:23.051Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-09-24T14:00:23.085Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-24T14:00:23.362Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-24T14:00:23.641Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-24T14:00:24.893Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-24T14:00:24.893Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T14:00:25.350Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-24T14:00:25.807Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:00:25.807Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-24T14:00:27.249Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-09-24T14:00:27.249Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-24T14:00:27.249Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-09-24T14:00:27.342Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-24T14:00:27.342Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T14:00:27.342Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-24T14:00:27.440Z] === RUN TestDockerSuite/TestCommitChange [2021-09-24T14:00:31.068Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-24T14:00:32.032Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-24T14:00:32.032Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T14:00:32.204Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-24T14:00:32.489Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-24T14:00:32.489Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T14:00:32.489Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-24T14:00:32.526Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-09-24T14:00:33.455Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-24T14:00:33.467Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-09-24T14:00:34.062Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-09-24T14:00:34.421Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-24T14:00:34.878Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-24T14:00:35.164Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-24T14:00:35.164Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:00:35.164Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-24T14:00:35.842Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-24T14:00:36.299Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-24T14:00:36.602Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-09-24T14:00:40.760Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-24T14:00:40.760Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T14:00:40.760Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-24T14:00:40.974Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-24T14:00:41.039Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-24T14:00:41.039Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:00:41.039Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-24T14:00:41.726Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-24T14:00:42.692Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-24T14:00:43.146Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-24T14:00:43.146Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T14:00:43.146Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-24T14:00:44.110Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-24T14:00:44.110Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T14:00:44.110Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-24T14:00:44.567Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-24T14:00:46.122Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-24T14:00:46.424Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-24T14:00:46.916Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-24T14:00:47.086Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-24T14:00:47.543Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-24T14:00:47.543Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T14:00:47.543Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-24T14:00:48.508Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-24T14:00:48.965Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-24T14:00:48.965Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T14:00:48.965Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-24T14:00:48.965Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T14:00:48.965Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-24T14:00:49.874Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-24T14:00:49.874Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-24T14:00:49.874Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-24T14:00:49.874Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-24T14:00:49.874Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-24T14:00:49.874Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-24T14:00:49.874Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:00:49.874Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-24T14:00:50.319Z] === RUN TestDockerSuite/TestBuildUser [2021-09-24T14:00:50.319Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T14:00:50.344Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-24T14:00:50.777Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-24T14:00:50.777Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T14:00:50.777Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-24T14:00:50.777Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T14:00:50.777Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-24T14:00:53.685Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-24T14:00:53.815Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-24T14:00:54.144Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-24T14:00:56.261Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-24T14:00:57.047Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-24T14:00:57.047Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T14:00:57.047Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-24T14:00:57.047Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T14:00:57.047Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-24T14:01:02.137Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-24T14:01:02.137Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:01:02.137Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-24T14:01:03.707Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-24T14:01:03.707Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:01:03.707Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-24T14:01:03.707Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:01:03.707Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-24T14:01:03.707Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:01:03.707Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-24T14:01:10.879Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-24T14:01:10.879Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:01:10.879Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-24T14:01:10.879Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-24T14:01:12.451Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-24T14:01:12.451Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-24T14:01:12.451Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:01:12.451Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-24T14:01:12.451Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:01:12.451Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-24T14:01:12.451Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:01:12.451Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-24T14:01:15.411Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-24T14:01:16.985Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-24T14:01:18.128Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-24T14:01:18.128Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-24T14:01:18.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-24T14:01:18.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-24T14:01:18.555Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:01:18.555Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-24T14:01:20.775Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-24T14:01:20.775Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-24T14:01:22.346Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-24T14:01:22.346Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:01:22.346Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-24T14:01:22.346Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:01:22.346Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-24T14:01:23.757Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-24T14:01:23.757Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-24T14:01:23.757Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-24T14:01:24.568Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-24T14:01:24.568Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-24T14:01:25.193Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-24T14:01:26.137Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-24T14:01:26.137Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:01:26.137Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-24T14:01:26.655Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-24T14:01:26.655Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T14:01:26.655Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-24T14:01:26.655Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T14:01:27.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-24T14:01:27.115Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T14:01:27.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-24T14:01:27.573Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-24T14:01:27.573Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T14:01:27.573Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-24T14:01:28.358Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-24T14:01:28.827Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-24T14:01:29.882Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-24T14:01:29.882Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T14:01:30.340Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-24T14:01:30.340Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T14:01:30.340Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-24T14:01:31.048Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-24T14:01:32.847Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-09-24T14:01:32.847Z] docker_cli_swarm_test.go:1186: [de0f962450583] joining swarm manager [d34a824382b12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T14:01:34.006Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-24T14:01:34.072Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-24T14:01:34.072Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T14:01:34.530Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-24T14:01:37.804Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-24T14:01:37.804Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-24T14:01:37.804Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-24T14:01:37.804Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-24T14:01:37.804Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-24T14:01:38.124Z] docker_cli_swarm_test.go:1195: [dde4350c648fe] joining swarm manager [d34a824382b12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T14:01:39.373Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-24T14:01:39.373Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:01:39.373Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-24T14:01:41.594Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-24T14:01:41.594Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:01:41.594Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-24T14:01:43.163Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-24T14:01:43.163Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-24T14:01:44.852Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-24T14:01:47.928Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-24T14:01:48.918Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-24T14:01:48.918Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-24T14:01:48.918Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-24T14:01:48.918Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-24T14:01:48.918Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:01:48.918Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-24T14:01:49.536Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-24T14:01:49.994Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-24T14:01:50.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-24T14:01:50.488Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-24T14:01:52.709Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-24T14:01:54.968Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-24T14:01:57.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-24T14:01:59.410Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001e9e00_} [2021-09-24T14:02:01.630Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14065123466_c:\foo_false____} [2021-09-24T14:02:03.782Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-24T14:02:03.782Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-24T14:02:03.782Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T14:02:03.782Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-24T14:02:03.852Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14065123466_c:\foo_true____} [2021-09-24T14:02:04.799Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-24T14:02:04.799Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:02:04.799Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-24T14:02:04.799Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:02:04.799Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-24T14:02:04.799Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:02:04.799Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-24T14:02:05.765Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-24T14:02:06.075Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-24T14:02:06.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-24T14:02:06.545Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-24T14:02:06.545Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-24T14:02:06.545Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-24T14:02:06.545Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-24T14:02:06.545Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:02:06.545Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-24T14:02:08.765Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-24T14:02:08.765Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-24T14:02:08.765Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:02:08.765Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-24T14:02:10.987Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-24T14:02:10.987Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-24T14:02:10.987Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:02:10.987Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-24T14:02:12.833Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-24T14:02:13.208Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-24T14:02:13.208Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:02:13.208Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-24T14:02:13.208Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:02:13.208Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-24T14:02:13.208Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:02:13.208Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-24T14:02:15.008Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-24T14:02:15.008Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:02:15.008Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-24T14:02:15.008Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:02:15.008Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-24T14:02:15.008Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:02:15.008Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-24T14:02:16.856Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-09-24T14:02:17.008Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-24T14:02:17.184Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-24T14:02:17.184Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:02:17.184Z] === RUN TestDockerSuite/TestCommitChange [2021-09-24T14:02:19.230Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-24T14:02:19.230Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:02:19.230Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-24T14:02:19.230Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:02:19.230Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-24T14:02:21.441Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-24T14:02:22.405Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-24T14:02:22.862Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-24T14:02:22.966Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-24T14:02:23.460Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-09-24T14:02:25.760Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-24T14:02:27.649Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-24T14:02:27.649Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:02:27.649Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-24T14:02:27.659Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-09-24T14:02:27.905Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-24T14:02:27.905Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:02:27.905Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-24T14:02:27.905Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:02:27.905Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-24T14:02:28.656Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-24T14:02:29.039Z] docker_cli_swarm_test.go:1118: [dcddd5b1428a4] joining swarm manager [debd838a7a98d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T14:02:30.419Z] docker_cli_swarm_test.go:1119: [d1e07539dca26] joining swarm manager [debd838a7a98d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T14:02:30.977Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-24T14:02:34.715Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-24T14:02:34.715Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:02:34.715Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-24T14:02:35.072Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-24T14:02:35.072Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:02:35.072Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-24T14:02:35.072Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:02:35.072Z] === RUN TestDockerSuite/TestCpToDot [2021-09-24T14:02:37.292Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-24T14:02:37.292Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:02:37.292Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-24T14:02:37.292Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:02:37.292Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-24T14:02:39.512Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-24T14:02:39.512Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:02:39.512Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-24T14:02:39.512Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:02:39.512Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-24T14:02:39.512Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:02:39.512Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-24T14:02:39.512Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:02:39.512Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-24T14:02:39.981Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-24T14:02:39.981Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-24T14:02:40.519Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-24T14:02:42.200Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-24T14:02:44.420Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-24T14:02:44.420Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-24T14:02:44.420Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-24T14:02:45.201Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-24T14:02:45.201Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-24T14:02:45.201Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-24T14:02:45.201Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-24T14:02:45.201Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-24T14:02:45.201Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-24T14:02:45.201Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-24T14:02:45.201Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-24T14:02:45.989Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-24T14:02:46.459Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-24T14:02:46.459Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-24T14:02:46.459Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:02:46.459Z] === RUN TestDockerSuite/TestCreateRM [2021-09-24T14:02:46.928Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-24T14:02:46.928Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:02:46.928Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-24T14:02:47.398Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-24T14:02:47.398Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-24T14:02:52.267Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-24T14:02:54.570Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-24T14:02:54.570Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-24T14:02:55.039Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-24T14:02:57.996Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-24T14:02:57.996Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-24T14:02:57.996Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:02:57.996Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-24T14:02:58.336Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-24T14:02:58.336Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:02:58.336Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-24T14:03:00.218Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-24T14:03:00.218Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDockerFails [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-24T14:03:00.218Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-24T14:03:00.218Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-24T14:03:00.218Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-24T14:03:00.218Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-24T14:03:00.218Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.218Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-24T14:03:00.512Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-24T14:03:00.512Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.512Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-24T14:03:00.512Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.512Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-24T14:03:00.512Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:03:00.512Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-24T14:03:02.438Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-24T14:03:03.414Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-24T14:03:03.414Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:03:03.414Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-24T14:03:03.414Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-24T14:03:04.658Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-24T14:03:05.588Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-24T14:03:05.588Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-24T14:03:05.588Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:03:05.588Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-24T14:03:05.588Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:03:05.588Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-24T14:03:05.588Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:03:05.588Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-24T14:03:06.889Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-24T14:03:09.320Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-24T14:03:12.212Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-24T14:03:14.061Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-24T14:03:15.103Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-24T14:03:15.103Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-24T14:03:15.103Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:03:15.103Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-24T14:03:17.032Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-24T14:03:17.996Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-24T14:03:17.996Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-24T14:03:20.888Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-24T14:03:20.888Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:03:20.888Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-24T14:03:20.888Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:03:20.888Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-24T14:03:21.810Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-24T14:03:23.054Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-24T14:03:23.054Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-24T14:03:25.948Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-24T14:03:25.948Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:03:25.948Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-24T14:03:28.841Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-24T14:03:28.979Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-24T14:03:29.297Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-24T14:03:29.448Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-24T14:03:31.434Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-24T14:03:32.186Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-24T14:03:36.108Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-24T14:03:36.108Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T14:03:36.108Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-24T14:03:36.855Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-24T14:03:38.123Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-24T14:03:38.123Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-24T14:03:39.111Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-24T14:03:41.523Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-24T14:03:41.523Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-24T14:03:41.523Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-24T14:03:41.523Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-24T14:03:41.523Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-24T14:03:43.874Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-24T14:03:44.413Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-24T14:03:44.413Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:03:44.413Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-24T14:03:46.598Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-24T14:03:46.598Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:03:46.598Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-24T14:03:48.639Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-24T14:03:48.639Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-24T14:03:48.639Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:03:48.639Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-24T14:03:49.628Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-24T14:03:49.628Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:03:49.628Z] === RUN TestDockerSuite/TestEventsRename [2021-09-24T14:03:50.323Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-24T14:03:50.323Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-24T14:03:51.921Z] === RUN TestDockerSuite/TestEventsResize [2021-09-24T14:03:54.082Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-24T14:03:57.038Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-24T14:03:57.038Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-24T14:03:57.038Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-24T14:03:57.038Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-24T14:03:57.038Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:03:57.038Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-24T14:03:58.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-24T14:03:58.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-24T14:03:59.092Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-24T14:04:00.661Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-24T14:04:01.458Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-24T14:04:02.891Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-24T14:04:03.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-24T14:04:06.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-24T14:04:06.880Z] docker_cli_swarm_test.go:1172: [dbd6af789a682] joining swarm manager [debd838a7a98d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-24T14:04:07.654Z] === RUN TestDockerSuite/TestEventsTop [2021-09-24T14:04:07.654Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:04:07.654Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-24T14:04:09.403Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004420_} [2021-09-24T14:04:10.611Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-24T14:04:11.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13168713638_c:\foo_false____} [2021-09-24T14:04:14.408Z] === RUN TestDockerSuite/TestExec [2021-09-24T14:04:14.408Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:04:14.408Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-24T14:04:14.408Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:04:14.408Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-24T14:04:14.458Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13168713638_c:\foo_true____} [2021-09-24T14:04:15.397Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-24T14:04:16.623Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-24T14:04:16.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-24T14:04:16.965Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-24T14:04:16.965Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:04:16.965Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-24T14:04:16.965Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:04:16.965Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-24T14:04:16.965Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:04:16.965Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-24T14:04:17.078Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-24T14:04:17.078Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-24T14:04:17.078Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-24T14:04:17.078Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-24T14:04:17.078Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:04:17.078Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-24T14:04:19.184Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-24T14:04:19.968Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-24T14:04:19.968Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-24T14:04:19.968Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:04:19.968Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-24T14:04:20.752Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-24T14:04:22.133Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-24T14:04:22.320Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-24T14:04:22.589Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-24T14:04:22.589Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:04:22.589Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-24T14:04:23.889Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-24T14:04:25.479Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-24T14:04:25.479Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:04:25.479Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-24T14:04:25.479Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:04:25.479Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-24T14:04:25.479Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:04:25.479Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-24T14:04:27.687Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-24T14:04:27.688Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:04:27.688Z] === RUN TestDockerSuite/TestExecEnv [2021-09-24T14:04:27.688Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:04:27.688Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-24T14:04:27.688Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:04:27.688Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-24T14:04:29.909Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-24T14:04:30.146Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-24T14:04:32.867Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-24T14:04:32.867Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecParseError [2021-09-24T14:04:32.867Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-24T14:04:32.867Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-24T14:04:32.867Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:04:32.867Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-24T14:04:33.038Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-24T14:04:33.038Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:04:33.038Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-24T14:04:33.038Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:04:33.038Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-24T14:04:34.438Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-24T14:04:34.438Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:04:34.438Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-24T14:04:34.438Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:04:34.907Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-24T14:04:34.907Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:04:34.907Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-24T14:04:34.907Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:04:34.907Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-24T14:04:34.907Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:04:34.907Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-24T14:04:36.477Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-24T14:04:36.477Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:04:36.477Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-24T14:04:38.992Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-09-24T14:04:38.992Z] docker_cli_swarm_test.go:1453: [d59b5bbccf94c] joining swarm manager [d20f51b4fb717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T14:04:38.992Z] docker_cli_swarm_test.go:1454: [dc6d10f93fa5f] joining swarm manager [d20f51b4fb717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-24T14:04:41.241Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-24T14:04:41.241Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:04:41.241Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-24T14:04:41.241Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:04:41.241Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-24T14:04:41.241Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:04:41.241Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-24T14:04:43.327Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-24T14:04:43.327Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:04:43.327Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-24T14:04:43.327Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:04:43.327Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-24T14:04:47.116Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-24T14:04:48.158Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-24T14:04:48.158Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-24T14:04:48.615Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-24T14:04:51.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-09-24T14:04:51.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-09-24T14:04:51.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-09-24T14:04:51.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-09-24T14:04:51.208Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-09-24T14:04:51.777Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-09-24T14:04:51.864Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-24T14:04:51.864Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:04:51.864Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-24T14:04:51.864Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:04:51.864Z] === RUN TestDockerSuite/TestCpToDot [2021-09-24T14:04:52.991Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-24T14:04:54.029Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-24T14:04:54.029Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:04:54.029Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-24T14:04:54.029Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:04:54.029Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-24T14:04:54.315Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-09-24T14:04:55.212Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-24T14:04:56.919Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-24T14:04:56.919Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-24T14:04:56.919Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-24T14:04:56.919Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-24T14:04:56.919Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-24T14:04:57.375Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-24T14:04:57.609Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-09-24T14:04:59.516Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-09-24T14:04:59.538Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-24T14:05:01.087Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestHealth [2021-09-24T14:05:01.087Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-24T14:05:01.087Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-24T14:05:01.424Z] docker_cli_swarm_unix_test.go:63: [d0be8006d707c] joining swarm manager [d11af07c1e6b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T14:05:01.702Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-24T14:05:02.157Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-24T14:05:02.157Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-24T14:05:04.047Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-24T14:05:04.516Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-24T14:05:04.516Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:05:04.516Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-24T14:05:04.516Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-24T14:05:04.516Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-24T14:05:04.516Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-24T14:05:05.047Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-24T14:05:05.047Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-24T14:05:05.503Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-24T14:05:05.503Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:05:05.503Z] === RUN TestDockerSuite/TestCreateRM [2021-09-24T14:05:05.505Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-24T14:05:05.505Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:05:05.505Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-24T14:05:05.958Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-24T14:05:05.958Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:05:05.958Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-24T14:05:05.958Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-24T14:05:05.975Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-24T14:05:05.975Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-24T14:05:06.413Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-24T14:05:07.542Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-24T14:05:08.012Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-24T14:05:09.580Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-24T14:05:11.889Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-24T14:05:11.889Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-24T14:05:11.889Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:05:11.889Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-24T14:05:14.950Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-24T14:05:14.950Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-24T14:05:14.950Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-24T14:05:15.688Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-24T14:05:15.689Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-24T14:05:17.840Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-24T14:05:17.840Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-24T14:05:17.840Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.840Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-24T14:05:17.908Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportFile [2021-09-24T14:05:17.908Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-24T14:05:17.908Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-24T14:05:17.908Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-24T14:05:17.908Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-24T14:05:17.908Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-24T14:05:17.908Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-24T14:05:17.908Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-24T14:05:17.908Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:05:17.908Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-24T14:05:18.377Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:05:18.377Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-24T14:05:18.523Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-24T14:05:20.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-24T14:05:20.004Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.004Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-24T14:05:20.460Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-24T14:05:20.460Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDockerFails [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-24T14:05:20.460Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-24T14:05:20.460Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-24T14:05:20.460Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-24T14:05:20.460Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-24T14:05:20.460Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:05:20.460Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-24T14:05:20.596Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-24T14:05:22.815Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-24T14:05:22.815Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:05:22.815Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-24T14:05:22.815Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:05:22.815Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-24T14:05:22.815Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-24T14:05:22.815Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:05:22.815Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-24T14:05:23.192Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-24T14:05:23.349Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-24T14:05:25.035Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-24T14:05:25.035Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-24T14:05:25.514Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-24T14:05:27.258Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-24T14:05:27.258Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:05:27.258Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-24T14:05:27.258Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:05:27.258Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-24T14:05:27.258Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:05:27.258Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-24T14:05:28.410Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-24T14:05:29.478Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-24T14:05:31.743Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-24T14:05:33.274Z] === RUN TestDockerSuite/TestInspectImage [2021-09-24T14:05:33.274Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:05:33.274Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-24T14:05:33.274Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:05:33.274Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-24T14:05:33.274Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:05:33.274Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-24T14:05:34.843Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-24T14:05:37.062Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-24T14:05:37.062Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-24T14:05:38.878Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-24T14:05:39.283Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-24T14:05:40.852Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-24T14:05:40.852Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:05:40.852Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-24T14:05:40.852Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-24T14:05:41.766Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-24T14:05:42.421Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-24T14:05:45.379Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-24T14:05:47.532Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-24T14:05:49.063Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-24T14:05:49.178Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-24T14:05:50.027Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-24T14:05:50.167Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-24T14:05:52.389Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-24T14:05:53.958Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-24T14:05:54.694Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-24T14:05:55.149Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-24T14:05:56.110Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-24T14:05:56.178Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-24T14:05:57.722Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-09-24T14:05:57.723Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-09-24T14:05:57.723Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-09-24T14:05:58.397Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-24T14:05:59.104Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-24T14:05:59.967Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-24T14:05:59.967Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-24T14:05:59.967Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-24T14:05:59.967Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-24T14:06:01.536Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-24T14:06:01.883Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-24T14:06:02.400Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-09-24T14:06:03.758Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-24T14:06:04.938Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-09-24T14:06:06.551Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-24T14:06:06.552Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-24T14:06:06.552Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-24T14:06:06.552Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:06:06.552Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-24T14:06:06.552Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:06:06.552Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-24T14:06:06.552Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:06:06.552Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-24T14:06:06.846Z] docker_api_swarm_test.go:962: [d2255dbf88119] joining swarm manager [d8fa52ddd675b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-24T14:06:07.513Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-24T14:06:07.513Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:06:07.513Z] === RUN TestDockerSuite/TestEventsRename [2021-09-24T14:06:09.637Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-24T14:06:10.406Z] === RUN TestDockerSuite/TestEventsResize [2021-09-24T14:06:11.207Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-24T14:06:11.207Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:06:11.207Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-24T14:06:12.775Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-24T14:06:12.775Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-24T14:06:14.216Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-24T14:06:17.539Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-24T14:06:22.304Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-24T14:06:24.944Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-09-24T14:06:26.565Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-24T14:06:27.068Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-24T14:06:28.639Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-24T14:06:30.861Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-24T14:06:30.861Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:06:30.861Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-24T14:06:33.081Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-24T14:06:35.304Z] === RUN TestDockerSuite/TestLogsSince [2021-09-24T14:06:37.179Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-09-24T14:06:38.118Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-09-24T14:06:40.655Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-09-24T14:06:41.345Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-24T14:06:43.196Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-09-24T14:06:43.978Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-24T14:06:43.978Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:06:43.978Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-24T14:06:43.978Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:06:43.978Z] === RUN TestDockerSuite/TestLogsTail [2021-09-24T14:06:46.036Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-24T14:06:46.036Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-24T14:06:46.201Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-24T14:06:48.420Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-24T14:06:48.926Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-24T14:06:50.641Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-24T14:06:50.641Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestNetHostname [2021-09-24T14:06:50.641Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-24T14:06:50.641Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-24T14:06:50.641Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:06:50.641Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-24T14:06:50.641Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginActive [2021-09-24T14:06:51.110Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-24T14:06:51.110Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-24T14:06:51.110Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-24T14:06:51.110Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-24T14:06:51.110Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-24T14:06:51.110Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.110Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-24T14:06:51.111Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.111Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-24T14:06:51.111Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.111Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-24T14:06:51.111Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.111Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-24T14:06:51.111Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.111Z] === RUN TestDockerSuite/TestPortList [2021-09-24T14:06:51.111Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:06:51.111Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-24T14:06:51.322Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-09-24T14:06:54.615Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-09-24T14:06:54.691Z] === RUN TestDockerSuite/TestEventsTop [2021-09-24T14:06:54.691Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:06:54.691Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-24T14:06:55.879Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-24T14:06:55.880Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-24T14:06:55.880Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:06:55.880Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-24T14:06:56.870Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-24T14:06:57.156Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-09-24T14:06:59.684Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-24T14:06:59.684Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:06:59.684Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-24T14:06:59.693Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-09-24T14:07:01.535Z] === RUN TestDockerSuite/TestExec [2021-09-24T14:07:01.535Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:07:01.535Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-24T14:07:01.535Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:07:01.535Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-24T14:07:02.252Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-09-24T14:07:03.701Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-24T14:07:04.795Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-09-24T14:07:05.866Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-24T14:07:05.866Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:07:05.866Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-24T14:07:05.866Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:07:05.866Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-24T14:07:05.866Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:07:05.866Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-24T14:07:06.854Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-24T14:07:06.854Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:07:06.854Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-24T14:07:08.089Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-09-24T14:07:09.581Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-24T14:07:09.996Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-09-24T14:07:12.468Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-24T14:07:14.034Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-24T14:07:15.356Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-24T14:07:17.521Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-24T14:07:23.288Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-24T14:07:23.288Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:07:23.288Z] === RUN TestDockerSuite/TestExecEnv [2021-09-24T14:07:23.288Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:07:23.288Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-24T14:07:23.288Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:07:23.288Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-24T14:07:26.177Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-24T14:07:26.544Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-24T14:07:26.544Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-24T14:07:26.544Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:07:26.544Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-24T14:07:30.845Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-24T14:07:30.845Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecParseError [2021-09-24T14:07:30.845Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-24T14:07:30.845Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-24T14:07:30.845Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:07:30.845Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-24T14:07:34.561Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-24T14:07:34.561Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-24T14:07:34.561Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-24T14:07:34.561Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-24T14:07:34.561Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:07:34.561Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-24T14:07:36.982Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-24T14:07:37.452Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-24T14:07:37.452Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:07:37.452Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-24T14:07:39.204Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-24T14:07:43.219Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-24T14:07:43.219Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:07:43.219Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-24T14:07:43.219Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:07:43.219Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-24T14:07:43.219Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:07:43.219Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-24T14:07:50.266Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-24T14:07:51.715Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-24T14:07:54.673Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-24T14:07:54.673Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:07:54.673Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-24T14:07:54.673Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:07:54.673Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-24T14:07:56.037Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-24T14:07:58.472Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-24T14:07:58.472Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:07:58.472Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-24T14:07:58.472Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:07:58.472Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-24T14:07:58.472Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:07:58.472Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-24T14:07:58.472Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:07:58.472Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-24T14:07:59.751Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-24T14:08:03.238Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-24T14:08:03.238Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:08:03.238Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-24T14:08:05.458Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-24T14:08:05.458Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:08:05.458Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-24T14:08:06.238Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-09-24T14:08:06.447Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-24T14:08:06.798Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestHealth [2021-09-24T14:08:06.798Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-24T14:08:06.798Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-24T14:08:07.437Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-24T14:08:07.437Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:08:07.437Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-24T14:08:10.511Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-24T14:08:10.511Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-24T14:08:10.511Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:08:10.511Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-24T14:08:10.966Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-24T14:08:10.966Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-24T14:08:10.966Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-24T14:08:11.235Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-24T14:08:11.422Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-24T14:08:11.422Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:08:11.422Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-24T14:08:12.382Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-24T14:08:12.382Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-24T14:08:13.910Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-24T14:08:14.366Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-24T14:08:15.035Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-24T14:08:16.532Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-24T14:08:17.259Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-24T14:08:18.697Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-24T14:08:19.152Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-24T14:08:19.152Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:08:19.152Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-24T14:08:21.126Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-24T14:08:22.549Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-24T14:08:22.549Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-24T14:08:22.549Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-24T14:08:22.549Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-24T14:08:22.869Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-24T14:08:22.869Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-24T14:08:23.006Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-24T14:08:25.033Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportFile [2021-09-24T14:08:25.033Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-24T14:08:25.033Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-24T14:08:25.033Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-24T14:08:25.033Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-24T14:08:25.033Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-24T14:08:25.033Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-24T14:08:25.033Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-24T14:08:25.033Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-24T14:08:25.033Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.490Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-24T14:08:25.490Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:08:25.490Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-24T14:08:27.659Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-24T14:08:27.676Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-24T14:08:30.549Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-24T14:08:30.549Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:08:30.549Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-24T14:08:30.549Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:08:30.549Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-24T14:08:30.549Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-24T14:08:30.549Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:08:30.549Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-24T14:08:30.571Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-24T14:08:32.211Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-24T14:08:32.211Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:08:32.211Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-24T14:08:32.713Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-24T14:08:33.169Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-24T14:08:35.266Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-24T14:08:35.266Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-24T14:08:35.266Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-24T14:08:35.266Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-24T14:08:35.266Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.266Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-24T14:08:35.335Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-24T14:08:35.336Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.336Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-24T14:08:35.336Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.336Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-24T14:08:35.336Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:08:35.336Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite (1719.21s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.05s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.00s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.92s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.34s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.26s) [2021-09-24T14:08:36.025Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.42s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.84s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.20s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.74s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.62s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.76s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.23s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.09s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.34s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.89s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.76s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.58s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.89s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (56.03s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (65.80s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.34s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.70s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.05s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.77s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.08s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.02s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.77s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.75s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.49s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.32s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.64s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.07s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.30s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.41s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.08s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.91s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.99s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.80s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.16s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.13s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.11s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.28s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.61s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.94s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.83s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.99s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.46s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.15s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.53s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.97s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.83s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.14s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.98s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.22s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.32s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.03s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.70s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.05s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.73s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.74s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.74s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.81s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.10s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.48s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.89s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.44s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.56s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.72s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.70s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.16s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.59s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.17s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.00s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (200.05s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.41s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.59s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.49s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.17s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.25s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.22s) [2021-09-24T14:08:36.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.63s) [2021-09-24T14:08:36.026Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.79s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.75s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.14s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.50s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (44.37s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.83s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.16s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.20s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.30s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.30s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.12s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.16s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.12s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.12s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.48s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.23s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.42s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.93s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.27s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.18s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.19s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.91s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.52s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.51s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.51s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.64s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.47s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.99s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.83s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s) [2021-09-24T14:08:36.026Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.14s) [2021-09-24T14:08:36.026Z] === RUN TestDockerExternalVolumeSuite [2021-09-24T14:08:36.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-09-24T14:08:36.595Z] docker_cli_external_volume_driver_test.go:52: [dcaf231636047] daemon is not started [2021-09-24T14:08:38.090Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-24T14:08:38.090Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-24T14:08:38.158Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-24T14:08:38.158Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:08:38.158Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-24T14:08:38.158Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:08:38.158Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-24T14:08:38.158Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:08:38.226Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-24T14:08:38.559Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-24T14:08:38.615Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-24T14:08:39.029Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-24T14:08:39.581Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-24T14:08:41.942Z] === RUN TestDockerSuite/TestInspectImage [2021-09-24T14:08:41.942Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:08:41.942Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-24T14:08:41.942Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:08:41.942Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-24T14:08:41.942Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:08:41.942Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-24T14:08:43.300Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-24T14:08:43.796Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-24T14:08:44.106Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-24T14:08:46.757Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-24T14:08:46.757Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:08:46.757Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-24T14:08:46.992Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-24T14:08:46.992Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-24T14:08:49.882Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-24T14:08:51.521Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-24T14:08:51.521Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-24T14:08:51.521Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-24T14:08:52.779Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-24T14:08:52.779Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:08:52.779Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-24T14:08:52.779Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-24T14:08:54.690Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-09-24T14:08:55.667Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-24T14:08:58.080Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-24T14:08:58.080Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-24T14:08:58.080Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-24T14:08:58.080Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-24T14:08:58.080Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T14:08:58.080Z] === RUN TestDockerSuite/TestBuildFails [2021-09-24T14:08:58.559Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-24T14:09:04.030Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-24T14:09:04.328Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-24T14:09:05.130Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-24T14:09:05.130Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-24T14:09:05.599Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-24T14:09:06.069Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-24T14:09:07.216Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-24T14:09:09.803Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-24T14:09:10.104Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-24T14:09:11.951Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-24T14:09:12.995Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-24T14:09:14.474Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-24T14:09:15.159Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-24T14:09:16.718Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-24T14:09:18.047Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-24T14:09:20.212Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-24T14:09:20.212Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-24T14:09:20.212Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:09:20.212Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-24T14:09:20.667Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-24T14:09:20.667Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-24T14:09:22.832Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-24T14:09:23.891Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-24T14:09:24.766Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-24T14:09:25.721Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-24T14:09:26.848Z] === RUN TestDockerSuite/TestRmiTag [2021-09-24T14:09:27.318Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-24T14:09:29.538Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-24T14:09:31.487Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-24T14:09:33.653Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-24T14:09:33.653Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:09:33.653Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-24T14:09:35.067Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-24T14:09:35.523Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-24T14:09:36.712Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-24T14:09:36.712Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-24T14:09:40.192Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-24T14:09:40.192Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T14:09:40.192Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-24T14:09:41.156Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-24T14:09:41.377Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-24T14:09:41.612Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-24T14:09:41.612Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T14:09:41.612Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-24T14:09:42.105Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-24T14:09:44.326Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-24T14:09:47.143Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-24T14:09:48.126Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-24T14:09:48.595Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-24T14:09:48.595Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:09:48.595Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-24T14:09:48.595Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:09:48.595Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-24T14:09:48.595Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:09:49.065Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-24T14:09:49.065Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:09:49.065Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-24T14:09:49.065Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:09:49.065Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-24T14:09:49.065Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:09:49.065Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-24T14:09:49.065Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:09:49.065Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-24T14:09:50.155Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-24T14:09:50.155Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:09:50.155Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-24T14:09:50.634Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-24T14:09:50.634Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:09:50.634Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-24T14:09:50.634Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:09:50.634Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-24T14:09:51.808Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-24T14:09:54.437Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-24T14:09:55.526Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-24T14:09:56.657Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-24T14:09:58.878Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-24T14:09:59.240Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-24T14:09:59.240Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:09:59.240Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-24T14:10:00.444Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-24T14:10:00.444Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-24T14:10:01.098Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-24T14:10:01.976Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-24T14:10:01.976Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T14:10:01.976Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-24T14:10:02.131Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-24T14:10:02.390Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-09-24T14:10:02.942Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-24T14:10:02.942Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-24T14:10:03.319Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-24T14:10:03.319Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-24T14:10:04.301Z] === RUN TestDockerSuite/TestLogsSince [2021-09-24T14:10:06.659Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-24T14:10:07.626Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-24T14:10:08.082Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-24T14:10:08.084Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-24T14:10:08.085Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:10:08.085Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-24T14:10:08.991Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-09-24T14:10:09.046Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-24T14:10:09.502Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-24T14:10:10.305Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-24T14:10:10.305Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:10:10.305Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-24T14:10:10.465Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-24T14:10:11.999Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-24T14:10:12.527Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-24T14:10:12.528Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:10:12.528Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-24T14:10:12.528Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:10:12.528Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-24T14:10:14.096Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.096Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-24T14:10:14.594Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-24T14:10:14.594Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.594Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-24T14:10:14.594Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:10:14.594Z] === RUN TestDockerSuite/TestLogsTail [2021-09-24T14:10:15.663Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-24T14:10:16.121Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-24T14:10:17.769Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-24T14:10:17.769Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-24T14:10:17.769Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-24T14:10:17.884Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-24T14:10:18.225Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-24T14:10:19.014Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-24T14:10:19.190Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-24T14:10:20.105Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-24T14:10:20.105Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:10:20.105Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-24T14:10:20.105Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:10:20.105Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-24T14:10:20.105Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:10:20.105Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-24T14:10:21.179Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-24T14:10:21.179Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestNetHostname [2021-09-24T14:10:21.179Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-24T14:10:21.179Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-24T14:10:21.179Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-24T14:10:21.179Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestPluginActive [2021-09-24T14:10:21.179Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-24T14:10:21.179Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.179Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-24T14:10:21.635Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-24T14:10:21.635Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-24T14:10:21.635Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-24T14:10:21.635Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-24T14:10:21.635Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-24T14:10:21.635Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-24T14:10:21.635Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-24T14:10:21.635Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPortList [2021-09-24T14:10:21.635Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:10:21.635Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-24T14:10:22.325Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-24T14:10:22.325Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:10:22.325Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-24T14:10:22.325Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:10:22.325Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-24T14:10:22.325Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:10:22.325Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-24T14:10:22.325Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:10:22.325Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-24T14:10:23.314Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-24T14:10:23.859Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-24T14:10:23.880Z] docker_cli_external_volume_driver_test.go:52: [d4d14c9ea41b6] daemon is not started [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-24T14:10:27.413Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-24T14:10:27.413Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:10:27.413Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-24T14:10:28.079Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:10:28.079Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-24T14:10:29.649Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-24T14:10:29.649Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:10:29.649Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-24T14:10:30.119Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-24T14:10:30.119Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:10:30.119Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-24T14:10:31.689Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-24T14:10:32.082Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-24T14:10:32.082Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:10:32.082Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-24T14:10:33.908Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-24T14:10:33.908Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:10:33.908Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-24T14:10:36.128Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-24T14:10:36.128Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:10:36.128Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-24T14:10:36.128Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:10:36.128Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-24T14:10:36.128Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:10:36.128Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-24T14:10:37.697Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-24T14:10:38.767Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-09-24T14:10:39.916Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-24T14:10:41.510Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-24T14:10:41.510Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T14:10:41.510Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-24T14:10:42.138Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-24T14:10:42.377Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-24T14:10:42.377Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:10:42.377Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-24T14:10:43.690Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-24T14:10:44.356Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:10:44.356Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-24T14:10:48.158Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-24T14:10:48.158Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-24T14:10:48.158Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-24T14:10:48.158Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-24T14:10:48.158Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:10:48.158Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-24T14:10:52.954Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-24T14:10:54.081Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-24T14:10:54.081Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:10:54.081Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunMount [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.651Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-24T14:10:55.651Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:10:55.652Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-24T14:10:56.863Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-09-24T14:11:01.535Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-24T14:11:01.535Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:11:01.535Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-24T14:11:01.535Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:11:01.535Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-24T14:11:01.535Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:11:01.535Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-24T14:11:06.304Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-24T14:11:07.761Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-24T14:11:07.761Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-24T14:11:07.761Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:11:07.761Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-24T14:11:07.761Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-24T14:11:07.761Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-24T14:11:09.087Z] docker_cli_external_volume_driver_test.go:52: [dcf686c8c6c87] daemon is not started [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-24T14:11:10.110Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-24T14:11:10.110Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-24T14:11:11.681Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-24T14:11:12.511Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-24T14:11:12.671Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-24T14:11:13.609Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-24T14:11:14.243Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-24T14:11:15.814Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-24T14:11:16.804Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-24T14:11:17.274Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:11:17.274Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-24T14:11:20.235Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-24T14:11:20.235Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-24T14:11:20.235Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-24T14:11:20.235Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-24T14:11:20.235Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:11:20.235Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-24T14:11:21.182Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-24T14:11:23.901Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-24T14:11:25.934Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-24T14:11:25.934Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:11:25.934Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-24T14:11:25.934Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:11:25.934Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-24T14:11:27.194Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-09-24T14:11:27.194Z] docker_cli_external_volume_driver_test.go:52: [dd44d99bbd04e] daemon is not started [2021-09-24T14:11:27.410Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-24T14:11:27.410Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:11:27.410Z] === RUN TestDockerSuite/TestRunRm [2021-09-24T14:11:29.635Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-24T14:11:31.799Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-24T14:11:31.799Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:11:31.799Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-24T14:11:31.799Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:11:31.799Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-24T14:11:31.799Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:11:31.799Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-24T14:11:31.799Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:11:31.799Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-24T14:11:32.444Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-24T14:11:35.517Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-24T14:11:37.091Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-24T14:11:37.116Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-24T14:11:38.662Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-24T14:11:39.407Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-09-24T14:11:40.232Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-24T14:11:40.457Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-24T14:11:40.457Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:11:40.457Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-24T14:11:42.019Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-24T14:11:42.020Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:11:42.020Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-24T14:11:42.455Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-24T14:11:42.455Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:11:42.886Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-24T14:11:42.925Z] === RUN TestDockerSuite/TestRunState [2021-09-24T14:11:42.925Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:11:42.925Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-24T14:11:45.150Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-24T14:11:45.150Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:11:45.150Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-24T14:11:46.722Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-24T14:11:46.722Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:11:46.722Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-24T14:11:46.722Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:11:46.722Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-24T14:11:47.192Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-24T14:11:47.192Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-24T14:11:47.192Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:11:47.192Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-24T14:11:50.673Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-24T14:11:51.140Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-24T14:11:51.140Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.140Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-24T14:11:51.970Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:11:51.970Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-24T14:11:54.205Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-24T14:11:54.205Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:11:54.205Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-24T14:11:55.779Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-24T14:11:55.779Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:11:55.779Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-24T14:11:55.779Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:11:55.779Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-24T14:11:57.004Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-24T14:11:58.746Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-24T14:12:02.865Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-24T14:12:03.939Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-24T14:12:03.940Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T14:12:03.940Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-24T14:12:05.078Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-24T14:12:05.996Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-24T14:12:07.658Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-24T14:12:08.114Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-24T14:12:08.114Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T14:12:08.115Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-24T14:12:08.115Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T14:12:08.115Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-24T14:12:09.799Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-24T14:12:11.006Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-24T14:12:11.497Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-09-24T14:12:14.551Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-24T14:12:14.551Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:12:14.551Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-24T14:12:14.551Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-24T14:12:17.514Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-24T14:12:19.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-24T14:12:19.545Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-24T14:12:21.073Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-24T14:12:21.309Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-24T14:12:21.310Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:12:21.310Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-24T14:12:21.530Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-24T14:12:21.530Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-24T14:12:24.274Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-24T14:12:24.425Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-24T14:12:25.266Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-24T14:12:25.389Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-24T14:12:26.313Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-24T14:12:26.313Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:12:26.313Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-24T14:12:26.351Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-24T14:12:26.837Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-24T14:12:29.602Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-09-24T14:12:31.604Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-24T14:12:31.605Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-24T14:12:31.605Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-24T14:12:31.605Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-24T14:12:31.605Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-24T14:12:31.605Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-24T14:12:31.605Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:12:31.605Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-24T14:12:32.174Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-24T14:12:32.174Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-24T14:12:32.174Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-24T14:12:32.641Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-24T14:12:33.834Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-24T14:12:33.834Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-24T14:12:34.303Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-24T14:12:34.303Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-24T14:12:35.876Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-24T14:12:38.700Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-24T14:12:39.793Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-24T14:12:40.237Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-24T14:12:43.048Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-24T14:12:43.048Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:12:43.048Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-24T14:12:44.488Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-09-24T14:12:44.540Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-24T14:12:44.540Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:12:44.540Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-24T14:12:48.779Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-24T14:12:48.933Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-24T14:12:48.933Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:12:49.294Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-24T14:12:49.294Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-24T14:12:49.403Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-24T14:12:49.761Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-24T14:12:51.669Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-24T14:12:58.075Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-24T14:12:58.075Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:12:58.075Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-24T14:12:58.075Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:12:58.075Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-24T14:12:58.075Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:12:58.075Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-24T14:12:58.075Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:12:58.075Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-24T14:12:58.721Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-24T14:13:02.247Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-24T14:13:02.849Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:13:02.849Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-24T14:13:03.392Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-24T14:13:04.419Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-24T14:13:05.195Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-24T14:13:05.991Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-24T14:13:05.991Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:13:05.991Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-24T14:13:06.181Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-24T14:13:07.110Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-24T14:13:07.564Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-24T14:13:07.564Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:13:07.564Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-24T14:13:07.564Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:13:07.564Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-24T14:13:07.564Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.035Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-24T14:13:08.035Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.035Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-24T14:13:08.035Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.035Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-24T14:13:08.035Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.035Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-24T14:13:08.072Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-24T14:13:08.072Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.072Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-24T14:13:08.072Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T14:13:08.072Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-24T14:13:10.243Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-24T14:13:10.243Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T14:13:10.243Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-24T14:13:12.041Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-24T14:13:16.790Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-24T14:13:22.990Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-24T14:13:22.990Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-24T14:13:23.460Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-24T14:13:23.460Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:13:23.460Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-24T14:13:23.460Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-24T14:13:23.930Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-24T14:13:23.930Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-24T14:13:25.440Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-24T14:13:26.152Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-24T14:13:26.152Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-24T14:13:27.653Z] === RUN TestDockerSuite/TestRmiTag [2021-09-24T14:13:28.120Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-24T14:13:29.114Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-24T14:13:29.114Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-24T14:13:29.585Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-24T14:13:29.585Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-24T14:13:29.585Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-24T14:13:30.329Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-24T14:13:31.177Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-09-24T14:13:36.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-24T14:13:36.764Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:13:36.764Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-24T14:13:37.234Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-24T14:13:37.704Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-24T14:13:37.704Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:13:37.704Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-24T14:13:43.589Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-24T14:13:44.059Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-24T14:13:44.060Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-24T14:13:45.242Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-24T14:13:45.876Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-24T14:13:46.801Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-24T14:13:49.272Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-09-24T14:13:51.541Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-24T14:13:52.008Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-24T14:13:52.008Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-24T14:13:52.008Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-24T14:13:52.008Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-24T14:13:52.008Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.008Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-24T14:13:52.475Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.475Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-24T14:13:52.475Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.475Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-24T14:13:52.743Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-24T14:13:52.743Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:13:52.743Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite (1868.21s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.62s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (80.27s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.90s) [2021-09-24T14:13:53.738Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:13:53.738Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.97s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.69s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.18s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.65s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.44s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (58.67s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.00s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.76s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.69s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.80s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.20s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.35s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.31s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.06s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.32s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddTar (27.77s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (13.98s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.18s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.42s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.43s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (5.90s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.00s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.27s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (19.15s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.27s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.11s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.21s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.11s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.22s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.81s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (3.92s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.76s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.34s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.56s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (3.93s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (23.45s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.82s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.42s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.76s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (13.70s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.39s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.14s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.58s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.19s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignore (40.38s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (45.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.35s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.44s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.67s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.41s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (22.42s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.76s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (61.05s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.94s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.81s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.35s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.41s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.16s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.77s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.38s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (10.85s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.50s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFails (2.17s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.08s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.16s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.31s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.76s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.11s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (3.80s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.58s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.68s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildHistory (9.24s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.80s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.37s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.62s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.68s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabel (0.81s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.54s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.81s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.50s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabels (0.81s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.28s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.74s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.53s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.39s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.59s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.50s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (25.48s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.25s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.59s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.16s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.00s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.08s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.54s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.54s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.95s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.68s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.71s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.20s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.67s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.80s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.11s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.50s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.34s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (6.92s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.36s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (5.93s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.63s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.34s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.96s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.50s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.33s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.63s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildRm (9.70s) [2021-09-24T14:13:53.739Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.59s) [2021-09-24T14:13:53.739Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.30s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.50s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.48s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.22s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.26s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.64s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.79s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.24s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.58s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.07s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildStderr (3.61s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.85s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.81s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.08s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.25s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.85s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (2.96s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.45s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.58s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.55s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.74s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.34s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.48s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.83s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (7.81s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.16s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.97s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.95s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (5.55s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.59s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.45s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.82s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitChange (4.16s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.82s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.23s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitTTY (6.05s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.42s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.60s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.61s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.21s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICreate (6.59s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.25s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.73s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.70s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.71s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.82s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.87s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.22s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.55s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.29s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.15s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.34s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.37s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.52s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.21s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.75s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.09s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.63s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.34s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.64s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.20s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.24s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.19s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.30s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001e9e00_} (2.26s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14065123466_c:\foo_false____} (2.18s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14065123466_c:\foo_true____} (2.25s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.28s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.88s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.29s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.15s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.91s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.80s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.12s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToDot (2.25s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCpToStdout (2.31s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.90s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.21s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.37s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateRM (0.37s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.72s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.83s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.22s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:13:53.740Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.90s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.30s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.85s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.07s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsCopy (3.71s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.71s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (6.61s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.67s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (8.07s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.98s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.79s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFilters (4.53s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFormat (4.60s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s) [2021-09-24T14:13:53.740Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsRename (2.04s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsResize (7.57s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.72s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.03s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.58s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsUntag (2.70s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.69s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.63s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.60s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.69s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.70s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.65s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.66s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.78s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecInspectID (3.04s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.92s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.85s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.59s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.52s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.56s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.67s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.57s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.05s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.41s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.26s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.52s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.85s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.42s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.70s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.40s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesFormat (0.15s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.39s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.16s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.13s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.11s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.13s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectDefault (2.14s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectHistory (3.75s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.13s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.69s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.15s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.73s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.70s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectStatus (2.76s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.32s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.76s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.73s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.70s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.14s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.14s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.77s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.62s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.60s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.41s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.19s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.72s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.56s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.61s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.61s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.15s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.02s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.25s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.20s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsSince (8.68s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsTail (2.48s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.29s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.19s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.29s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.38s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsByOrder (6.47s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.26s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.09s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.42s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.05s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.92s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.94s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.67s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.39s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.55s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.10s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.25s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (14.76s) [2021-09-24T14:13:53.741Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.13s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.66s) [2021-09-24T14:13:53.741Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.96s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.77s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.98s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.76s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.72s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.58s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.61s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.12s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.21s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiTag (0.57s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.28s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (12.19s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.37s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.65s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.96s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.43s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.33s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.10s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.16s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.24s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.17s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.45s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.16s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.32s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.38s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.53s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.30s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.16s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.18s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.31s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.05s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.26s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.86s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.18s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.70s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunExitCode (2.17s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.78s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.17s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.20s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.91s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.15s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.09s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.28s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.87s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.43s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.43s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.47s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.73s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.12s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunRm (2.21s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.20s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.21s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.76s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.72s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.29s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.17s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.03s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.48s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.23s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.76s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.79s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.56s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.30s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.17s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.45s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.85s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.23s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (2.80s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.19s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.42s) [2021-09-24T14:13:53.742Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.35s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:13:53.742Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.19s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.19s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.60s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.11s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.04s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.39s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.80s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.72s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.84s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.73s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.22s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.25s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.22s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.11s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.41s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.49s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.30s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.02s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.15s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.21s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.22s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.21s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.09s) [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-24T14:13:53.743Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-24T14:13:53.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:53.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-24T14:13:53.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-24T14:13:53.744Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-24T14:13:53.744Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-24T14:13:53.744Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-24T14:13:53.744Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-24T14:13:53.744Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerDaemonSuite [2021-09-24T14:13:53.744Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-24T14:13:53.744Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-24T14:13:53.744Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-24T14:13:53.744Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerSwarmSuite [2021-09-24T14:13:53.744Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-24T14:13:53.744Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- PASS: TestDockerPluginSuite (0.01s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerExternalVolumeSuite [2021-09-24T14:13:53.744Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerNetworkSuite [2021-09-24T14:13:53.744Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-24T14:13:53.744Z] === RUN TestDockerHubPullSuite [2021-09-24T14:13:53.744Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-24T14:13:53.744Z] PASS [2021-09-24T14:13:53.744Z] ok github.com/docker/docker/integration-cli 1868.488s [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === Skipped [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-09-24T14:13:53.744Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.744Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:13:53.744Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:13:53.744Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:13:53.744Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-24T14:13:53.744Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.744Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-24T14:13:53.744Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.744Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-24T14:13:53.744Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.55s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-24T14:13:53.745Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-09-24T14:13:53.745Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-09-24T14:13:53.745Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:13:53.745Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:13:53.745Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:13:53.745Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:13:53.745Z] [2021-09-24T14:13:53.745Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:13:53.745Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:13:53.746Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.746Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:13:53.746Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.746Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:13:53.746Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.747Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.747Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:13:53.747Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:13:53.747Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:13:53.747Z] [2021-09-24T14:13:53.747Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:13:53.747Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:13:53.747Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:13:54.037Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-24T14:13:54.037Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.037Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-24T14:13:54.037Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.037Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:13:54.219Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:13:54.219Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:13:54.219Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:13:54.219Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:13:54.219Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.219Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:13:54.219Z] [2021-09-24T14:13:54.219Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:13:54.220Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:13:54.220Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:13:54.220Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:13:54.220Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.220Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:13:54.220Z] [2021-09-24T14:13:54.220Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:13:54.221Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.221Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:13:54.221Z] [2021-09-24T14:13:54.221Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.222Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:13:54.222Z] [2021-09-24T14:13:54.222Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:13:54.222Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:13:54.223Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:54.223Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.223Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:54.223Z] [2021-09-24T14:13:54.223Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-24T14:13:54.224Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] DONE 1092 tests, 546 skipped in 1876.293s [2021-09-24T14:13:54.224Z] INFO: Integration tests ended at 09/24/2021 14:13:54. Duration:00:31:16.4107677 [2021-09-24T14:13:54.224Z] INFO: Docker info of the daemon under test at end of run [2021-09-24T14:13:54.224Z] [2021-09-24T14:13:54.224Z] Containers: 2 [2021-09-24T14:13:54.224Z] Running: 0 [2021-09-24T14:13:54.224Z] Paused: 0 [2021-09-24T14:13:54.224Z] Stopped: 2 [2021-09-24T14:13:54.224Z] Images: 18 [2021-09-24T14:13:54.225Z] Server Version: 0.0.0-dev [2021-09-24T14:13:54.225Z] Storage Driver: windowsfilter [2021-09-24T14:13:54.225Z] Windows: [2021-09-24T14:13:54.225Z] Logging Driver: json-file [2021-09-24T14:13:54.225Z] Plugins: [2021-09-24T14:13:54.225Z] Volume: local [2021-09-24T14:13:54.225Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T14:13:54.225Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T14:13:54.225Z] Swarm: inactive [2021-09-24T14:13:54.225Z] Default Isolation: process [2021-09-24T14:13:54.225Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T14:13:54.225Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T14:13:54.225Z] OSType: windows [2021-09-24T14:13:54.225Z] Architecture: x86_64 [2021-09-24T14:13:54.225Z] CPUs: 4 [2021-09-24T14:13:54.225Z] Total Memory: 32GiB [2021-09-24T14:13:54.225Z] Name: azwin-2-2293a0 [2021-09-24T14:13:54.225Z] ID: AOWJ:SPE6:6JXK:B5H2:7CCJ:OJB5:BICU:EKXU:Q5N7:MRWI:GHZ2:7VCS [2021-09-24T14:13:54.225Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T14:13:54.225Z] Debug Mode (client): false [2021-09-24T14:13:54.225Z] Debug Mode (server): true [2021-09-24T14:13:54.225Z] File Descriptors: -1 [2021-09-24T14:13:54.225Z] Goroutines: 17 [2021-09-24T14:13:54.225Z] System Time: 2021-09-24T14:13:54.1615089Z [2021-09-24T14:13:54.225Z] EventsListeners: 0 [2021-09-24T14:13:54.225Z] Registry: https://index.docker.io/v1/ [2021-09-24T14:13:54.225Z] Labels: [2021-09-24T14:13:54.225Z] Experimental: false [2021-09-24T14:13:54.225Z] Insecure Registries: [2021-09-24T14:13:54.225Z] 127.0.0.0/8 [2021-09-24T14:13:54.225Z] Live Restore Enabled: false [2021-09-24T14:13:54.225Z] [2021-09-24T14:13:54.225Z] [2021-09-24T14:13:54.225Z] INFO: Stopping daemon under test [2021-09-24T14:13:54.696Z] SUCCESS: The process with PID 6264 (child process of PID 5884) has been terminated. [2021-09-24T14:13:54.696Z] SUCCESS: The process with PID 5884 (child process of PID 7400) has been terminated. [2021-09-24T14:13:54.696Z] INFO: Stop tailing logs of the daemon under tests [2021-09-24T14:13:54.696Z] INFO: executeCI.ps1 Completed successfully at 09/24/2021 14:13:54. [2021-09-24T14:13:54.696Z] INFO: Tidying up at end of run [2021-09-24T14:13:54.696Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.out) to bundles\CIDUT.out [2021-09-24T14:13:54.696Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.err) to bundles\CIDUT.err [2021-09-24T14:13:54.696Z] INFO: Saving containerd logs to bundles [2021-09-24T14:13:54.696Z] INFO: Nuke-Everything... [2021-09-24T14:13:54.696Z] INFO: Container count on control daemon to delete is 2 [2021-09-24T14:13:55.166Z] 2b3f81be2054 [2021-09-24T14:13:55.166Z] d9aaa59ced54 [2021-09-24T14:13:55.166Z] INFO: Non-base image count on control daemon to delete is 1 [2021-09-24T14:13:56.156Z] Deleted: sha256:f6cfd6f2269a9d59cf7c618cf6d508b007e045eec8fdaf6075a606388d49fe47 [2021-09-24T14:13:56.156Z] Deleted: sha256:88beb87f65d5e79f36608b39e694c2455a97377990ca138dd41b99a189aa25f4 [2021-09-24T14:13:56.156Z] INFO: Tidying pidfile d:\CI\PR-42879\2\docker.pid [2021-09-24T14:13:56.156Z] INFO: Nuking d:\CI [2021-09-24T14:13:58.809Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-24T14:14:02.588Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-24T14:14:04.796Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-24T14:14:06.929Z] === RUN TestDockerSuite/TestBuildRm [2021-09-24T14:14:07.009Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-24T14:14:09.954Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-24T14:14:09.954Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-24T14:14:13.996Z] INFO: Zapped successfully [2021-09-24T14:14:13.996Z] [2021-09-24T14:14:13.996Z] INFO: executeCI.ps1 exiting at Fri Sep 24 14:14:12 CUT 2021. Duration 00:56:47.4997910 [2021-09-24T14:14:13.996Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-24T14:14:14.249Z] Recording test results [2021-09-24T14:14:14.674Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-24T14:14:14.695Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:14:14.695Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-24T14:14:16.405Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-24T14:14:17.625Z] Archiving artifacts [2021-09-24T14:14:17.642Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-24T14:14:17.642Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:14:17.642Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-24T14:14:19.366Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-24T14:14:19.850Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-24T14:14:19.850Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:14:19.850Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-24T14:14:19.850Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:14:19.850Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-24T14:14:20.897Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-24T14:14:20.897Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T14:14:20.897Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-24T14:14:20.897Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T14:14:20.897Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-24T14:14:21.375Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-24T14:14:21.411Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:14:21.411Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-24T14:14:22.427Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-24T14:14:23.617Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-24T14:14:25.320Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-24T14:14:25.953Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-24T14:14:28.160Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-24T14:14:28.160Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:14:28.160Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-24T14:14:28.160Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:14:28.160Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-24T14:14:28.160Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:14:28.160Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-24T14:14:29.037Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-24T14:14:31.102Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-24T14:14:31.102Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:14:31.102Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-24T14:14:31.102Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:14:31.102Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-24T14:14:31.102Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:14:31.102Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-24T14:14:31.102Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:14:31.102Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-24T14:14:32.660Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-24T14:14:32.756Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-24T14:14:37.406Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:14:37.406Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-24T14:14:39.133Z] Retrying upload after: org.apache.http.conn.HttpHostConnectException: Connect to docker-ci-jenkins-artifacts.s3.amazonaws.com:443 [docker-ci-jenkins-artifacts.s3.amazonaws.com/52.217.139.49] failed: Connection timed out: connect [2021-09-24T14:14:39.613Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-24T14:14:39.613Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:14:39.613Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-24T14:14:40.051Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-09-24T14:14:40.079Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-24T14:14:40.079Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:14:40.079Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [Pipeline] sh [2021-09-24T14:14:41.016Z] + make clean [2021-09-24T14:14:41.487Z] docker volume rm -f docker-dev-cache [2021-09-24T14:14:41.487Z] docker-dev-cache [Pipeline] deleteDir [2021-09-24T14:14:42.289Z] === RUN TestDockerSuite/TestRunEchoStdout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T14:14:45.233Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-24T14:14:45.233Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:14:45.233Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-24T14:14:47.442Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-24T14:14:47.442Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:14:47.442Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-24T14:14:47.442Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:14:47.442Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-24T14:14:47.442Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:14:47.442Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-24T14:14:47.545Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-24T14:14:47.545Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-24T14:14:47.545Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-24T14:14:50.385Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-24T14:14:52.592Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-24T14:14:53.463Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-09-24T14:14:54.802Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-24T14:14:56.087Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-24T14:14:56.087Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-24T14:14:57.744Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:14:57.744Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-24T14:15:00.759Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-24T14:15:00.759Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-24T14:15:02.488Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-24T14:15:02.488Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-24T14:15:02.488Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-24T14:15:02.488Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-24T14:15:02.488Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:15:02.488Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-24T14:15:04.484Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-24T14:15:05.675Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-09-24T14:15:08.349Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-24T14:15:08.349Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:15:08.349Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunMount [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-24T14:15:10.557Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:15:10.557Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-24T14:15:19.202Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-24T14:15:19.202Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:15:19.202Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-24T14:15:19.202Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:15:19.202Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-24T14:15:19.202Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:15:19.202Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-24T14:15:22.127Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-24T14:15:22.128Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T14:15:22.128Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-24T14:15:22.984Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-24T14:15:23.664Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-24T14:15:23.793Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-09-24T14:15:23.793Z] docker_cli_external_volume_driver_test.go:484: [d969ed6e684e8] daemon is not started [2021-09-24T14:15:24.626Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-24T14:15:27.725Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-24T14:15:27.725Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-24T14:15:29.302Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-24T14:15:29.932Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-24T14:15:30.914Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-24T14:15:32.473Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-24T14:15:33.020Z] === RUN TestDockerSuite/TestBuildUser [2021-09-24T14:15:33.020Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T14:15:33.020Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-24T14:15:33.020Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T14:15:33.020Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-24T14:15:33.020Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T14:15:33.020Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-24T14:15:34.033Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-24T14:15:35.595Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-24T14:15:36.061Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:15:36.061Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:15:36.745Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-24T14:15:37.202Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-24T14:15:38.681Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-09-24T14:15:38.681Z] docker_cli_external_volume_driver_test.go:52: [d4718563f470a] daemon is not started [2021-09-24T14:15:39.003Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-24T14:15:39.003Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:15:39.003Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-24T14:15:39.003Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:15:39.003Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-24T14:15:39.003Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:15:39.469Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-24T14:15:39.469Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:15:39.469Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-24T14:15:39.469Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:15:39.469Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-24T14:15:40.103Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-24T14:15:40.103Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T14:15:40.103Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-24T14:15:40.103Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T14:15:40.103Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-24T14:15:48.117Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-24T14:15:48.118Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:15:48.118Z] === RUN TestDockerSuite/TestRunRm [2021-09-24T14:15:51.060Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite (437.23s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.22s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.05s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-09-24T14:15:53.567Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.21s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s) [2021-09-24T14:15:53.568Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-09-24T14:15:53.568Z] PASS [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] === Skipped [2021-09-24T14:15:53.568Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-24T14:15:53.568Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-24T14:15:53.568Z] check_test.go:308: [d165d3ae4b090] daemon is not started [2021-09-24T14:15:53.568Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-24T14:15:53.568Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-24T14:15:53.568Z] check_test.go:308: [dd1bdc98ad1c9] daemon is not started [2021-09-24T14:15:53.568Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-09-24T14:15:53.568Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-24T14:15:53.568Z] check_test.go:308: [dc92f7600e7cf] daemon is not started [2021-09-24T14:15:53.568Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-24T14:15:53.568Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-24T14:15:53.568Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-24T14:15:53.568Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-24T14:15:53.568Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-24T14:15:53.568Z] [2021-09-24T14:15:53.568Z] DONE 273 tests, 5 skipped in 2498.697s [2021-09-24T14:15:53.568Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-24T14:15:53.568Z] ++++ cat bundles/test-integration/docker.pid [2021-09-24T14:15:53.568Z] +++ kill 8546 [2021-09-24T14:15:53.568Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d4d01654f2027/docker.pid [2021-09-24T14:15:53.568Z] +++ kill 7537 [2021-09-24T14:15:53.568Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7537 is not a child of this shell [2021-09-24T14:15:53.568Z] warning: PID 7537 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d4d01654f2027/docker.pid had a nonzero exit code [2021-09-24T14:15:53.827Z] +++ /etc/init.d/apparmor stop [2021-09-24T14:15:53.827Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-24T14:15:53.827Z] [2021-09-24T14:15:53.827Z] Unloading profiles will leave already running processes permanently [2021-09-24T14:15:53.827Z] unconfined, which can lead to unexpected situations. [2021-09-24T14:15:53.827Z] [2021-09-24T14:15:53.827Z] To set a process to complain mode, use the command line tool [2021-09-24T14:15:53.827Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-24T14:15:53.827Z] +++ true [2021-09-24T14:15:53.827Z] exiting test-integration [2021-09-24T14:15:53.827Z] ++ exit 0 [2021-09-24T14:15:53.827Z] [2021-09-24T14:15:54.087Z] + exit 0 [2021-09-24T14:15:54.087Z] ++ jobs -p [2021-09-24T14:15:54.087Z] + pids= [2021-09-24T14:15:54.087Z] + echo 'Remaining pids to kill: []' [2021-09-24T14:15:54.087Z] Remaining pids to kill: [] [2021-09-24T14:15:54.087Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-09-24T14:15:54.112Z] Recording test results [2021-09-24T14:15:55.907Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-24T14:15:56.263Z] + echo Ensuring container killed. [2021-09-24T14:15:56.263Z] Ensuring container killed. [2021-09-24T14:15:56.263Z] + docker ps -aq -f name=docker-pr2-* [2021-09-24T14:15:56.263Z] + cids=357f69db616a [2021-09-24T14:15:56.263Z] 11689c01c6ce [2021-09-24T14:15:56.263Z] e1ee1d99e077 [2021-09-24T14:15:56.263Z] + [ -n 357f69db616a [2021-09-24T14:15:56.263Z] 11689c01c6ce [2021-09-24T14:15:56.263Z] e1ee1d99e077 ] [2021-09-24T14:15:56.263Z] + docker rm -vf 357f69db616a 11689c01c6ce e1ee1d99e077 [2021-09-24T14:15:56.918Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-24T14:15:57.212Z] 357f69db616a [2021-09-24T14:15:57.213Z] 11689c01c6ce [2021-09-24T14:15:57.213Z] e1ee1d99e077 [Pipeline] sh [2021-09-24T14:15:57.505Z] + echo Chowning /workspace to jenkins user [2021-09-24T14:15:57.505Z] Chowning /workspace to jenkins user [2021-09-24T14:15:57.505Z] + id -u [2021-09-24T14:15:57.505Z] + id -g [2021-09-24T14:15:57.505Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42879:/workspace busybox chown -R 1000:1000 /workspace [2021-09-24T14:15:57.505Z] Unable to find image 'busybox:latest' locally [2021-09-24T14:15:57.765Z] latest: Pulling from library/busybox [2021-09-24T14:15:57.765Z] 24fb2886d6f6: Pulling fs layer [2021-09-24T14:15:57.765Z] 24fb2886d6f6: Download complete [2021-09-24T14:15:57.765Z] 24fb2886d6f6: Pull complete [2021-09-24T14:15:57.765Z] Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57 [2021-09-24T14:15:58.024Z] Status: Downloaded newer image for busybox:latest [2021-09-24T14:15:58.480Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-24T14:16:01.174Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-24T14:16:01.174Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-24T14:16:01.430Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-24T14:16:02.525Z] + bundleName=amd64 [2021-09-24T14:16:02.525Z] + echo Creating amd64-bundles.tar.gz [2021-09-24T14:16:02.525Z] Creating amd64-bundles.tar.gz [2021-09-24T14:16:02.525Z] + xargs tar -czf amd64-bundles.tar.gz [2021-09-24T14:16:02.525Z] + 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-09-24T14:16:03.919Z] Archiving artifacts [2021-09-24T14:16:04.376Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-24T14:16:04.376Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:16:04.376Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-24T14:16:04.376Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:16:04.376Z] === RUN TestDockerSuite/TestRunState [2021-09-24T14:16:04.376Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:16:04.376Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-24T14:16:06.176Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T14:16:06.493Z] + make clean [2021-09-24T14:16:06.586Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-24T14:16:06.586Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:16:06.586Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-24T14:16:06.753Z] docker volume rm -f docker-dev-cache [2021-09-24T14:16:06.753Z] docker-dev-cache [Pipeline] deleteDir [2021-09-24T14:16:06.946Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-24T14:16:07.053Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-24T14:16:07.053Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-24T14:16:07.053Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:16:07.053Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [Pipeline] } [Pipeline] // withEnv [2021-09-24T14:16:11.795Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-24T14:16:11.796Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:16:11.796Z] === RUN TestDockerSuite/TestRunUserDefaults [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T14:16:14.741Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-24T14:16:14.741Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:16:14.741Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-24T14:16:16.950Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-24T14:16:16.950Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:16:16.950Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-24T14:16:16.950Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:16:16.950Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-24T14:16:17.234Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-24T14:16:17.234Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T14:16:17.234Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-24T14:16:17.234Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T14:16:17.234Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-24T14:16:18.764Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-24T14:16:18.764Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T14:16:19.221Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-24T14:16:19.895Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-24T14:16:28.539Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-24T14:16:29.514Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-24T14:16:32.322Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-24T14:16:32.413Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-24T14:16:32.413Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-24T14:16:39.490Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-24T14:16:39.490Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:16:39.490Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-24T14:16:39.490Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-24T14:16:42.434Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-24T14:16:45.377Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-24T14:16:47.584Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:16:47.584Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-24T14:16:50.063Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-24T14:16:50.063Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:16:50.063Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-24T14:16:50.063Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:16:50.063Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-24T14:16:50.063Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:16:50.063Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-24T14:16:50.063Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-24T14:16:51.367Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-24T14:16:52.929Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-24T14:16:54.490Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-24T14:16:57.124Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-24T14:16:58.653Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-24T14:16:58.653Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:16:58.653Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-24T14:16:58.653Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.110Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-24T14:16:59.110Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:16:59.110Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-24T14:16:59.233Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-24T14:16:59.233Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-24T14:16:59.233Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-24T14:16:59.233Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-24T14:16:59.233Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-24T14:16:59.233Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:16:59.233Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-24T14:17:00.642Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-24T14:17:01.443Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-24T14:17:01.911Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-24T14:17:02.377Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-24T14:17:02.377Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-24T14:17:03.938Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-24T14:17:09.190Z] === RUN TestDockerSuite/TestCommitChange [2021-09-24T14:17:12.586Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-24T14:17:12.586Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:17:12.586Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-24T14:17:13.862Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-24T14:17:17.580Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-24T14:17:17.580Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:17:17.580Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-24T14:17:19.730Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-24T14:17:19.730Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:17:19.730Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-24T14:17:23.359Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-24T14:17:23.359Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:17:23.359Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-24T14:17:24.473Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-24T14:17:24.473Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:17:24.473Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-24T14:17:24.473Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:17:24.473Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-24T14:17:24.473Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:17:24.473Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-24T14:17:24.473Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:17:24.473Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-24T14:17:31.626Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:17:31.626Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-24T14:17:33.658Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-24T14:17:34.580Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-24T14:17:37.525Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-24T14:17:37.526Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:17:37.526Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-24T14:17:40.470Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-24T14:17:40.471Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-24T14:17:40.471Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-24T14:17:40.471Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-24T14:17:40.471Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-24T14:17:40.471Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-24T14:17:40.471Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:17:40.471Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-24T14:17:42.199Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-24T14:17:42.199Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-24T14:17:42.199Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-24T14:17:42.199Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-24T14:17:42.199Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-24T14:17:42.199Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-24T14:17:42.199Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-24T14:17:42.199Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-24T14:17:49.247Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-24T14:17:53.924Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-24T14:17:53.924Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:17:53.924Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-24T14:17:56.098Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-24T14:17:56.098Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:17:56.098Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-24T14:17:56.098Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:17:56.098Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-24T14:17:56.098Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:17:56.098Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-24T14:17:58.295Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-24T14:17:58.295Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-24T14:17:59.279Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-24T14:17:59.745Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-24T14:18:02.689Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-24T14:18:03.149Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-24T14:18:03.149Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:18:03.149Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-24T14:18:03.149Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-24T14:18:03.156Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-24T14:18:03.156Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-24T14:18:03.156Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-24T14:18:03.623Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-24T14:18:04.683Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-24T14:18:04.683Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-24T14:18:04.683Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:18:04.683Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-24T14:18:04.683Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:18:05.139Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-24T14:18:05.139Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:18:05.139Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-24T14:18:07.308Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-24T14:18:09.477Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-24T14:18:11.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-24T14:18:11.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-24T14:18:11.008Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:18:11.008Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-24T14:18:12.267Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-24T14:18:12.267Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:18:12.267Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-24T14:18:12.267Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-24T14:18:12.267Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-24T14:18:12.267Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:18:12.267Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-24T14:18:13.175Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-24T14:18:13.175Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-24T14:18:15.342Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-24T14:18:15.342Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:18:15.342Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-24T14:18:15.342Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:18:15.342Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-24T14:18:17.511Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-24T14:18:17.511Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-24T14:18:19.038Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-24T14:18:19.038Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:18:19.038Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-24T14:18:19.410Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-24T14:18:19.410Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-24T14:18:19.877Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-24T14:18:21.205Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-24T14:18:21.205Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-24T14:18:23.374Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-24T14:18:26.265Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-24T14:18:29.986Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-24T14:18:29.986Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-24T14:18:29.986Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-24T14:18:29.986Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-24T14:18:29.986Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-24T14:18:30.295Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-24T14:18:30.295Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:18:30.295Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite (2128.78s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.66s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (79.43s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.73s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.61s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.62s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.64s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (59.97s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.37s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.11s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.83s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.27s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.51s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.08s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.40s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.86s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.42s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.49s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.26s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.41s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.44s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.83s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.82s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.05s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.69s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.47s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.61s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.02s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.69s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.15s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.60s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.17s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:18:31.280Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.31s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.85s) [2021-09-24T14:18:31.280Z] --- PASS: TestDockerSuite/TestBuildCmd (0.48s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.77s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.97s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.04s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.75s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.58s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.78s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.70s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.53s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.36s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.90s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.12s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.42s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.99s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.97s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignore (44.22s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.27s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.67s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.38s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.77s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.16s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.98s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.40s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.20s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.57s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (68.51s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.98s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.71s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.15s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.33s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.37s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.84s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.30s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.66s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFails (3.50s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.88s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.16s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.43s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.21s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.13s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (3.98s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.59s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.36s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildHistory (9.74s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.84s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.76s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.13s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabel (0.90s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.85s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabels (0.84s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.33s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.54s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.62s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.34s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.57s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.38s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.94s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.61s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.23s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.90s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.99s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.27s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.55s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.86s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.00s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.81s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.20s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.80s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.12s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.26s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.37s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.56s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.82s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.05s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.05s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.82s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.99s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.85s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (36.19s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.78s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildRm (10.18s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.76s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.22s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.60s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.58s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.12s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.60s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.56s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.37s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.76s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildStderr (3.44s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.51s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.14s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.07s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.52s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.15s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.16s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.94s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.78s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.75s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.88s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.42s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.68s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.49s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.60s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.19s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.13s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.95s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.98s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.87s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCommitChange (5.63s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.67s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.77s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCommitTTY (6.68s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.18s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.53s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.64s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.42s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.49s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.50s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.15s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.02s) [2021-09-24T14:18:31.281Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-24T14:18:31.281Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.09s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.61s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.56s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.60s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.10s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.69s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.96s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.46s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.47s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.68s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.17s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.36s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.57s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.75s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.96s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.61s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.58s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.58s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.55s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004420_} (2.55s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13168713638_c:\foo_false____} (2.48s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13168713638_c:\foo_true____} (2.58s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.55s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.67s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.59s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.69s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.98s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.42s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.34s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToDot (2.58s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCpToStdout (2.65s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.05s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.67s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.29s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateRM (0.38s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.54s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.78s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.58s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.61s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.59s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.61s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.15s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsCopy (3.82s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.41s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.51s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.79s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.26s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.05s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.87s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFilters (5.14s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFormat (5.08s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsRename (2.67s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsResize (32.79s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.64s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.09s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.02s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.29s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.50s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.52s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.00s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.03s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.55s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.36s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.99s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecInspectID (4.96s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.14s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.05s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.51s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.57s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.57s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.57s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.54s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.18s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.06s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.55s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.81s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.78s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesFormat (0.16s) [2021-09-24T14:18:31.282Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:18:31.282Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.50s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.49s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.47s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.52s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.43s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectDefault (2.45s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectHistory (3.63s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.45s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.96s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.43s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.06s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.60s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectStatus (3.04s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.56s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.13s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.58s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.04s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.53s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.53s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.45s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.52s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.48s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.67s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.46s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.99s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.90s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.86s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.88s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.86s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.90s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.60s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.56s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsTail (2.82s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.59s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.60s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.03s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.06s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsByOrder (10.50s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.33s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.88s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.64s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.09s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.58s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.69s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.34s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.80s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (8.25s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.35s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.67s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.58s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.45s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.45s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.91s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.66s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.92s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.70s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.00s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.61s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.23s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.56s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.55s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.29s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiTag (0.54s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.95s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.97s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.69s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.42s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.00s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.74s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.89s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.12s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.49s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.45s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.48s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.05s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.07s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.51s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.58s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.67s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.66s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.67s) [2021-09-24T14:18:31.283Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.47s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:18:31.283Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.48s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.47s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.88s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.50s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.55s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.48s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.47s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunExitCode (2.48s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.46s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.47s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.52s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.51s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.28s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.07s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.41s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.72s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.39s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.86s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.54s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.57s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.79s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.14s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.74s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunRm (2.55s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.49s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.55s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.45s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.00s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.43s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.29s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.73s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.48s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.46s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.10s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.50s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.03s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.00s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.98s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.50s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.49s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.26s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.58s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.55s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.91s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.19s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.42s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.94s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.73s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.12s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.97s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.06s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.04s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.27s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.21s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.11s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.73s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.07s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.31s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.95s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.07s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.06s) [2021-09-24T14:18:31.284Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:18:31.284Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.28s) [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-24T14:18:31.284Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.284Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-24T14:18:31.285Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-24T14:18:31.285Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-24T14:18:31.285Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-24T14:18:31.285Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-24T14:18:31.285Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-24T14:18:31.285Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-24T14:18:31.285Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-24T14:18:31.285Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerDaemonSuite [2021-09-24T14:18:31.285Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-24T14:18:31.285Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-24T14:18:31.285Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-24T14:18:31.285Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerSwarmSuite [2021-09-24T14:18:31.285Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-24T14:18:31.285Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- PASS: TestDockerPluginSuite (0.01s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:18:31.285Z] === RUN TestDockerExternalVolumeSuite [2021-09-24T14:18:31.285Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.285Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:18:31.286Z] === RUN TestDockerNetworkSuite [2021-09-24T14:18:31.286Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-24T14:18:31.286Z] === RUN TestDockerHubPullSuite [2021-09-24T14:18:31.286Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-24T14:18:31.286Z] PASS [2021-09-24T14:18:31.286Z] ok github.com/docker/docker/integration-cli 2129.068s [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === Skipped [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-24T14:18:31.286Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.286Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.286Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-24T14:18:31.286Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:18:31.286Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:18:31.286Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-24T14:18:31.286Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-09-24T14:18:31.286Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:18:31.286Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-09-24T14:18:31.286Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.286Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-09-24T14:18:31.286Z] [2021-09-24T14:18:31.286Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-09-24T14:18:31.287Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.25s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.33s) [2021-09-24T14:18:31.287Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-09-24T14:18:31.287Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-24T14:18:31.287Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:18:31.287Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.287Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:18:31.287Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.287Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:18:31.287Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:18:31.288Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:18:31.288Z] [2021-09-24T14:18:31.288Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:18:31.288Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.288Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:18:31.515Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-24T14:18:31.515Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.515Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.756Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.756Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:18:31.756Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:18:31.756Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.756Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-24T14:18:31.756Z] [2021-09-24T14:18:31.756Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:18:31.757Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:18:31.757Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-24T14:18:31.757Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:18:31.757Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:18:31.757Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:18:31.757Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-09-24T14:18:31.757Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-09-24T14:18:31.757Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.757Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:18:31.757Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.757Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:18:31.757Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:18:31.758Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.758Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.758Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:18:31.758Z] [2021-09-24T14:18:31.758Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:18:31.758Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.759Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:18:31.759Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.759Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-24T14:18:31.759Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.760Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:18:31.760Z] [2021-09-24T14:18:31.760Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:18:31.760Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:18:31.761Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:18:31.761Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:18:31.761Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:18:31.761Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:18:31.761Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.761Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:18:31.761Z] [2021-09-24T14:18:31.761Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-24T14:18:31.762Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:31.762Z] DONE 1092 tests, 551 skipped in 2136.374s [2021-09-24T14:18:31.762Z] INFO: Integration tests ended at 09/24/2021 14:18:31. Duration:00:35:36.4964716 [2021-09-24T14:18:31.762Z] INFO: Docker info of the daemon under test at end of run [2021-09-24T14:18:31.762Z] [2021-09-24T14:18:32.229Z] Containers: 2 [2021-09-24T14:18:32.229Z] Running: 0 [2021-09-24T14:18:32.229Z] Paused: 0 [2021-09-24T14:18:32.229Z] Stopped: 2 [2021-09-24T14:18:32.229Z] Images: 18 [2021-09-24T14:18:32.229Z] Server Version: 0.0.0-dev [2021-09-24T14:18:32.229Z] Storage Driver: windowsfilter [2021-09-24T14:18:32.229Z] Windows: [2021-09-24T14:18:32.229Z] Logging Driver: json-file [2021-09-24T14:18:32.229Z] Plugins: [2021-09-24T14:18:32.229Z] Volume: local [2021-09-24T14:18:32.229Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T14:18:32.229Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T14:18:32.229Z] Swarm: inactive [2021-09-24T14:18:32.229Z] Default Isolation: process [2021-09-24T14:18:32.229Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-24T14:18:32.229Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-24T14:18:32.229Z] OSType: windows [2021-09-24T14:18:32.229Z] Architecture: x86_64 [2021-09-24T14:18:32.229Z] CPUs: 4 [2021-09-24T14:18:32.229Z] Total Memory: 32GiB [2021-09-24T14:18:32.229Z] Name: azwin-2-8035f0 [2021-09-24T14:18:32.229Z] ID: 5ZXF:JPLU:DH2U:LVI6:4IHN:HACS:VDIF:UZLD:4TEO:T5SQ:6OUG:K4CX [2021-09-24T14:18:32.229Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T14:18:32.229Z] Debug Mode (client): false [2021-09-24T14:18:32.229Z] Debug Mode (server): true [2021-09-24T14:18:32.229Z] File Descriptors: -1 [2021-09-24T14:18:32.229Z] Goroutines: 46 [2021-09-24T14:18:32.229Z] System Time: 2021-09-24T14:18:31.7292578Z [2021-09-24T14:18:32.229Z] EventsListeners: 0 [2021-09-24T14:18:32.229Z] Registry: https://index.docker.io/v1/ [2021-09-24T14:18:32.229Z] Labels: [2021-09-24T14:18:32.229Z] Experimental: false [2021-09-24T14:18:32.229Z] Insecure Registries: [2021-09-24T14:18:32.229Z] 127.0.0.0/8 [2021-09-24T14:18:32.229Z] Live Restore Enabled: false [2021-09-24T14:18:32.229Z] [2021-09-24T14:18:32.229Z] [2021-09-24T14:18:32.229Z] INFO: Stopping daemon under test [2021-09-24T14:18:32.229Z] SUCCESS: The process with PID 3628 (child process of PID 1528) has been terminated. [2021-09-24T14:18:32.229Z] SUCCESS: The process with PID 1528 (child process of PID 7848) has been terminated. [2021-09-24T14:18:32.229Z] INFO: Stop tailing logs of the daemon under tests [2021-09-24T14:18:32.229Z] INFO: executeCI.ps1 Completed successfully at 09/24/2021 14:18:31. [2021-09-24T14:18:32.229Z] INFO: Tidying up at end of run [2021-09-24T14:18:32.229Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.out) to bundles\CIDUT.out [2021-09-24T14:18:32.229Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.err) to bundles\CIDUT.err [2021-09-24T14:18:32.229Z] INFO: Saving containerd logs to bundles [2021-09-24T14:18:32.229Z] INFO: Nuke-Everything... [2021-09-24T14:18:32.229Z] INFO: Container count on control daemon to delete is 2 [2021-09-24T14:18:32.696Z] 95f43659ebc6 [2021-09-24T14:18:32.696Z] 61fa6a5c9fd0 [2021-09-24T14:18:32.696Z] INFO: Non-base image count on control daemon to delete is 1 [2021-09-24T14:18:33.680Z] Deleted: sha256:6d39b90906ac1973d752b925750aa97c2d4a4899fe527de50630c9eaffd74515 [2021-09-24T14:18:33.680Z] Deleted: sha256:345c958c37640ea243ac466675f0ea47575391a1f07577c224380434c056afbf [2021-09-24T14:18:33.680Z] INFO: Tidying pidfile d:\CI\PR-42879\2\docker.pid [2021-09-24T14:18:33.680Z] INFO: Killing containerd with PID 6540 [2021-09-24T14:18:33.680Z] INFO: Nuking d:\CI [2021-09-24T14:18:38.564Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-24T14:18:38.564Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:18:38.564Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-24T14:18:40.093Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-24T14:18:40.093Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-24T14:18:44.765Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-24T14:18:46.294Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-24T14:18:46.294Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-24T14:18:46.294Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-24T14:18:46.294Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-24T14:18:46.294Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:18:46.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-24T14:18:47.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-24T14:18:47.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-24T14:18:49.991Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-24T14:18:51.474Z] INFO: Zapped successfully [2021-09-24T14:18:51.474Z] [2021-09-24T14:18:51.474Z] INFO: executeCI.ps1 exiting at Fri Sep 24 14:18:50 CUT 2021. Duration 01:01:26.0600631 [2021-09-24T14:18:51.474Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-24T14:18:51.721Z] Recording test results [2021-09-24T14:18:52.302Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-24T14:18:52.883Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-24T14:18:53.519Z] Creating win-2022-c8d-integration-bundles.zip [2021-09-24T14:18:55.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [Pipeline] archiveArtifacts [2021-09-24T14:18:55.953Z] Archiving artifacts [2021-09-24T14:18:57.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000628a80_} [2021-09-24T14:18:57.373Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T14:18:58.393Z] + make clean [2021-09-24T14:18:58.860Z] docker volume rm -f docker-dev-cache [2021-09-24T14:18:58.860Z] docker-dev-cache [Pipeline] deleteDir [2021-09-24T14:18:59.390Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1954395538_c:\foo_false____} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-24T14:19:01.700Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1954395538_c:\foo_true____} [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-24T14:19:03.873Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-24T14:19:03.873Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-24T14:19:04.330Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-24T14:19:04.330Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-24T14:19:04.330Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-24T14:19:04.330Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-24T14:19:04.330Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:19:04.330Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-24T14:19:07.225Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-24T14:19:07.225Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-24T14:19:07.225Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:19:07.225Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-24T14:19:14.275Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-24T14:19:14.275Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-24T14:19:14.275Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:19:14.275Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-24T14:19:15.804Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-24T14:19:15.804Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:19:15.804Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-24T14:19:15.804Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:19:15.804Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-24T14:19:15.804Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:19:15.804Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-24T14:19:20.475Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-24T14:19:22.007Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-24T14:19:22.007Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:19:22.007Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-24T14:19:22.007Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:19:22.007Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-24T14:19:30.551Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-24T14:19:30.551Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:19:30.551Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-24T14:19:30.551Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:19:30.551Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-24T14:19:37.601Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-24T14:19:37.601Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:19:37.601Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-24T14:19:37.601Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:19:37.601Z] === RUN TestDockerSuite/TestCpToDot [2021-09-24T14:19:39.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-24T14:19:39.769Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:19:39.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-24T14:19:39.769Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:19:39.769Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-24T14:19:41.948Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-24T14:19:41.949Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-24T14:19:41.949Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-24T14:19:41.949Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-24T14:19:41.949Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-24T14:19:41.949Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-24T14:19:44.117Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-24T14:19:46.282Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-24T14:19:46.282Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-24T14:19:46.282Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-24T14:19:48.451Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-24T14:19:48.451Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-24T14:19:48.907Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-24T14:19:48.907Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:19:48.907Z] === RUN TestDockerSuite/TestCreateRM [2021-09-24T14:19:49.363Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-24T14:19:49.363Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:19:49.363Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-24T14:19:49.363Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-24T14:19:49.820Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-24T14:19:56.878Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-24T14:19:56.878Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-24T14:19:56.878Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-24T14:19:59.770Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-24T14:19:59.770Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-24T14:19:59.770Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:19:59.770Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-24T14:20:01.939Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-24T14:20:01.939Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:20:01.939Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-24T14:20:01.939Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-24T14:20:01.939Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-24T14:20:02.395Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-24T14:20:02.395Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDockerFails [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-24T14:20:02.395Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-24T14:20:02.395Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-24T14:20:02.395Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-24T14:20:02.395Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-24T14:20:02.395Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:20:02.395Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-24T14:20:04.575Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-24T14:20:06.742Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-24T14:20:08.908Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-24T14:20:21.257Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-24T14:20:24.982Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-24T14:20:28.707Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-24T14:20:30.874Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-24T14:20:31.836Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-24T14:20:34.737Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-24T14:20:35.193Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-24T14:20:36.156Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-24T14:20:40.830Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-24T14:20:44.549Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-24T14:20:44.549Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-24T14:20:44.549Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:20:44.549Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-24T14:20:45.512Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-24T14:20:45.512Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:20:45.512Z] === RUN TestDockerSuite/TestEventsRename [2021-09-24T14:20:47.680Z] === RUN TestDockerSuite/TestEventsResize [2021-09-24T14:20:56.220Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-24T14:20:57.183Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-24T14:20:59.350Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-24T14:21:04.023Z] === RUN TestDockerSuite/TestEventsTop [2021-09-24T14:21:04.023Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:21:04.023Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-24T14:21:06.191Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-24T14:21:09.925Z] === RUN TestDockerSuite/TestExec [2021-09-24T14:21:09.925Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:21:09.925Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-24T14:21:09.925Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:21:09.925Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-24T14:21:11.469Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-24T14:21:12.998Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-24T14:21:12.998Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:21:12.998Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-24T14:21:12.998Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:21:12.998Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-24T14:21:12.998Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:21:12.998Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-24T14:21:15.169Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-24T14:21:16.697Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-24T14:21:18.864Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-24T14:21:20.393Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-24T14:21:24.119Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-24T14:21:24.119Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:21:24.119Z] === RUN TestDockerSuite/TestExecEnv [2021-09-24T14:21:24.119Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:21:24.119Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-24T14:21:24.119Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:21:24.119Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-24T14:21:25.665Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-24T14:21:30.411Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-24T14:21:30.411Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecParseError [2021-09-24T14:21:30.411Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-24T14:21:30.411Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-24T14:21:30.411Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:21:30.411Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-24T14:21:32.624Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-24T14:21:32.624Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-24T14:21:32.624Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-24T14:21:32.624Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-24T14:21:32.624Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:21:32.624Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-24T14:21:34.186Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-24T14:21:34.186Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:21:34.186Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-24T14:21:41.354Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-24T14:21:41.354Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:21:41.354Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-24T14:21:41.354Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:21:41.354Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-24T14:21:41.354Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:21:41.354Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-24T14:21:47.216Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-24T14:21:53.074Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-24T14:21:55.287Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-24T14:22:01.147Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestHealth [2021-09-24T14:22:01.147Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-24T14:22:01.147Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-24T14:22:01.615Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-24T14:22:05.400Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-24T14:22:05.400Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-24T14:22:05.400Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:22:05.400Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-24T14:22:05.400Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-24T14:22:05.400Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-24T14:22:05.875Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-24T14:22:06.342Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-24T14:22:06.342Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:22:06.342Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-24T14:22:07.328Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-24T14:22:07.328Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-24T14:22:08.892Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-24T14:22:09.360Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-24T14:22:10.922Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-24T14:22:13.133Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-24T14:22:13.600Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-24T14:22:13.600Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:22:13.600Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-24T14:22:17.386Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-24T14:22:17.386Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-24T14:22:19.600Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportFile [2021-09-24T14:22:19.600Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-24T14:22:19.600Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-24T14:22:19.600Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-24T14:22:19.600Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-24T14:22:19.600Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-24T14:22:19.600Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-24T14:22:19.600Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:22:19.600Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-24T14:22:20.067Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-24T14:22:20.067Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:22:20.067Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-24T14:22:20.067Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:22:20.067Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-24T14:22:21.630Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-24T14:22:23.844Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-24T14:22:23.844Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:22:23.844Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-24T14:22:23.844Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:22:23.844Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-24T14:22:23.844Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-24T14:22:23.844Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:22:23.844Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-24T14:22:26.176Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-24T14:22:26.176Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-24T14:22:28.390Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-24T14:22:28.390Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:22:28.390Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-24T14:22:28.390Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:22:28.390Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-24T14:22:28.390Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:22:28.390Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-24T14:22:30.076Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-24T14:22:33.861Z] === RUN TestDockerSuite/TestInspectImage [2021-09-24T14:22:33.861Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:22:33.861Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-24T14:22:33.861Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:22:33.861Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-24T14:22:33.861Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:22:33.861Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-24T14:22:36.074Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-24T14:22:37.655Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-24T14:22:37.656Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-24T14:22:39.867Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-24T14:22:41.429Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-24T14:22:41.429Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:22:41.429Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-24T14:22:41.429Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-24T14:22:43.641Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-24T14:22:45.851Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-24T14:22:49.638Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-24T14:22:51.851Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-24T14:22:53.416Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-24T14:22:55.628Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-24T14:22:57.190Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-24T14:22:58.757Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.967Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-24T14:23:00.967Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-24T14:23:00.968Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-24T14:23:00.968Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-24T14:23:00.968Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-24T14:23:00.968Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-24T14:23:00.968Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:23:00.968Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-24T14:23:01.435Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-24T14:23:01.435Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-24T14:23:02.998Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-24T14:23:04.563Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-24T14:23:10.429Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-24T14:23:12.641Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-24T14:23:12.641Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:23:12.641Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-24T14:23:14.206Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-24T14:23:14.206Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-24T14:23:20.070Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-24T14:23:24.819Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-24T14:23:29.577Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-24T14:23:32.528Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-24T14:23:34.740Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-24T14:23:34.740Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:23:34.740Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-24T14:23:36.307Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-24T14:23:38.521Z] === RUN TestDockerSuite/TestLogsSince [2021-09-24T14:23:47.188Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-24T14:23:47.188Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:23:47.188Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-24T14:23:47.188Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:23:47.188Z] === RUN TestDockerSuite/TestLogsTail [2021-09-24T14:23:49.410Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-24T14:23:51.626Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-24T14:23:53.841Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-24T14:23:53.841Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestNetHostname [2021-09-24T14:23:53.841Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-24T14:23:53.841Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-24T14:23:53.841Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-24T14:23:53.841Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginActive [2021-09-24T14:23:53.841Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-24T14:23:53.841Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-24T14:23:53.841Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-24T14:23:53.841Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-24T14:23:53.841Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-24T14:23:53.841Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-24T14:23:53.841Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-24T14:23:53.841Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-24T14:23:53.841Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-24T14:23:53.841Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPortList [2021-09-24T14:23:53.841Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:23:53.841Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-24T14:23:58.590Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-24T14:23:58.590Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.590Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-24T14:23:58.590Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-24T14:23:58.590Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-24T14:23:58.590Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-24T14:23:58.591Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-24T14:23:58.591Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-24T14:23:58.591Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-24T14:23:58.591Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-24T14:23:58.591Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:23:58.591Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-24T14:24:02.378Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-24T14:24:02.378Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:24:02.378Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-24T14:24:09.647Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-24T14:24:09.647Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:24:09.647Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-24T14:24:16.800Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-24T14:24:29.543Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-24T14:24:29.543Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-24T14:24:29.543Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:24:29.543Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-24T14:24:42.028Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-24T14:24:43.591Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-24T14:24:50.742Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-24T14:24:53.691Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-24T14:24:53.691Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:24:53.691Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-24T14:24:53.691Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:24:53.691Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-24T14:24:58.440Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-24T14:24:58.440Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:24:58.440Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-24T14:24:58.440Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:24:58.440Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-24T14:24:58.440Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:24:58.440Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-24T14:24:58.440Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:24:58.440Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-24T14:25:04.303Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-24T14:25:04.303Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:25:04.303Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-24T14:25:08.096Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-24T14:25:08.096Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:25:08.096Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-24T14:25:09.085Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-24T14:25:10.070Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-24T14:25:10.070Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:25:10.070Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-24T14:25:13.856Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-24T14:25:16.807Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-24T14:25:19.023Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-24T14:25:40.256Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-24T14:25:40.256Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:25:40.256Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-24T14:25:43.209Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-24T14:25:43.677Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-24T14:25:43.677Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-24T14:25:44.661Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-24T14:25:48.446Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-24T14:25:52.235Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-24T14:25:52.235Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:25:52.235Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-24T14:25:55.183Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-24T14:25:55.183Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-24T14:25:55.651Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-24T14:26:08.138Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-24T14:26:10.352Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-24T14:26:10.819Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-24T14:26:16.681Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-24T14:26:20.466Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-24T14:26:27.617Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-24T14:26:30.566Z] === RUN TestDockerSuite/TestRmiTag [2021-09-24T14:26:31.551Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-24T14:26:33.764Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-24T14:26:48.689Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-24T14:26:49.681Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-24T14:27:00.095Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:27:00.095Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-24T14:27:01.659Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-24T14:27:01.659Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:27:01.659Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-24T14:27:01.659Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:27:01.659Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-24T14:27:05.446Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-24T14:27:08.396Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-24T14:27:09.961Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-24T14:27:12.177Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-24T14:27:13.740Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-24T14:27:14.208Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-24T14:27:17.995Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:27:17.995Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-24T14:27:20.218Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-24T14:27:20.218Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:27:20.218Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-24T14:27:23.181Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-24T14:27:23.181Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:27:23.181Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-24T14:27:23.181Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:27:23.181Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-24T14:27:24.744Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:27:24.744Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-24T14:27:26.961Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-24T14:27:28.524Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-24T14:27:30.742Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-24T14:27:30.742Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:27:30.742Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-24T14:27:30.742Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:27:30.742Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-24T14:27:30.742Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:27:30.742Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-24T14:27:32.307Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-24T14:27:32.307Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:27:32.307Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-24T14:27:32.307Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:27:32.307Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-24T14:27:32.307Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:27:32.307Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-24T14:27:32.307Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:27:32.779Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-24T14:27:34.342Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-24T14:27:39.530Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:27:39.530Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-24T14:27:41.095Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-24T14:27:41.095Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:27:41.095Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-24T14:27:41.095Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-24T14:27:41.095Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:27:41.095Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-24T14:27:43.308Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-24T14:27:44.879Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-24T14:27:44.879Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:27:44.879Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-24T14:27:47.092Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-24T14:27:47.092Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:27:47.092Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-24T14:27:47.092Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:27:47.092Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-24T14:27:47.092Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:27:47.092Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-24T14:27:48.660Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-24T14:27:50.875Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-24T14:27:53.092Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-24T14:27:54.657Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-24T14:27:54.657Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-24T14:27:54.657Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-24T14:27:54.657Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:27:54.657Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:27:54.657Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:27:55.126Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-24T14:27:55.126Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:27:55.126Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-24T14:27:55.126Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:27:55.126Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-24T14:28:03.786Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-24T14:28:03.786Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-24T14:28:03.786Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-24T14:28:03.786Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-24T14:28:03.786Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:28:03.786Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-24T14:28:12.440Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-24T14:28:12.440Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.440Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunMount [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-24T14:28:12.907Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:28:12.907Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-24T14:28:20.063Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-24T14:28:20.063Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:28:20.063Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-24T14:28:20.063Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:28:20.063Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-24T14:28:20.063Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:28:20.063Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-24T14:28:23.851Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-24T14:28:26.798Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-24T14:28:26.798Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:28:26.798Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-24T14:28:26.798Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:28:26.798Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-24T14:28:26.798Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:28:26.798Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-24T14:28:26.798Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:28:26.798Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-24T14:28:26.799Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:28:26.799Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-24T14:28:26.799Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:28:27.266Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-24T14:28:27.266Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:28:27.266Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-24T14:28:27.266Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:28:27.266Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-24T14:28:27.266Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:28:27.266Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-24T14:28:27.266Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-24T14:28:28.830Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-24T14:28:30.393Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-24T14:28:32.733Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-24T14:28:33.786Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-24T14:28:35.452Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-24T14:28:35.921Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.921Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-24T14:28:35.921Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.921Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-24T14:28:35.922Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:28:35.922Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-24T14:28:38.169Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-24T14:28:38.169Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-24T14:28:38.169Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-24T14:28:38.169Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-24T14:28:38.169Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:28:38.169Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-24T14:28:50.697Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-24T14:28:50.697Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:28:50.697Z] === RUN TestDockerSuite/TestRunRm [2021-09-24T14:28:52.261Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-24T14:28:58.122Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-24T14:28:59.107Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-24T14:29:01.318Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-24T14:29:03.533Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-24T14:29:05.747Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-24T14:29:05.747Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:29:05.747Z] === RUN TestDockerSuite/TestRunState [2021-09-24T14:29:05.747Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:29:05.747Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-24T14:29:07.311Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-24T14:29:07.311Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:29:07.311Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-24T14:29:09.525Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-24T14:29:09.525Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-24T14:29:09.525Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:29:09.525Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-24T14:29:14.293Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:29:14.293Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-24T14:29:15.857Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-24T14:29:15.857Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:29:15.857Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-24T14:29:18.068Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-24T14:29:18.068Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:29:18.068Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-24T14:29:18.068Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:29:18.068Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-24T14:29:20.292Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-24T14:29:26.261Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-24T14:29:30.052Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-24T14:29:35.915Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-24T14:29:35.916Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:29:35.916Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-24T14:29:35.916Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-24T14:29:38.135Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-24T14:29:40.353Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-24T14:29:42.565Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:29:42.565Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-24T14:29:46.353Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-24T14:29:47.916Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-24T14:29:49.480Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-24T14:29:53.274Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-24T14:29:53.274Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:29:53.274Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-24T14:29:53.274Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-24T14:29:53.743Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-24T14:29:53.743Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-24T14:29:53.743Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-24T14:29:53.743Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:29:53.743Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-24T14:29:55.963Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-24T14:29:56.431Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-24T14:29:56.899Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-24T14:29:56.899Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-24T14:29:58.463Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-24T14:30:04.328Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-24T14:30:04.328Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:30:04.329Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-24T14:30:11.483Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-24T14:30:11.483Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:30:11.483Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-24T14:30:14.439Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-24T14:30:14.439Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:30:14.439Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-24T14:30:14.439Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:30:14.439Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-24T14:30:14.439Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:30:14.439Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-24T14:30:14.439Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:30:14.439Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-24T14:30:20.302Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:30:20.302Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-24T14:30:21.866Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-24T14:30:23.430Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-24T14:30:23.430Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:30:23.430Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-24T14:30:25.438Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-24T14:30:25.438Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-24T14:30:25.438Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-24T14:30:25.438Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-24T14:30:25.438Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.438Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-24T14:30:25.439Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:30:25.439Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-24T14:30:43.258Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-24T14:30:43.258Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-24T14:30:44.245Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-24T14:30:44.245Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-24T14:30:47.204Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-24T14:30:47.204Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-24T14:30:47.671Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-24T14:30:47.671Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-24T14:30:47.671Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-24T14:30:54.827Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-24T14:30:54.827Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:30:54.827Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-24T14:30:55.295Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-24T14:30:55.295Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-24T14:30:55.295Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:30:55.295Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-24T14:31:01.161Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-24T14:31:01.629Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-24T14:31:01.629Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-24T14:31:10.309Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-24T14:31:10.309Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.309Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite (2265.16s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (115.50s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.90s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.95s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.08s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.29s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.87s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.95s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.91s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (86.91s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.80s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.38s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.41s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.63s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.91s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.12s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.04s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.19s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.09s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddTar (52.29s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.19s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.49s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.27s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.17s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.70s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.35s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.08s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.70s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (33.29s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.07s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.18s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.98s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.17s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.40s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCmd (0.54s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.71s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.07s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.72s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.31s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.66s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.58s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.52s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.34s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (33.07s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.73s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.17s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.39s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.57s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.89s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.47s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.60s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignore (60.41s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.50s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.82s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.37s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.58s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.24s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.61s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.21s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.22s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.00s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.19s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (100.39s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.06s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.67s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.98s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.14s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.40s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.93s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.17s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.34s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.55s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFails (6.83s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.80s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.77s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.79s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.70s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.25s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.48s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.70s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildHistory (10.19s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.79s) [2021-09-24T14:31:10.778Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.71s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.82s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildLabel (0.89s) [2021-09-24T14:31:10.778Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.94s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLabels (0.91s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.42s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.31s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.59s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.37s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.35s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.59s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.33s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (11.99s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.36s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.21s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.84s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.20s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.34s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.36s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.52s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.04s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.95s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.20s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.27s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.56s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.68s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.32s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.45s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.34s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.12s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.92s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.12s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildRm (11.39s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.88s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.34s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.18s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.14s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.72s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.41s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.61s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.86s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.93s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildStderr (3.78s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.74s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.68s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.10s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.85s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.56s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.55s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.47s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.54s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.78s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.75s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.47s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.27s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.26s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.81s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.68s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.11s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.83s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.83s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.24s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.93s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (8.49s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitChange (4.17s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.74s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.53s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitTTY (10.66s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (8.62s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.64s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.94s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICreate (6.78s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.10s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.29s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.89s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.86s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.00s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.71s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.25s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.92s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.45s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.59s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.89s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.90s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.75s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.66s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.22s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.32s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.30s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.32s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.32s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000628a80_} (2.28s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1954395538_c:\foo_false____} (2.35s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1954395538_c:\foo_true____} (2.31s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.34s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpGarbagePath (6.86s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.12s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.86s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.04s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.65s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.61s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToDot (2.19s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCpToStdout (2.08s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:31:10.779Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-09-24T14:31:10.779Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.03s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.15s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.75s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateRM (0.30s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.52s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.10s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.14s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.19s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.54s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsCopy (4.33s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.33s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.99s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.72s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.30s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.91s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFilters (4.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFormat (3.91s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsRename (2.06s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsResize (7.44s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.99s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.25s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.38s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.33s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.66s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.68s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.70s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.85s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.87s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.80s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.56s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.97s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecInspectID (4.31s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.08s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.96s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.56s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.76s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.78s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.76s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.79s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.77s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.55s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.94s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.63s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.92s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.23s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.62s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImportBadURL (2.46s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.95s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.91s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.10s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.99s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectDefault (1.94s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectHistory (3.64s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.92s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.87s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.97s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.83s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.85s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectStatus (2.37s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.63s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.94s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.96s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.83s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.85s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.89s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.90s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.65s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.70s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.57s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.09s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.91s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.10s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.40s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.38s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.20s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsSince (8.63s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsTail (2.42s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.19s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.97s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.92s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-24T14:31:10.780Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:31:10.780Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.86s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsByOrder (7.08s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.87s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.17s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.18s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.23s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.15s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.98s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.98s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.10s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (3.67s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.43s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.49s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.08s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.17s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.16s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.66s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.60s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.64s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.04s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.50s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.57s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.29s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.27s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.75s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.05s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.22s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.33s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (8.82s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.07s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.76s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.87s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.38s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.06s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.96s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.98s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.93s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.94s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.70s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.70s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.06s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.91s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.93s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.61s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.77s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.89s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.90s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.93s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunExitCode (1.97s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.91s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.91s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.06s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.19s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.05s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.52s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.23s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.20s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.46s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.96s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.88s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.79s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.39s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.76s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunRm (1.97s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.15s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.99s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.06s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.88s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.24s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.95s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.73s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-24T14:31:10.781Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-09-24T14:31:10.781Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.44s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.88s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.90s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.54s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.90s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.85s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.37s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.35s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.03s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.31s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.69s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.57s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.91s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.84s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.76s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.61s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.45s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.06s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.90s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.89s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.30s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.68s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.70s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.87s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.66s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-24T14:31:10.782Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.31s) [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-24T14:31:10.782Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:31:10.782Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.782Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-24T14:31:10.782Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-24T14:31:10.783Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-24T14:31:10.783Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-24T14:31:10.783Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-24T14:31:10.783Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-24T14:31:10.783Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-24T14:31:10.783Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-24T14:31:10.783Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:31:10.783Z] === RUN TestDockerDaemonSuite [2021-09-24T14:31:10.783Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-24T14:31:10.783Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-24T14:31:10.783Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-24T14:31:10.783Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:31:10.783Z] === RUN TestDockerSwarmSuite [2021-09-24T14:31:10.783Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-24T14:31:10.783Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:10.783Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-24T14:31:10.783Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:31:11.252Z] === RUN TestDockerExternalVolumeSuite [2021-09-24T14:31:11.252Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:31:11.252Z] === RUN TestDockerNetworkSuite [2021-09-24T14:31:11.252Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-24T14:31:11.252Z] === RUN TestDockerHubPullSuite [2021-09-24T14:31:11.252Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-24T14:31:11.252Z] PASS [2021-09-24T14:31:11.252Z] ok github.com/docker/docker/integration-cli 2265.516s [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === Skipped [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-09-24T14:31:11.252Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.08s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.08s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-24T14:31:11.252Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-24T14:31:11.252Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:31:11.252Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:31:11.252Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:31:11.252Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:31:11.252Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:31:11.252Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:31:11.252Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:31:11.252Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-24T14:31:11.252Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2021-09-24T14:31:11.252Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-24T14:31:11.252Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.29s) [2021-09-24T14:31:11.252Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.49s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.49s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.74s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.26s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.50s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:31:11.253Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.27s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:31:11.253Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.253Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-24T14:31:11.253Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-24T14:31:11.254Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.25s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.24s) [2021-09-24T14:31:11.254Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.24s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:31:11.254Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_sni_test.go:18: Flakey test [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-24T14:31:11.254Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2021-09-24T14:31:11.254Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.254Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:31:11.254Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.254Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-24T14:31:11.254Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:11.255Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:11.255Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:31:11.255Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-09-24T14:31:11.255Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:31:11.255Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:31:11.255Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:31:11.255Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:31:11.255Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:31:11.255Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.255Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-24T14:31:11.255Z] [2021-09-24T14:31:11.255Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.03s) [2021-09-24T14:31:11.256Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.03s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-09-24T14:31:11.256Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-24T14:31:11.256Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:31:11.256Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-24T14:31:11.256Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:31:11.256Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-24T14:31:11.256Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2021-09-24T14:31:11.256Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.256Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-24T14:31:11.256Z] [2021-09-24T14:31:11.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:31:11.256Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-24T14:31:11.257Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:31:11.257Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-09-24T14:31:11.257Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.257Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-09-24T14:31:11.257Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:31:11.258Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.258Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-24T14:31:11.258Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.03s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.03s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:31:11.259Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-09-24T14:31:11.259Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.259Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-09-24T14:31:11.259Z] [2021-09-24T14:31:11.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:31:11.260Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.260Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-24T14:31:11.260Z] [2021-09-24T14:31:11.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:31:11.260Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.260Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-24T14:31:11.260Z] [2021-09-24T14:31:11.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:31:11.260Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.260Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-24T14:31:11.260Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:31:11.727Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:31:11.727Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-24T14:31:11.727Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:31:11.727Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:31:11.727Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-24T14:31:11.727Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.727Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-24T14:31:11.727Z] [2021-09-24T14:31:11.727Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:31:11.727Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:31:11.728Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.728Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-24T14:31:11.728Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-24T14:31:11.729Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] DONE 1092 tests, 546 skipped in 2273.069s [2021-09-24T14:31:11.729Z] INFO: Integration tests ended at 09/24/2021 14:31:11. Duration:00:37:53.2271016 [2021-09-24T14:31:11.729Z] INFO: Docker info of the daemon under test at end of run [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] Containers: 2 [2021-09-24T14:31:11.729Z] Running: 0 [2021-09-24T14:31:11.729Z] Paused: 0 [2021-09-24T14:31:11.729Z] Stopped: 2 [2021-09-24T14:31:11.729Z] Images: 18 [2021-09-24T14:31:11.729Z] Server Version: 0.0.0-dev [2021-09-24T14:31:11.729Z] Storage Driver: windowsfilter [2021-09-24T14:31:11.729Z] Windows: [2021-09-24T14:31:11.729Z] Logging Driver: json-file [2021-09-24T14:31:11.729Z] Plugins: [2021-09-24T14:31:11.729Z] Volume: local [2021-09-24T14:31:11.729Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-24T14:31:11.729Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-24T14:31:11.729Z] Swarm: inactive [2021-09-24T14:31:11.729Z] Default Isolation: process [2021-09-24T14:31:11.729Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-24T14:31:11.729Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-24T14:31:11.729Z] OSType: windows [2021-09-24T14:31:11.729Z] Architecture: x86_64 [2021-09-24T14:31:11.729Z] CPUs: 4 [2021-09-24T14:31:11.729Z] Total Memory: 32GiB [2021-09-24T14:31:11.729Z] Name: azwin-2-8a50b0 [2021-09-24T14:31:11.729Z] ID: ZB2S:2DJM:ITL7:7HH4:KKI3:7GH7:WQK4:WH5D:HAQU:UPGD:SUQ3:MKH5 [2021-09-24T14:31:11.729Z] Docker Root Dir: D:\CI\PR-42879\2\daemon [2021-09-24T14:31:11.729Z] Debug Mode (client): false [2021-09-24T14:31:11.729Z] Debug Mode (server): true [2021-09-24T14:31:11.729Z] File Descriptors: -1 [2021-09-24T14:31:11.729Z] Goroutines: 17 [2021-09-24T14:31:11.729Z] System Time: 2021-09-24T14:31:11.5034288Z [2021-09-24T14:31:11.729Z] EventsListeners: 0 [2021-09-24T14:31:11.729Z] Registry: https://index.docker.io/v1/ [2021-09-24T14:31:11.729Z] Labels: [2021-09-24T14:31:11.729Z] Experimental: false [2021-09-24T14:31:11.729Z] Insecure Registries: [2021-09-24T14:31:11.729Z] 127.0.0.0/8 [2021-09-24T14:31:11.729Z] Live Restore Enabled: false [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] [2021-09-24T14:31:11.729Z] INFO: Stopping daemon under test [2021-09-24T14:31:11.729Z] SUCCESS: The process with PID 1116 (child process of PID 4432) has been terminated. [2021-09-24T14:31:11.729Z] SUCCESS: The process with PID 4432 (child process of PID 1508) has been terminated. [2021-09-24T14:31:12.197Z] INFO: Stop tailing logs of the daemon under tests [2021-09-24T14:31:12.197Z] INFO: executeCI.ps1 Completed successfully at 09/24/2021 14:31:11. [2021-09-24T14:31:12.197Z] INFO: Tidying up at end of run [2021-09-24T14:31:12.197Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.out) to bundles\CIDUT.out [2021-09-24T14:31:12.197Z] INFO: Saving daemon under test log (d:\CI\PR-42879\2\dut.err) to bundles\CIDUT.err [2021-09-24T14:31:12.197Z] INFO: Saving containerd logs to bundles [2021-09-24T14:31:12.197Z] INFO: Nuke-Everything... [2021-09-24T14:31:12.197Z] INFO: Container count on control daemon to delete is 2 [2021-09-24T14:31:12.665Z] 030a13218981 [2021-09-24T14:31:12.665Z] 108cf4a91937 [2021-09-24T14:31:12.665Z] INFO: Tidying pidfile d:\CI\PR-42879\2\docker.pid [2021-09-24T14:31:12.665Z] INFO: Nuking d:\CI [2021-09-24T14:31:37.958Z] INFO: Zapped successfully [2021-09-24T14:31:37.958Z] [2021-09-24T14:31:37.958Z] INFO: executeCI.ps1 exiting at Fri Sep 24 14:31:36 CUT 2021. Duration 01:14:09.4186765 [2021-09-24T14:31:37.958Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-24T14:31:38.216Z] Recording test results [2021-09-24T14:31:41.074Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-24T14:31:42.669Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-24T14:31:44.455Z] Archiving artifacts [2021-09-24T14:32:18.087Z] Retrying upload after: org.apache.http.conn.HttpHostConnectException: Connect to docker-ci-jenkins-artifacts.s3.amazonaws.com:443 [docker-ci-jenkins-artifacts.s3.amazonaws.com/52.217.72.68] failed: Connection timed out: connect [2021-09-24T14:32:19.451Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42879/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-24T14:32:20.410Z] + make clean [2021-09-24T14:32:20.878Z] docker volume rm -f docker-dev-cache [2021-09-24T14:32:20.878Z] 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